Using Oracle Cloud to Power Your Application Development Lifecycle

Size: px
Start display at page:

Download "Using Oracle Cloud to Power Your Application Development Lifecycle"

Transcription

1 Using Oracle Cloud to Power Your Application Development Lifecycle Srikanth Sallaka Oracle Product Management Dana Singleterry Oracle Product Management Greg Stachnick Oracle Product Management

2 Using Oracle Cloud to Power Your Application Development Lifecycle In this lab you ll create a project from template in Oracle Developer Cloud Service (ODCS) Web Dashboard. This is a simple Java EE SOAP web service application that will be the basis for exploring ODCS both within the web dashboard and through integration within Oracle Enterprise Pack for Eclipse (OEPE). In the first part of the lab, you ll log in to your ODCS web instance and start with creating a project from template. After creating the project you ll explore the features of ODCS and then proceed to create a couple tasks that you will activate and complete within OEPE. As part of this lab you ll build this project using Hudson Continuous Integration Tooling within ODCS and automatically deploy the application to Oracle Java Cloud Service (OJCS). You will then validate the web service url endpoint. Why ODCS? In recent years the world of application development has adopted new methodologies that aim to improve the quality and speed in which applications are being delivered. The introduction of innovative development approaches such as test driven development and agile development gave rise to a set of new techniques and tools that enable those methodologies. Tools such as automatic build utilities combined with continuous integration platforms, as well as enhanced collaborative tools such as wikis and code review utilities aim to simplify the adoption of these new methodologies. However, for many IT shops setting up these environments and maintaining them was difficult and cost prohibiting, resulting in many organizations sticking to the old way of building applications. Now Oracle is aiming to change this by introducing a new simpler way to adopt modern development methodology and tools with a cloud based offering known as ODCS. Requirements: For this lab, all the required software is provided. If you do not finish this lab you can run through it at your convenience from home. All you need to is the following: 1. Create an Oracle Java Cloud Service SaaS Extension account here. You will be provided with a 30 day free access account along with an entitlement for Oracle Developer Cloud Service and Oracle Database Cloud Service. 2. Download and install Oracle Enterprise Pack for Eclipse. 3. Download and install Maven. The latest version will work (3.2.3). 4. Download and install Java SDK 7. Grab the latest update. 5. You can access the lab from the Oracle Developer Cloud Service product page here.

3 Step 1: Create a project from template 1. Begin by logging in to your ODCS web dashboard Select Data Center US Commercial 2 and proceed to sign in to your services. 3. Provide the User Name, Password, and Identity Domain that you were given by your lab instructor. Note: You may be prompted to change your password the first time you log in. 4. Once you have authenticated, you will see a Dashboard that displays all your active platform services. Select the Developer (Developer) service link.

4 5. Select the Open Service Console button. This open the ODCS Projects view. 6. Select Create Project button. 7. Give your project a Name such as OOW Contacts Soap Service and Description similar to the following: OOW Contacts SOAP Service created from the Simple SOAP Service Template. You can leave the Privacy setting to Private. Select the Next button.

5 8. Select the Simple SOAP Service Template followed by the Next button. 9. Go with the defaults for Wiki Markup. Select the Create Project button. 10. Project services are now being provisioned and can take up to a minute. You will notice the tabs in the web dashboard coming on-line as each of the features are being provisioned.

6 11. Explore the various Features of ODCS. The Home tab for instance provides details about the newly created project including the location of the Git source code repositories as well as the Maven repository. You will also notice new activities within the project as they occur. 12. The Dashboard tab provides details such as build status, commits by team members, activity within the last 60 days including open tasks, closed tasks, etc as well as recent activity. 13. The Tasks tab is where you can create and assign new tasks to team members. You can also search for specific tasks with advanced search capabilities or via the standard search that s provided.

7 14. The Browse tab is where you can browse the Git repositories and perform file diffs, etc The Build tab is where you create new Hudson build jobs, further configure your jobs, start builds, check the status of builds, view build history, etc Until you have a project that you re building, this tab will provide limited details. 16. The Reviews tab allows you to create new code reviews and invite team members to participate in the code review. Each team member is allowed to approve/reject the code and provide a description of their analysis. The team member that created the code review has the final approval. You can look at all open reviews as well as all reviews historically including the ability to filter on reviews.

8 17. The Deploy tab allows you to create new deployment configurations for your project. After creating a New Configuration, you can start a deployment, undeploy an application, redeploy an application, edit and delete a deployment configuration. 18. The Wiki tab allows you to create new Wiki pages for collaboration with members of your development team. This is a good starting point to start creating use cases and other design documents for your application. 19. Create a new Wiki page. Select the New Page button now and provide some descriptive text for your project as seen in this image. Select the Save button once complete.

9 20. The Team tab is where you can manage your development team. 21. Select the Manage Members button. This takes you to the Admin tab if you are the project Administrator. Here you can mange project settings, tasks, source code and team. For Team, you can add new members to collaborate on your project. For Source Code, you can add new hosted repositories or even external repositories. The Tasks sub-tab allows you to create new Products, Iterations, Tags and Custom Fields. Explore the various features but no need to change anything at this point. Step 2: Open Oracle Enterprise Pack for Eclipse (OEPE) and connect to your ODCS instance. You will also clone/import your project. 1. Open OEPE. Look for the OEPE icon on your desktop. 2. Within OEPE you can close the Welcome page and switch to the Java EE perspective by selecting the open perspective icon on the top right of the IDE to the left of Resource.

10 3. Select the OK button. 4. In the bottom left of your IDE you should now have a cloud view, Oracle Cloud, where you can connect to your ODCS instance. Select the Connect link. 5. Enter the credentials supplied by your lab instructor and select the Finish button. 6. Right click on the Developer item and select Activate to fetch your existing cloud projects.

11 7. Right click on the OOW Contacts SOAP Service or the project name that you created earlier if different and select Activate. Once done, expand the OOW Contacts SOAP Service. 8. Expand the Source item in the tree and right click on the Git repository, it should be the 2 nd one, named [developer-oracletemplates_simple-soapservice.git] and select Activate to clone your project to your local Git repository. 9. A dialogue will appear indicating that the cloning process is running. Let it complete. 10. Right click on the developer-oracletemplates_simple-soap-service.git repository in your Source within your Oracle Cloud view and select Import Projects.

12 11. An import wizard will appear. Select Import existing projects radio button if not selected followed by selecting the Next button. 12. Go with the default setting on the next dialogue of the Import Projects wizard and select the Finish button. 13. Your contacts project is now successfully imported into your IDE (OEPE) and should resemble the following image as seen in the Project Explorer view.

13 Step 3: Create a new task within your browser (ODCS Web Dashboard) and resolve the task within your IDE (OEPE). 1. Select the Tasks tab within the ODCS Web Dashboard browser. 2. Select the New Task button to create a new task. Enter details similar to these provided here. For Owner, assign the task to yourself. Select the Create Task button once complete.

14 3. You ve created your first task and can edit this task and/or post comments as desired. 4. Now go to your Oracle Cloud view in the lower left of your IDE (OEPE) and right click on Tasks and select Activate. Right click on Open tasks in the tree and select Activate and expand it to see the task you just created in the ODCS Web Dashboard browser. 5. There are various ways to work with tasks so now within your IDE as opposed to working within the Oracle Cloud view in the bottom left corner of OEPE, let s take a look at the Task List in the upper right corner of OEPE beneath Resources. Expand the Open tree table if needed.

15 6. Right click on the Create web methods create, update, and delete. and select Activate to activate the task. 7. Open the ContactsService.java object within the Project Explorer in OEPE and add the web methods create, update, and delete. The ContactsService.java object is located within the tree structure src main java services. Copy the following code and paste it into the ContactsService.java object and be sure to save your work. Note: In a real development scenario you may want to create a branch that you could add your code to and once validated, merge that code back into master. Also, be sure to save you work public void createcontact() { return; public void updatecontact() { return; public void deletecontact() { return; }

16 8. Your code should now look like the following: 9. Now that you have added the methods as requested within the task that you created, you can commit your changes to the local Git repository and then push your changes to the remote repository. This can be done in one step within OEPE. Right select on the ContactsService.java object within the Project Explorer and select Team Commit. You will see a dialogue that asks you to Please identify yourself. Provide appropriate information for Name and User and select the ok button. You can update the Commit message or go with the default as preferred. Select the Commit and Push button to commit and push your changes to the remote repository.

17 10. You will receive a dialogue with the results of the commit / push operation. Select the ok button to exit the notification. 11. Now that you ve committed and pushed your changes to the Git repository, you need to update the task. Right click on the task in the Task List within OEPE and select Open. This opens the task within OEPE so that you can update it as resolved. Add a new comment such as Method for create, update, and delete have been added in the ContactsService.java object. This task is now complete. Select the radio button Resolve as and select FIXED from the list-of-values. Select the Submit button to update this task. 12. Now that this task has been completed, you can Right click on the task within the Task List tab in OEPE and select to deactivate the task. This will strike through the task as deactivated and complete.

18 13. Go back to you ODCS Web Dashboard browser. Select the Dashboard tab to see the new activity stream with the updates for the previous task. 14. Select the Browse Tab followed by the View Commits link. 15. Select the ContactsService.java object to see a diff of the changes you ve made.

19 16. Let s create one more task to update a jsp page. This time, let s create the task from within the IDE (OEPE). Within the Oracle Cloud view, in the lower left corner of your IDE (OEPE), Right click on Tasks and select New Task. 17. Provide the following details for the new task: Name: Update index.jsp with new message or something similar Due Date: Set it to the current date Estimated Time: 1hr Description: Enter some descriptive text Assignee: Assign this task to yourself Once you are done filling in the details of this task, select the Submit button.

20 18. As before you can go back to your ODCS Web Dashboard browser and select the Dashboard tab to see the activity and that the new task has synchronized with ODCS. 19. Activate the task in your IDE (OEPE) by Right clicking on the task in Task List and selecting Activate. 20. Now open index.jsp and add some updated message to the page. index.jsp can be found in your Project Explorer within your IDE (OEPE) in the following location src main webapp. 21. Your index.jsp page should resemble the following:

21 22. Be sure to save your work and Right click on index.jsp in your IDE (OEPE) Project Explorer view and select Team Commit. 23. Update the Commit message if you prefer and select the Commit and Push button. 24. You will see the results of the Commit and Push operation in a dialogue once complete. Select the OK button to exit.

22 25. You should still have the task open so select the Update index.jsp with new message tab. If it s not open you can right click on the task in Task List and select open. Update the task with a New Comment and an action of Resolve as and select Fixed from the list-of-values. Select the Submit button to update the task. 26. Deactivate the task as before by Right clicking on the task in the Task List and selecting Deactivate. 27. This will strike through the task as deactivated and complete.

23 28. You can now go back to your ODCS Web Dashboard browser and select the Dashboard tab to see the most recent activity. Likewise you can follow the steps earlier in this lab to perform a diff on index.jsp to see the changes you ve made. Step 4: Create a new branch within the Git repository within your IDE (OEPE) and then create a new code review within your browser (ODCS Web Dashboard). 1. Within OEPE create a new code branch by expanding the Git repository (developer-oracletemplates_simple-soap-service.git) tree within the Oracle Cloud view and Right clicking on Branches and selecting Switch to New Branch. Note: Best practice here is to create a branch at the beginning of the project and this is where your code changes would occur. You would later merge that branch back into the master. This would also allow you to add code comments during the Code Review, which is a feature not covered in this lab. 2. Provide a name for your branch such as crudbranch. Select Configure upstream for push and pull. Go with defaults for the rest of the options and select the Finish button.

24 3. Push the newly created branch to the remote repository by Right clicking on the crudbranch within your Oracle Cloud view in your IDE (OEPE) by expanding Branches Local and selecting Push. For Branch name provide crudbranch. Go with the defaults for the rest of the options and select the Next button to continue. 4. Go with the defaults for Push Confirmation and select the Finish button. 5. Review the results of the Push operation and select the OK button to exit.

25 6. You can see that you created the remote branch by looking at the Oracle Cloud view within your IDE (OEPE) and expanding the Remote Tracking item under Branches. 7. Now that you ve created a branch, let s create a code review within ODCS Web Dashboard browser. Select the Reviews tab. In the Reviews tab select the New Review button. 8. Enter the following details or similar in the Code Review form and select the Create button. Submitter by default will be the creator of the code review Repository: developer-oracletemplates_simple-soap-service.git Review Branch: crudbranch Target Branch: master Summary: Code Review of new web methods and index.jsp Reviewers: Add yourself. Note: You would generally add other team members. Description: Add some descriptive text

26 9. Team members that you ve added to this code review would now receive messaging ( ) that they ve been asked to collaborate in a code review on the project. They can Approve or Reject the code review and provide descriptive text to support their decision. Browse the code changes if desired by going to the objects modified in the Git repository via the Browse tab. At this point, go ahead and Approve the code review by selecting the Approve button and provide an appropriate description of the approval. Select the OK button. Note: As state above, if this Code Review was taking place on a branch created where the code changes occurred, you would be able to add comments on the code in the Code Review as opposed to just top-level comments on the overall Code Review. 10. Select the Complete button to complete the code review. 11. Select the Yes button to mark the code review complete. No further updates will be permitted for the review. 12. As before, you can navigate back to the Dashboard tab within the ODCS Web Dashboard browser and see the recent activity which includes the code review.

27 Step 5: Build the OOW Contacts SOAP Service project. 1. To build the OOW Contacts SOAP Service project go to the Build tab on the ODCS Web Dashboard browser. 2. In the project creation from template at the beginning of this lab the Hudson build job was created for you. It was actually copied from the Simple SOAP Service template. You can see that the OOW Contacts SOAP Service project has successfully built by the green icon in the first row of the table. 3. You can build this project again by simply selecting the icon to Schedule a build which is the last column of the first row of this table. 4. The project is queued up in the Build Queue and once a Build Executor is available, the project begins the build process.

28 5. Select the Build History link to view the history of the builds for your project and to see the results of your most recent build. 6. Select the link for the most recent build, in this example contacts-build #5, to see all the details for this build including the ability to rebuild the project, further configure the Hudson build job, edit the description, etc

29 Step 6: Deploy the OOW Contacts SOAP Service project to the Oracle Java Cloud Service (OJCS) SaaS extension. 1. In order to deploy the OOW Contacts SOAP Service project that you just built, select the Deploy tab in the ODCS Web Dashboard browser. 2. Select the New Configuration button to create a new deployment configuration and provide the following configuration details. Configuration Name: contacts Application Name: contacts Java Service: jcs1 Type: On Demand Job: developer-oracletemplates_oow-contacts-soap-service.contacts-build Build: Select your most recent successful build. Artifact: contacts/target/contacts.war Once you ve completed the New Deployment Configuration select the Save and Deploy button.

30 3. Once you select the Save and Deploy button your project will be saved and deployed to OJCS and you can view the status of your configuration creation and deployment. 4. Select the Java Service link oracletemplates/jcs1. 5. Sign in to your OJCS using the credentials provided by your lab instructor if you are prompted to log in.

31 6. Once authenticated, the OJCS Control is launched in the browser. Explore the various panel boxes within the OJCS Control dashboard. 7. Select the contacts application in the Applications panel box on the top right of the OJCS Control Dashboard. 8. Select the Application URL link to launch a test jsp page that is part of the OOW Contacts SOAP Service project.

32 9. You now see the test jsp page for your project that has been successfully built and deployed from ODCS to OJCS. Summary In this tutorial you created an ODCS project from template. You learned how to: Work with ODCS and the various features provided within the dashboard Connect to your ODCS instance from within your IDE (OEPE) Clone a project from ODCS and import it into your IDE (OEPE) Created tasks within ODCS and resolve those tasks within your IDE (OEPE) Commit / push your contacts project code updates to the Git repository within ODCS Created a Code Review Built your project with Hudson Continuous Integration in ODCS Deployed your contacts application to OJCS To learn more about using ODCS, refer to the product page:

Managed Security Web Portal USER GUIDE

Managed Security Web Portal USER GUIDE Managed Security Web Portal USER GUIDE CONTENTS 1.0 Introduction 4 2.0 Login 4 3.0 Portal Layout 4 3.1 Home Tab 5 3.2 Web Filtering Tab 5 3.3 SSL VPN Users Tab 6 4.0 Web Filtering Administration 7 4.1

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure

More information

Fax User Guide 07/31/2014 USER GUIDE

Fax User Guide 07/31/2014 USER GUIDE Fax User Guide 07/31/2014 USER GUIDE Contents: Access Fusion Fax Service 3 Search Tab 3 View Tab 5 To E-mail From View Page 5 Send Tab 7 Recipient Info Section 7 Attachments Section 7 Preview Fax Section

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

ScheduleOne - Help Guide

ScheduleOne - Help Guide ScheduleOne - Help Guide Only from MeetingOne 501 South Cherry Street Suite 500 Denver, Colorado 80246 Tel: 303.623.2530 Fax: 303.623.1294 Table of Contents ScheduleOne Installation Instructions 2 Basic

More information

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies:

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies: Oracle Workshop for WebLogic 10g R3 Hands on Labs Workshop for WebLogic extends Eclipse and Web Tools Platform for development of Web Services, Java, JavaEE, Object Relational Mapping, Spring, Beehive,

More information

Using Microsoft Azure for Students

Using Microsoft Azure for Students Using Microsoft Azure for Students Dive into Azure through Microsoft Imagine s free new offer and learn how to develop and deploy to the cloud, at no cost! To take advantage of Microsoft s cloud development

More information

Oracle Enterprise Manager. Description. Versions Supported

Oracle Enterprise Manager. Description. Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory 10g Release 2 (10.2.0.2) B28044-02 June 2006 This document provides a brief description about the Oracle

More information

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION Version 1.1 / Last updated November 2012 INTRODUCTION The Cloud Link for Windows client software is packaged as an MSI (Microsoft Installer)

More information

How do I use Citrix Staff Remote Desktop

How do I use Citrix Staff Remote Desktop How do I use Citrix Staff Remote Desktop September 2014 Initial Log On In order to login into the new Citrix system, you need to go to the following web address. https://remotets.tees.ac.uk/ Be sure to

More information

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant How to guides: AppManager v7.04 Initial Setup for a trial By NetIQ Prepared by Haf Saba Senior Technical Consultant Asia Pacific 1 Executive Summary This document will walk you through an initial setup

More information

Managing users. Account sources. Chapter 1

Managing users. Account sources. Chapter 1 Chapter 1 Managing users The Users page in Cloud Manager lists all of the user accounts in the Centrify identity platform. This includes all of the users you create in the Centrify for Mobile user service

More information

Managing Software Updates with System Center 2012 R2 Configuration Manager

Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Microsoft Updates with Configuration Manager 2012 R2 This document is for informational purposes only. MICROSOFT MAKES

More information

Delegated Administration Quick Start

Delegated Administration Quick Start Delegated Administration Quick Start Topic 50200 Delegated Administration Quick Start Updated 22-Oct-2013 Applies to: Web Filter, Web Security, Web Security Gateway, and Web Security Gateway Anywhere,

More information

Source Code Management for Continuous Integration and Deployment. Version 1.0 DO NOT DISTRIBUTE

Source Code Management for Continuous Integration and Deployment. Version 1.0 DO NOT DISTRIBUTE Source Code Management for Continuous Integration and Deployment Version 1.0 Copyright 2013, 2014 Amazon Web Services, Inc. and its affiliates. All rights reserved. This work may not be reproduced or redistributed,

More information

STEPfwd Quick Start Guide

STEPfwd Quick Start Guide CERT/Software Engineering Institute June 2016 http://www.sei.cmu.edu Table of Contents Welcome to STEPfwd! 3 Becoming a Registered User of STEPfwd 4 Learning the Home Page Layout 5 Understanding My View

More information

Oracle Service Bus Examples and Tutorials

Oracle Service Bus Examples and Tutorials March 2011 Contents 1 Oracle Service Bus Examples... 2 2 Introduction to the Oracle Service Bus Tutorials... 5 3 Getting Started with the Oracle Service Bus Tutorials... 12 4 Tutorial 1. Routing a Loan

More information

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide Page 1 of 243 Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide (This is an alpha version of Benjamin Day Consulting, Inc. s installation

More information

AVG Business SSO Partner Getting Started Guide

AVG Business SSO Partner Getting Started Guide AVG Business SSO Partner Getting Started Guide Table of Contents Overview... 2 Getting Started... 3 Web and OS requirements... 3 Supported web and device browsers... 3 Initial Login... 4 Navigation in

More information

Test Automation Integration with Test Management QAComplete

Test Automation Integration with Test Management QAComplete Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release

More information

AVG Business SSO Connecting to Active Directory

AVG Business SSO Connecting to Active Directory AVG Business SSO Connecting to Active Directory Contents AVG Business SSO Connecting to Active Directory... 1 Selecting an identity repository and using Active Directory... 3 Installing Business SSO cloud

More information

Table of Contents. 1. Content Approval...1 EVALUATION COPY

Table of Contents. 1. Content Approval...1 EVALUATION COPY Table of Contents Table of Contents 1. Content Approval...1 Enabling Content Approval...1 Content Approval Workflows...4 Exercise 1: Enabling and Using SharePoint Content Approval...9 Exercise 2: Enabling

More information

Salesforce-Wrike Integration Setup Manual

Salesforce-Wrike Integration Setup Manual Salesforce-Wrike Integration Setup Manual This document has been designed for Salesforce administrators. It will guide you through the setup process for the integration between your Salesforce instance

More information

Lab 1: Windows Azure Virtual Machines

Lab 1: Windows Azure Virtual Machines Lab 1: Windows Azure Virtual Machines Overview In this hands-on Lab, you will learn how to deploy a simple web page to a Web server hosted in Windows Azure and configure load balancing. Objectives In this

More information

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Windows Azure Infrastructure Services provides cloud based storage, virtual networks

More information

IBM Business Monitor V8.0 Global monitoring context lab

IBM Business Monitor V8.0 Global monitoring context lab Copyright IBM Corporation 2012 All rights reserved IBM BUSINESS MONITOR 8.0 LAB EXERCISE IBM Business Monitor V8.0 lab What this exercise is about... 2 Lab requirements... 2 What you should be able to

More information

HarePoint Workflow Extensions for Office 365. Quick Start Guide

HarePoint Workflow Extensions for Office 365. Quick Start Guide HarePoint Workflow Extensions for Office 365 Quick Start Guide Product version 0.91 November 09, 2015 ( This Page Intentionally Left Blank ) HarePoint.Com Table of Contents 2 Table of Contents Table of

More information

Evoko Room Manager. System Administrator s Guide and Manual

Evoko Room Manager. System Administrator s Guide and Manual Evoko Room Manager System Administrator s Guide and Manual 1 1. Contents 1. Contents... 2 2. Read this first! Introduction to this Guide... 6 3. User Guide... 6 4. System Architecture Overview... 8 ----

More information

Drobo How-To Guide Drobo Apps - Configuring ElephantDrive

Drobo How-To Guide Drobo Apps - Configuring ElephantDrive The Drobo 5N provides simple and affordable network attached storage for the connected home or small office. ElephantDrive is a cloud-based service that provides real-time protection of all, or a subset

More information

Hudson configuration manual

Hudson configuration manual Hudson configuration manual 1 Chapter 1 What is Hudson? Hudson is a powerful and widely used open source continuous integration server providing development teams with a reliable way to monitor changes

More information

MultiSite Manager. User Guide

MultiSite Manager. User Guide MultiSite Manager User Guide Contents 1. Getting Started... 2 Opening the MultiSite Manager... 2 Navigating MultiSite Manager... 2 2. The All Sites tabs... 3 All Sites... 3 Reports... 4 Licenses... 5 3.

More information

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

Drobo How-To Guide Drobo Apps - Configuring Copy Replication

Drobo How-To Guide Drobo Apps - Configuring Copy Replication The Drobo 5N provides easy, affordable networked attached storage for the connected home or small office. Copy, a new cloud- based service from Barracuda, provides users with the easiest place to store,

More information

Kaspersky Lab Mobile Device Management Deployment Guide

Kaspersky Lab Mobile Device Management Deployment Guide Kaspersky Lab Mobile Device Management Deployment Guide Introduction With the release of Kaspersky Security Center 10.0 a new functionality has been implemented which allows centralized management of mobile

More information

How to recover IE Client

How to recover IE Client HIKVISION EUROPE B.V. How to recover IE Client (WebClientActiveX Control) Name: WebClientActiveX Control Publisher: HANGZHOU HIKVISION DIGITAL TECHNOLOGY CO.,LTD. Type: ActiveX Control Version: 2.4.0.56

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Bonita Open Solution. Introduction Tutorial. Version 5.7. Application Development User Guidance Profile: Application Developer

Bonita Open Solution. Introduction Tutorial. Version 5.7. Application Development User Guidance Profile: Application Developer Bonita Open Solution Version 5.7 Introduction Tutorial Application Development User Guidance Profile: Application Developer Contents Introduction...5 Part 1. Tutorial Process Overview...6 Part 2. Begin

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

TimeTrade Salesforce Connector Administrator Guide

TimeTrade Salesforce Connector Administrator Guide TimeTrade Salesforce Connector Administrator Guide TimeTrade Systems, Inc. Step- by- step instructions for installing and configuring the Salesforce Connector Installation & Configuration Guide Table of

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users Getting Started Getting Started with Time Warner Cable Business Class Voice Manager A Guide for Administrators and Users Table of Contents Table of Contents... 2 How to Use This Guide... 3 Administrators...

More information

Remote Desktop Web Access. Using Remote Desktop Web Access

Remote Desktop Web Access. Using Remote Desktop Web Access Remote Desktop Web Access What is RD Web Access? RD Web Access is a Computer Science service that allows you to access department software and machines from your Windows or OS X computer, both on and off

More information

Publish Cisco VXC Manager GUI as Microsoft RDS Remote App

Publish Cisco VXC Manager GUI as Microsoft RDS Remote App Publish Cisco VXC Manager GUI as Microsoft RDS Remote App This appendix provides a step-by-step guide to publish the Cisco Cisco VXC Manager GUI as a Microsoft Remote Desktop Services (RDS) RemoteApp application.

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Tutorial: Mobile Business Object Development. SAP Mobile Platform 2.3 SP02

Tutorial: Mobile Business Object Development. SAP Mobile Platform 2.3 SP02 Tutorial: Mobile Business Object Development SAP Mobile Platform 2.3 SP02 DOCUMENT ID: DC01927-01-0232-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

Query JD Edwards EnterpriseOne Customer Credit using Oracle BPEL Process Manager

Query JD Edwards EnterpriseOne Customer Credit using Oracle BPEL Process Manager Query JD Edwards EnterpriseOne Customer Credit using Oracle BPEL Process Manager 1 Overview In this tutorial you will be querying JD Edwards EnterpriseOne for Customer Credit information. This is a two

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

WebSphere Business Monitor V6.2 KPI history and prediction lab

WebSphere Business Monitor V6.2 KPI history and prediction lab Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 KPI history and prediction lab What this exercise is about... 1 Lab requirements...

More information

User Self-Service Configuration Overview

User Self-Service Configuration Overview User Self-Service Configuration Overview Version 8.2 Mobile Service Manager Legal Notice This document, as well as all accompanying documents for this product, is published by Good Technology Corporation

More information

Health Science Center AirWatch Installation and Enrollment Instructions For Apple ios 8 Devices

Health Science Center AirWatch Installation and Enrollment Instructions For Apple ios 8 Devices Health Science Center AirWatch Installation and Enrollment Instructions For Apple ios 8 Devices Following are the steps necessary to register and enroll an Apple ios 8 device with the University s AirWatch

More information

10.3.1.6 Lab - Data Backup and Recovery in Windows XP

10.3.1.6 Lab - Data Backup and Recovery in Windows XP 5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

ECA IIS Instructions. January 2005

ECA IIS Instructions. January 2005 ECA IIS Instructions January 2005 THIS PAGE INTENTIONALLY BLANK ECA IIS Instructions ii July 22, 2005 Table of Contents 1. Install Certificate in IIS 5.0... 1 2. Obtain and Install the ECA Root Certificate

More information

DreamFactory on Microsoft SQL Azure

DreamFactory on Microsoft SQL Azure DreamFactory on Microsoft SQL Azure Account Setup and Installation Guide For general information about the Azure platform, go to http://www.microsoft.com/windowsazure/. For general information about the

More information

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc. WA2088 WebSphere Application Server 8.5 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

Installation Guide and Machine Setup

Installation Guide and Machine Setup Installation Guide and Machine Setup Page 1 Browser Configurations Installation Guide and Machine Setup The first requirement for using CURA is to ensure that your browser is set up accurately. 1. Once

More information

Citrix Client Install Instructions

Citrix Client Install Instructions Citrix Client Install Instructions If you are using Citrix remotely, Information Technology Services recommends updating Citrix client to the newest version available online. You must be an administrator

More information

Connected Data. Connected Data requirements for SSO

Connected Data. Connected Data requirements for SSO Chapter 40 Configuring Connected Data The following is an overview of the steps required to configure the Connected Data Web application for single sign-on (SSO) via SAML. Connected Data offers both IdP-initiated

More information

DocAve 6 Service Pack 1 Administrator

DocAve 6 Service Pack 1 Administrator DocAve 6 Service Pack 1 Administrator User Guide Revision C Issued October 2012 1 Table of Contents Table of Contents... 2 About DocAve Administrator for SharePoint... 6 Complementary Products... 6 Submitting

More information

Introduction to Directory Services

Introduction to Directory Services Introduction to Directory Services Overview This document explains how AirWatch integrates with your organization's existing directory service such as Active Directory, Lotus Domino and Novell e-directory

More information

Shavlik Patch for Microsoft System Center

Shavlik Patch for Microsoft System Center Shavlik Patch for Microsoft System Center User s Guide For use with Microsoft System Center Configuration Manager 2012 Copyright and Trademarks Copyright Copyright 2014 Shavlik. All rights reserved. This

More information

Contents. VPN Instructions. VPN Instructions... 1

Contents. VPN Instructions. VPN Instructions... 1 VPN Instructions Contents VPN Instructions... 1 Download & Install Check Point VPN Software... 2 Connect to FPUA by VPN... 6 Connect to Your Computer... 8 Determine Your Machine Type... 10 Identify 32-bit

More information

Title: SharePoint Advanced Training

Title: SharePoint Advanced Training 416 Agriculture Hall Michigan State University 517-355- 3776 http://support.anr.msu.edu support@anr.msu.edu Title: SharePoint Advanced Training Document No. - 106 Revision Date - 10/2013 Revision No. -

More information

ECAT SWE Exchange Customer Administration Tool Web Interface User Guide Version 6.7

ECAT SWE Exchange Customer Administration Tool Web Interface User Guide Version 6.7 ECAT SWE Exchange Customer Administration Tool SWE - Exchange Customer Administration Tool (ECAT) Table of Contents About this Guide... 3 Audience and Purpose... 3 What is in this Guide?... 3 CA.mail Website...

More information

File Share Navigator Online 1

File Share Navigator Online 1 File Share Navigator Online 1 User Guide Service Pack 3 Issued November 2015 Table of Contents What s New in this Guide... 4 About File Share Navigator Online... 5 Components of File Share Navigator Online...

More information

Using Exclaimer Signature Manager with Office 365

Using Exclaimer Signature Manager with Office 365 Using Exclaimer Signature Manager with Office 365 www.exclaimer.com How does Signature Manager Work? Signature Manager takes an email signature template and fills it out for a specific individual using

More information

Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP)

Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP) Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP) DOCUMENT REVISION DATE: September 1, 2009 Virtual Private Server (VPS) Admin Guide / Table of Contents Page 2 of 87 Table

More information

End User Guide. Version 2.8.0

End User Guide. Version 2.8.0 End User Guide Version 8.0 Table of Contents About this Guide... 5 Using this Manual... 5 Audience... 5 RedCarpet Overview... 6 What is RedCarpet?... 6 Who Uses RedCarpet?... 6 How Do I Get Started?...

More information

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3)

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Manual installation of agents and importing the SCOM certificate to the servers to be monitored:

More information

Tutorial: Mobile Business Object Development. SAP Mobile Platform 2.3

Tutorial: Mobile Business Object Development. SAP Mobile Platform 2.3 Tutorial: Mobile Business Object Development SAP Mobile Platform 2.3 DOCUMENT ID: DC01927-01-0230-01 LAST REVISED: March 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE Contents Introduction... 3 Step 1 Create Azure Components... 5 Step 1.1 Virtual Network... 5 Step 1.1.1 Virtual Network Details... 6 Step 1.1.2 DNS Servers

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

Active Directory Self-Service FAQ

Active Directory Self-Service FAQ Active Directory Self-Service FAQ General Information: info@cionsystems.com Online Support: support@cionsystems.com CionSystems Inc. Mailing Address: 16625 Redmond Way, Ste M106 Redmond, WA. 98052 http://www.cionsystems.com

More information

CMS Training. Prepared for the Nature Conservancy. March 2012

CMS Training. Prepared for the Nature Conservancy. March 2012 CMS Training Prepared for the Nature Conservancy March 2012 Session Objectives... 3 Structure and General Functionality... 4 Section Objectives... 4 Six Advantages of using CMS... 4 Basic navigation...

More information

Using GitHub for Rally Apps (Mac Version)

Using GitHub for Rally Apps (Mac Version) Using GitHub for Rally Apps (Mac Version) SOURCE DOCUMENT (must have a rallydev.com email address to access and edit) Introduction Rally has a working relationship with GitHub to enable customer collaboration

More information

IBM Bluemix Tutorial Connecting Eclipse to Bluemix v2.0

IBM Bluemix Tutorial Connecting Eclipse to Bluemix v2.0 IBM Bluemix http://ibm.biz/bluemixph A platform where developers can act like kids in a sandbox except this box is enterprise-grade. This laboratory exercise demonstrates how to connect Eclipse to Bluemix

More information

Managing Qualys Scanners

Managing Qualys Scanners Q1 Labs Help Build 7.0 Maintenance Release 3 documentation@q1labs.com Managing Qualys Scanners Managing Qualys Scanners A QualysGuard vulnerability scanner runs on a remote web server. QRadar must access

More information

RESCO MOBILE CRM USER GUIDE. Access your CRM data on any mobile platform ipad, iphone, Android, Windows Phone or Win XP/Vista/7/8

RESCO MOBILE CRM USER GUIDE. Access your CRM data on any mobile platform ipad, iphone, Android, Windows Phone or Win XP/Vista/7/8 RESCO MOBILE CRM USER GUIDE Access your CRM data on any mobile platform ipad, iphone, Android, Windows Phone or Win XP/Vista/7/8 Contents Synchronization... 1 1.1. How to synchronize your device... 1 1.2.

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

SourceForge Enterprise Edition 4.4 SP1 User Guide

SourceForge Enterprise Edition 4.4 SP1 User Guide SourceForge Enterprise Edition 4.4 SP1 User Guide SourceForge Enterprise Edition 4.4, Service Pack 1 Part Number: 98-0063 Last Revision: January 2008 Copyright 2008 CollabNet, Inc. All rights reserved.

More information

Community Edition 3.3. Getting Started with Alfresco Explorer Document Management

Community Edition 3.3. Getting Started with Alfresco Explorer Document Management Community Edition 3.3 Getting Started with Alfresco Explorer Document Management Contents Copyright... 3 Introduction... 4 Important notes...4 Starting with Explorer... 5 Toolbar... 5 Sidebar...6 Working

More information

Creating a generic user-password application profile

Creating a generic user-password application profile Chapter 4 Creating a generic user-password application profile Overview If you d like to add applications that aren t in our Samsung KNOX EMM App Catalog, you can create custom application profiles using

More information

TM Online Storage: StorageSync

TM Online Storage: StorageSync TM Online Storage: StorageSync 1 Part A: Backup Your Profile 1: How to download and install StorageSync? Where to download StorageSync? You may download StorageSync from your e-storage account. Please

More information

Setting up Remote Desktop

Setting up Remote Desktop Setting up Remote Desktop Terminology: Host PC the computer you want to access remotely; the destination Client PC the computer you are actually using to access another PC; the source IP Address the numerical

More information

Wimba Pronto. Version 3.1. Administrator Guide

Wimba Pronto. Version 3.1. Administrator Guide Wimba Pronto Version 3.1 Administrator Guide Wimba Pronto 3.1 Administrator Guide Overview 1 Accessing the Wimba Pronto Administration Interface 2 Managing Multiple Institutions 3 General Features 4 Configuring

More information

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files About This Tutorial 1Creating an End-to-End HL7 Over MLLP Application 1.1 About This Tutorial 1.1.1 Tutorial Requirements 1.1.2 Provided Files This tutorial takes you through the steps of creating an end-to-end

More information

Configuration Guide. Remote Backups How-To Guide. Overview

Configuration Guide. Remote Backups How-To Guide. Overview Configuration Guide Remote Backups How-To Guide Overview Remote Backups allow you to back-up your data from 1) a ShareCenter TM to either a Remote ShareCenter or Linux Server and 2) Remote ShareCenter

More information

Alfresco Online Collaboration Tool

Alfresco Online Collaboration Tool Alfresco Online Collaboration Tool USER MANUAL BECOMING FAMILIAR WITH THE USER INTERFACE... 4 MY DASHBOARD... 4 MY PROFILE... 6 VIEWING YOUR FULL PROFILE... 6 EDITING YOUR PROFILE... 7 CHANGING YOUR PASSWORD...

More information

Download and Installation Instructions. Android SDK and Android Development Tools (ADT)

Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Mac OS X Updated October, 2012 This document will describe how to download and install the Android SDK and

More information

IBM WebSphere Application Server V8.5 lab Basic Liberty profile administration using the job manager

IBM WebSphere Application Server V8.5 lab Basic Liberty profile administration using the job manager IBM WebSphere Application Server V8.5 lab Basic Liberty profile administration using the job manager Scenario You are a system administrator responsible for managing web application server installations.

More information

How do I Configure my bmail Account on Outlook 2013 Using the Google Apps Sync Tool?

How do I Configure my bmail Account on Outlook 2013 Using the Google Apps Sync Tool? Enterprise Computing & Service Management How do I Configure my bmail Account on Outlook 2013 Using the Google Apps Sync Tool? By using the Google Apps Sync tool you will be able to synchronize your bconnected

More information

ParishSOFT Remote Installation

ParishSOFT Remote Installation Table of Contents Setting up Remote Solution Windows 7 or Vista... 1 Connecting to ParishSOFT... 1 Accessing Your database... 3 Switching to your parish database... 4 Setting up Accounts for users... 5

More information

XenDesktop Implementation Guide

XenDesktop Implementation Guide Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Implementation Guide Pooled Desktops (Local and Remote) www.citrix.com Contents Contents... 2 Overview... 4 Initial Architecture... 5 Installation

More information

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

DropSend Getting Started Guide

DropSend Getting Started Guide DropSend Getting Started Guide DropSend Ltd. 2012 Step 1: How to send a file without registration If you want to quickly send a large file, you can do it from the homepage in just a couple of clicks. Here

More information