Lab 20: UI Customization

Size: px
Start display at page:

Download "Lab 20: UI Customization"

Transcription

1 Lab 20: UI Customization Note: Please view the PDF version as 150% for the clearest display of the screenshots. 1. Introduction In this lab, you will customize various aspects of the user interfaces available in Oracle Identity Manager. 1.1 Working with Menus and Tabs Identity Administration o Add panel and links Self Service console - Add a blank Custom ADF Tab (using a jsff file) Self Service console - Add a custom ADF Tab with some OIM functionality (build jar from JDev project) 1.2 Branding Customization (text, logo, logo mouse over) Login Page Identity Administration Unauthenticated Self-Service Authenticated Self Service Advanced Administration 1.3 Renaming Button Labels Identity Administration Other Consoles (unauthenticated self service, authenticated Self Service, and Advanced Administration) 1.4 Style Sheet Modifications Creating Custom Skins and Overriding Style Sheets

2 Contents 1. Working with Menus and Tabs 2. Branding Customization for Administration Console (text, logo, logo mouse over) 3. Branding Customization for Self Service Console (text, logo, logo mouse over) 4. Renaming Button Labels 5. Style Sheet Modifications Important Note: For the customizations you make to take effect, you must clear both the cache for the Oracle Identity Manager Server (the Server cache) and the cache for the Web browser (the Browser cache). To clear the Server cache: Open a Terminal. To do so, right-click the Desktop and select Open Terminal from the popup menu that appears. Navigate to the /odrive/oracle/oim11g_mwh/user_projects/domains/ oim_11g_domain/servers/oim_server1/tmp directory. Clear all files in this directory. To clear the Browser cache: Open a Web browser. Click the Tools menu. Then, click Clear Private Data from the menu that appears. In the Clear Private Data window, click Clear Private Data Now. 2.1 Working with Menus and Tabs Identity Administration - Add panel and links Purpose: Our customer seems to have a custom client app which lets the administrators create, modify and delete users, roles and auth policies. For that reason customer wants to limit the OIM Administration console to be used for only Search users and roles but still let them do all operations on Organizations. In this section we will add a panel called Search Users and Roles with links to do advanced search of Users and Roles. We will

3 remove (hide) the Users, Roles and Authorization Policy panels in the process. Steps: That is how the Identity Administration Console Welcome Page looks like by default We would like to get this screen instead:

4 1. Create a working area under the home directory to copy IdentityTaskFlow.jar from your installation and extract it using jar or unzip (you can sftp this file from the host to do it locally). 2. Start JDeveloper and create an ADF application (File -> New -> General -> Applications -> Fusion Web Application (ADF))

5 3. Name the application IdentityTaskFlowApp and click on Finish.

6 4. Leave JDeveloper for a moment and back to the Linux file system using for example the File Browser tool (Applications -> System Tools), create a folder named src in /home/oracle/jdeveloper/mywork/identitytaskflowapp/viewcontroller

7 5. Copy the content of the temporary folder (uicust) into this folder (unselect IdentityTaskFlow.jar)

8 6. Copy the images folder from ViewController -> src into ViewController -> public_html 7. Back in JDeveloper, Right-Click on ViewController, select Project Properties -> Technology Scope and check that the following technologies have been selected:

9 8. Open in JDeveloper, ViewController -> Application Sources-> taskflow.adminwelcome -> adminwelcome.jsff You should get the following screen (if not click of the refresh icon of the jsff window):

10 9. Customization of the top left panel: 9.1. Click on the title (#{...users} to select the Panel.

11 9.2. On the Property Inspector (Bottom Right of JDeveloper) change the text property to Search Users and Roles : Verify that this update gets reflected in the Design screen: 9.3. Select in the Structure screen (Bottom Left) the second horizontal panelgrouplayout of the panelbox Search Users and Roles :

12 9.4. Press Delete Select and copy in the Role panelbox the horizontal panelgrouplayout related to Advanced Roles Search :

13 9.6. Back to the Search users and roles panelbox paste the panelgrouplayout The result should be: 9.7. Drag and drop a Panel Group Layout from the Component Palette (Right Top) on the vertical panelgrouplayout of the panelbox Search Users and Roles :

14 9.8. In the Property Inspector screen (Bottom Right) select horizontal for the Layout:

15 9.9. Still having selected the new horizontal panelgrouplayout, click on Go Link in the Component Palette -> ADF Faces -> Common Components: In the Property Inspector enter: Text = Link to Oracle.com Destination = shortdesc=oracle's homepage TargetFrame = new

16 9.11. Change the destination to reflect the screenshot (click on Source at the bottom of the AdminWelcome.jsff window): Click on Save 10. Customization of the top right panel: Click on #{...roles_tab_text} and press Delete Repeat the same for #{...authorization_policies_header_text} The screen should look like: Click on Save

17 11. Redeploy the modified ADF Faces Back in a terminal window, go to the ViewController/src folder (cd ~/jdeveloper/mywork/identitytaskflowapp/viewcontroller/src) Recreate the jar in the ViewController/src folder (remove the IdentityTaskFlow.jar if it is still there): jar -cvf IdentityTaskFlow.jar * Push back the jar in /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/web- INF/lib Stop and start OIM Server Check that the links on the Welcome page of the Administration tab are functioning: 2.1 Working with Menus and Tabs

18 2.1.1 Self-Service console - Add a blank custom ADF tab Purpose: in this section, we will add a custom ADF tab to OIM Self-Service page called Authentication. Steps: 2.1. Create an application in JDeveloper (File -> New -> Generic Application) named iam-consoles-faces (leave the Project Name to Project1: we won't use this project but create a new one based on a war file). Create a war file on the host system: o Open a terminal window and go to the iam-consoles-faces.war folder cd /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war o Use the jar utility to create the war file jar -cvf iam-consoles-faces.war * If you want to use locally JDeveloper sftp this war file on a local drive. Create a project in the JDeveloper application iam-consoles-faces o Select File -> New -> Projects -> Project from WAR File

19 Project Name = iam-consoles-faces

20

21 Select the war file Click on Finish. You can delete Project1. o Create a new page: right-click pagefragments (in Web Content), select New and Web Tier -> JSF -> JSF Page Fragment

22 o Name the file custom.jsff. Make sure Blank Page option is selected at Initial Page Layout and Content section. Click OK o Drag and drop a Panel Stretch Layout from the ADF Faces Layout Component Panel in the custom.jsff design window o Click on the top area in the custom.jsff design screen and then on Panel Header in the Component Palette -> ADF Faces -> Layout top right screen. o In the Source, delete the text for the panelheader o In the Structure window (Bottom Left), select Panel Header facets -> context

23 o o In the Component Palette screen, click on Output Text in ADF Faces -> Common Components and enter Authentication for the Value of the text field Add a Separator (from ADF Faces -> Layout) in the Legend facet The Structure should look like

24

25 The Design window like

26 And the Source

27 o Click on Save o Edit faces-config-self.xml in WEB-INF o Click on Overview

28 o Add a new Managed Bean (top +): Bean Name = custompage Class = Self$OperationAction Package= oracle.iam.consoles.faces.backing.self Scope = application Generate Class if it Does Not Exist = unchecked Enter at first oracle.iam.consoles.faces.backing.self and then add $OperationAction in the Property Inspector: o Add 2 Managed Properties (lower +) Name = id Class = java.lang.string Value = customization_page

29 Name = pageurl Class = java.lang.string Value =../pagefragments/custom.jsff o A d d i n Change the existing primaryoperationsmap Managed Bean with the following values: From: Key = #{welcomeoperation.id} Value = #{welcomeoperation} To: Key = #{custompage.id} Value = #{custompage}

30 C l i c k o n S a v o C Copy from ~/jdeveloper/mywork/iam-consoles-faces/iam-consoles-faces/public_html/web-inf/lib, iamconsoles-faces.jar into a temporary folder o Extract the jar there with the command: jar -xvf iam-consoles-faces.jar o Delete the jar in the temporary folder o Edit in this temporary folder oracle/iam/consoles/faces/resources, Self.properties file o Add the following two lines at the end of the file: customization_page.text=authentication customization_page.shortdesc=authentication Description o In the temporary folder (cd../../../../..) re-create the jar: jar -cvf iam-consoles-faces.jar *

31 o Replace the previous jar (located in ~/jdeveloper/mywork/iam-consoles-faces/iam-consolesfaces/public_html/web-inf/lib) by this one. You can check that you have the right file in Jdeveloper open the file in there (Web Content -> WEB-INF -> lib -> iam-consoles-faces.jar -> Self.properties): Push back the JDeveloper folders to OIM Server o Rename the folder iam-consoles-faces.war to iam-consoles-faces.war.bak (in /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/) cd /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear mv iam-consoles-faces.war iam-consoles-faces.war.bak o Create iam-consoles-faces.war folder o If you have worked locally, sftp (you can zip at first just to upload one file) or copy (if you have used jdeveloper in the virtual machine) in there all the content of the public_html folder of the iam-consoles-faces jdeveloper project folder (~/jdeveloper/mywork/iam-consoles-faces/iam-consoles-faces/public_html). o Stop the OIM Server o Drop all the files in /odrive/oracle/oim11g_mwh/user_projects/domains/ oim11g_domain/servers/oim_server1/tmp o Restart OIM Server

32 o Login to the OIM console and open the Self-Service page:

33 2.1.3 Self Service console - Add a Custom ADF Tab with some OIM functionality Purpose: Steps: In this section we will add a custom ADF tab to OIM Self-Service page called Authentication. Under this Authentication tab, we will add one panel and in this panel we will have 2 sub-tabs Attributes and Password. Attribute tab present some basic attributes that can be updated by the user. Password sub-tab let users change their password. This example will show you to create a simple user profile page in regular ADF, using the data for the currently logged in user. The custom ADF tab is created as an ADF Declarative Component Library. The example described is available as a sample JDeveloper project. This project can be used as a starting point for other ADF custom tab development. The project is available for this lab as self_service_adf_tabs.zip in /odrive/dummydata/uicust_files. This project is already built and adflibcustomtabs1.jar file is present in deploy directory of the project which we will directly use for the lab. 1. Make a new working directory. Copy the project zip file and unzip it 2. Locate the jar file that we will use in this lab.

34 3. 4. Copy this jar file as shown cp adflibcustomtabs1.jar /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consolesfaces.war/web-inf/lib/ 5. Update Self.jspx There is a bug in the Self Service console Self.jspx file that needs to be fixed for custom ADF tabs to display correctly. This bug will be fixed in the PS1 release, so following is temporary workaround Edit /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/pages/self.jspx and Change <af:panelstretchlayout id="content_wrapper"> to <af:panelstretchlayout id="content_wrapper" topheight="auto">

35 6. Add customization page to faces-config-self.xml (located in WEB-INF): cd /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/web-inf Note that we had added this bean already in a previous section. So the value we have to change here is: Replace <value>../pagefragments/custom.jsff</value> with <value>/examples/myprofile.jspx</value> 7. Still in the faces-config-self.xml file, add the custom pages to the primaryoperationsmap Note that we did this already in previous section, so nothing needs to be done. 8. Edit Self.properties to define tab names

36 Again this was previously done, so no need to do it again. 9. Stop the OIM Server 10. Drop all the files in /odrive/oracle/oim11g_mwh/user_projects/domains/ oim11g_domain/servers/oim_server1/tmp 11. Restart OIM Server 12. Check about the result.

37

38 2.2 Branding Customization for Administration Console (text, logo, logo mouse over) Purpose: In this practice, you customize the look and feel of the Oracle Identity Manager Identity Administration Console (or brand the console). This includes: o Modifying the text that appears in the header banner of the console. This text is known as branding text. Specifically, you change the branding text of this console from Identity Administration to Identity Provisioning System. o Adding a logo to the console. For this practice, replace the Oracle Corporation logo with the logo for ACME Capital (or ACME INC.). ACME INC. is the company for which you are an administrator. This logo is represented by the acme_capital2.png file. o Changing the mouseover text associated with the logo. Specifically, replace the Oracle mouseover text with text for your company (ACME INC). Note: A mouseover refers to a GUI event that is raised when a user moves or "hovers" the cursor over a particular area of the GUI (for this example, the logo on the Oracle Identity Manager 11g page or console) Modifying Branding Text 1. Shut down the Oracle Identity Manager Server, all Oracle Identity Manager Web-based consoles, and the Oracle Identity Manager Design Console. 2. Open a Terminal. To do so, right-click the Desktop and select Open Terminal from the popup menu that appears. 3. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/web-inf/lib directory. 4. Create a folder titled backups in this directory. This folder contains a copy of all files you are to modify for this subpractice. Important: Before modifying any file, back it up. The file you edit corresponds to a type of customization to perform with a console. For example, by editing the IdentityUIBundle_en.properties file, you change the branding text for the Oracle Identity Manager Identity Administration Console.

39 5. Copy the IdentityTaskFlow.jar file, which resides in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/web-inf/lib directory. 6. Paste this file into the backups folder. 7. Navigate to the backups folder. At the prompt, enter jar -xf IdentityTaskFlow.jar Note: You are extracting the IdentityTaskFlow.jar file because you have to modify the IdentityUIBundle_en.properties file, which is contained in the jar file. By editing the IdentityTaskFlow.jar file, you change the branding text for the Oracle Identity Manager Identity Administration Console. Also, by entering x and f as arguments, you are forcing Java (f) to extract (x) the contents contained in the IdentityTaskFlow.jar file. Important: If you cannot extract the jar file, make sure you set the PATH environment variable to point to the folder where the Java JDK resides. For example, if the Java JDK is located in the /odrive/oracle/oim11g_mwh/jdk160_18/bin directory, enter the following at the prompt: PATH=$PATH:/odrive/oracle/oim11g_MWH/jdk160_18/bin 8. Using a text editor, open the IdentityUIBundle_en.properties file, found in the backups/oracle/iam/identitytaskflow/resources/ directory. Note: This directory appears after you extract the contents of the IdentityTaskFlow.jar file. 9. Locate the following string of text: admin_branding_text=identity Administration 10. Change the value of the admin_branding_text parameter to Identity Provisioning System.

40 Your file should resemble the following screenshot: 11. Save your changes to the IdentityUIBundle_en.properties file. Close the file. 12. Navigate to the backups directory. At the prompt, enter: rm IdentityTaskFlow.jar jar -cf IdentityTaskFlow.jar *

41 Note: By entering c as an argument, you are forcing Java to create (c) a new IdentityTaskFlow.jar file. This file contains the modifications you made to the IdentityUIBundle_en.properties file. 13. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/web-inf/lib directory. Replace the unedited IdentityTaskFlow.jar file with the modified file. 14. Restart Oracle Identity Manager Server and the Oracle Identity Manager Identity Administration Console. The Home page of this console appears. The header banner of this console is changed from Identity Administration to Identity Provisioning System.

42 2.2.2 Adding a Logo Shut down the Oracle Identity Manager Server and the Oracle Identity Manager Identity Administration Console. Open a Terminal. Copy the acme_captial2.png file from /odrive/dummydata/lab 20, which represents the logo, to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/images directory. Note: The images directory is the place where all graphics files for the Oracle Identity Manager Web-based consoles are to be stored (including the logo you are to add). Using a text editor, open the Admin.jspx file, located in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/pages directory. Locate the following line of code: <af:document title= #{resui.window_title_text} theme= dark id= d1 > Below this line of code, add the following lines of code: <af:resource type="css">.mycustombrandinglogo { background-image:url('/oim/images/acme_capital2.png'); background-position:center; background-repeat:repeat-n; display:block; height:3.5em; width:119px; } </af:resource>

43 Your file should resemble the following screenshot: Locate the following line of code: <af:pagetemplate viewid="/templates/idmshell.jspx" value="#{bindings.pagetemplatebinding}" id="pt1"> Below this line of code, add the following line of code: <f:attribute name="brandinglogocls" value="mycustombrandinglogo"/>

44 Your file should resemble the following screenshot:

45 Save your changes to the Admin.jspx file. Close the file. Restart Oracle Identity Manager Server and the Oracle Identity Manager Identity Administration Console. The logo, represented by the acme_capital2.png file, appears in the Home page of this console.

46 2.2.3 Changing the Logo Mouseover Text Shut down the Oracle Identity Manager Server and the Identity Administration Console. Open a Terminal. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/modules/oracle.idm.uishell_ directory. Create a folder titled backups in this directory. Note: The backups folder contains the contents of the oracle.idm.uishell.war file, which you are going to extract in Step 7 of this procedure. Copy the oracle.idm.uishell.war file, which resides in the /odrive/oracle/oim11g_mwh/oracle_idm1/modules/ oracle.idm.uishell_ directory. Paste this file into the backups folder. Navigate to the backups folder. At the prompt, enter: jar xf oracle.idm.uishell.war Navigate to the backups/web-inf/lib directory. Note: This directory appears after you extract the contents of the oracle.idm.uishell.war file. Create a folder titled backups2 in this directory. Note: The backups2 folder contains a copy of all files you are to modify for this subpractice. Copy the oracle-idm-uishell.jar file, which resides in the backups/web-inf/lib directory. Paste this file into the backups2 folder. Navigate to the backups2 folder. At the prompt, enter jar -xf oracle-idm-uishell.jar Navigate to the backups2/templates directory. Note: This directory appears after you extract the contents of the oracle-idm-uishell.jar file. Using a text editor, open the IdmShell.jspx file, found in the backups2/templates directory.

47 Locate the following line of code: af:spacer shortdesc="oracle" Replace the Oracle mouseover text with mouseover text for your company (ACME INC).

48 Your file should resemble the following screenshot:

49 Save your changes to the IdmShell.jspx file. Close the file. Using a text editor, open the IdmSignIn.jspx file, found in the backups2/templates directory. Locate the following line of code: af:spacer id="logo" shortdesc="oracle" Replace the Oracle mouseover text with mouseover text for your company (ACME INC).

50 Your file should resemble the following screenshot:

51 Save your changes to the IdmSignIn.jspx file. Close the file. Delete IdmShell.jspx~ and IdmSignIn.jspx Navigate to the backups2 directory. At the prompt, enter: rm oracle-idm-uishell.jar jar -cf oracle-idm-uishell.jar * Navigate to the backups/web-inf/lib directory. Replace the unedited oracle-idm-uishell.jar file with the modified file. Delete the backups2 directory (rm -rf backups2) Navigate to the backups directory. At the prompt, enter: rm oracle.idm.uishell.war jar -cmf META-INF/MANIFEST.MF oracle.idm.uishell.war * Note: The MANIFEST.MF file is created whenever a war file is created. This file contains information about the war file, such as the file s build number and version number. By entering m as an argument, you are forcing Java to keep the details that exist in the original MANIFEST.MF file (that is, you are not overwriting the file). Oracle Identity Manager requires this information to use the contents in the oracle.idm.uishell.war file. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/modules/oracle.idm.uishell_ directory. Replace the unedited oracle.idm.uishell.war file with the modified file. Delete the backups directory.

52 Restart Oracle Identity Manager Server and the Identity Administration Console. The Home page of this console appears. The mouseover text of Oracle, which is associated with the logo, is now replaced with the mouseover text you specified in Step 16 and Step 20 of this procedure (ACME INC). Important: If the mouseover text for the logo on the Home page of the Identity Administration Console does not change (that is, it still appears as Oracle), complete the following steps: 1. On the Oracle WebLogic Server Administration Console Home page, click the Deployments link. 2. On the Summary of Deployments page, locate the enterprise application titled oim ( ). 3. Stop this application (Force Stop Now). By doing so, the status of this application changes from Active to Prepared. 4. Shut down the Oracle Identity Manager Server and the Identity Administration Console. 5. Open a Terminal. 6. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1 directory. 7. Create a folder titled IDMShell in this directory.

53 8. Copy the oracle.idm.uishell.war file, which resides in the /odrive/oracle/oim11g_mwh/oracle_idm1/modules/oracle.idm.uishell_ directory. 9. Paste this file into the IDMShell folder. 10. On the Summary of Deployments page of Oracle WebLogic Server, locate the library titled oracle.idm.uishell(11.1.1,11.1.1). 11. Delete this library a) Click on Lock & Edit b) Check oracle.idm.uishell library c) Click on Delete d) Click on Activate Changes

54 12. From the Terminal, navigate to the /odrive/oracle/oim11g_mwh/user_projects/domains/oim11g_domain/servers/oim_server1/tmp/_wl_user directory. 13. Delete the oracle.idm.uishell folder (rm -rf oracle.idm.uishell) that resides in this directory. 14. On the Summary of Deployments page of Oracle WebLogic Server, reinstall the oracle.idm.uishell(11.1.1,11.1.1) library. To do so: a) Click Install (after clicking on Lock & Edit). b) Verify that /odrive/oracle/oim11g_mwh/oracle_idm1/idmshell/oracle.idm.uishell.war appears in the Path field. Select the oracle.idm.uishell.war option. Click Next. c) Select the Install this deployment as a library option. Click Next. d) Select the oim_server1 check box. Click Next. e) Click Finish and on Activate Changes. Verify that the oracle.idm.uishell(11.1.1,11.1.1) library appears on the Summary of Deployments page and that it has a status of New. 15. Restart the Oracle Identity Manager Server and the Identity Administration Console. 16. On the Summary of Deployments page of Oracle WebLogic Server, locate the enterprise application titled oim ( ). 17. Start this application. By doing so, the status of this application changes from Prepared to Active. In addition, the Health column displays a status of OK and contains a green check mark.

55 2.3 Branding Customization for Self Service Console (text, logo, logo mouse over) Purpose: Steps: In this practice, you brand the Oracle Identity Manager Self Service Console. This includes: o Modifying the text that appears in the header banner of the console (the branding text). Specifically, you change the branding text of this console from Identity Manager Self Service to Identity Provisioning System Self Service. o Adding a logo to the console. For this practice, replace the Oracle Corporation logo with the logo for ACME Capital (or ACME INC.). ACME INC. is the company for which you are an administrator. This logo is represented by the acme_capital2.png file. o Changing the mouseover text associated with the logo. Specifically, replace the Oracle mouseover text with text for your company (ACME INC.) Modifying Branding Text 2. Shut down the Oracle Identity Manager Server and the Oracle Identity Manager Identity Administration Console. 3. Open a Terminal. 4. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/web- INF/lib directory. 5. Create a folder titled backups in this directory. This folder contains a copy of all files you are to modify for this subpractice. 6. Copy the iam-consoles-faces.jar file, which resides in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/web-inf/lib directory. 7. Paste this file into the backups folder. 8. Navigate to the backups folder. At the prompt, enter

56 jar -xf iam-consoles-faces.jar 9. Using a text editor, open the Self_en.properties file, found in the backups/oracle/iam/consoles/faces/resources directory. 10. Locate the following string of text: header_branding=identity Manager Self Service 11. Change the value of the header_branding parameter to Identity Provisioning System Self Service. Your file should resemble the following screenshot: 12. Save your changes to the Self_en.properties file. Close the file. 13. Navigate to the backups directory. At the prompt, enter: rm iam-consoles-faces.jar jar -cf iam-consoles-faces.jar * 14. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/web- INF/lib directory. Replace the unedited iam-consoles-faces.jar file with the modified file.

57 15. Restart Oracle Identity Manager Server and the Oracle Identity Manager Self Service Console. The Home page of this console appears. The header banner of this console is changed from Identity Manager Self Service to Identity Provisioning System Self Service.

58 2.3.2 Adding a Logo 3. Shut down the Oracle Identity Manager Server and the Oracle Identity Manager Self Service Console. 4. Open a Terminal. 5. Using a text editor, open the Self.jspx file, located in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/pages directory. 6. Locate the following line of code: <f:facet name="metacontainer"> 7. Below this line of code, add the following lines of code: <af:resource type="css">.mycustombrandinglogo { background-image:url('/oim/images/acme_capital2.png'); background-position:center; background-repeat:repeat-n; display:block; height:3.5em; width:119px; } </af:resource>

59 Your file should resemble the following screenshot: 8. Locate the following line of code: <!-- BRANDING BEGIN --> 9. Below this line of code, in the facet tag, add the following line of code: <f:attribute name="brandinglogocls" value="mycustombrandinglogo"/>

60 Your file should resemble the following screenshot: 10. Save your changes to the Self.jspx file. Close the file. 11. Restart Oracle Identity Manager Server and the Oracle Identity Manager Self Service Console. The logo, represented by the acme_capital2.png file, appears in the Home page of this console.

61 You may have to clear the Server cache: Open a Terminal. To do so, right-click the Desktop and select Open Terminal from the popup menu that appears. Navigate to the /odrive/oracle/oim11g_mwh/user_projects/domains/oim_11g_domain/servers/oim_server1/tmp directory. Delete all files in this directory.

62 2.3.3 Changing the Logo Mouseover Text Shut down the Oracle Identity Manager Server and the Oracle Identity Manager Self Service Console. Open a Terminal. Using a text editor, open the Self.jspx file, located in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/pages directory. Locate the following line of code: <f:attribute name="brandinglogocls" value="mycustombrandinglogo"/> Below this line of code, add the following line of code: <f:attribute name="brandinglogotext" value="acme INC"/>

63 Your file should resemble the following screenshot:

64 Save your changes to the Self.jspx file. Close the file. Restart Oracle Identity Manager Server and the Oracle Identity Manager Self Service Console. The mouseover text of Oracle, which is associated with the logo, is now replaced with the mouseover text you specified in Step 5 of this procedure (ACME INC).

65 2.3 Renaming Button Labels Purpose: Steps: In this practice, you rename button text (or labels) in two consoles: the Identity Administration Console and the Self Service Console. Specifically, you learn how to change button labels in the following consoles: 12. For the Identity Administration console, you change the text in the Save and Cancel buttons to Submit and Clear. These buttons are located on the Create User page of the console. 13. For the Self Service console, you change the text in the Apply and Revert buttons to Submit and Cancel. These buttons are located on the Challenge Questions page of the console Identity Administration Console Shut down the Oracle Identity Manager Server and the Oracle Identity Manager Self Service Console. Open a Terminal. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/web-inf/lib/backups directory. Using a text editor, open the IdentityUIBundle_en.properties file, found in the /backups/oracle/iam/identitytaskflow/resources directory. Locate the following lines of code: ## Create User Taskflow properties save_action=save cancel_action=cancel

66 Note: You search for these lines of code because you are going to rename button labels on the Create User page of the Identity Administration console. Modify the values for the save_action and cancel_action parameters, as follows: Parameter Old Value New Value save_action Save Submit cancel_action Cancel Clear Note: By modifying the values for the save_action and cancel_action parameters, you are renaming the Save and Cancel buttons (to Submit and Clear). These buttons are located on the Create User page of the Identity Administration console.

67 Your file should resemble the following screenshot: Save your changes to the IdentityUIBundle_en.properties file. Close the file. Navigate to the backups directory. At the prompt, enter: rm IdentityTaskFlow.jar jar -cf IdentityTaskFlow.jar *

68 Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/web-inf/lib directory. Replace the unedited IdentityTaskFlow.jar file with the modified file. Restart Oracle Identity Manager Server and the Oracle Identity Manager Identity Administration Console. The Home page of this console appears. Click the Create User link on the Identity Administration Console Home page. Your modifications to the IdentityUIBundle_en.properties file are reflected in this form. Specifically, you changed the text in the Save and Cancel buttons (to Submit and Clear).

69 2.3.2 Self Service Console Shut down the Oracle Identity Manager Server and the Oracle Identity Manager Identity Administration Console. Open a Terminal. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/web- INF/lib directory. Create a folder titled backups2 in this directory. This folder contains a copy of all files you are to modify for this subpractice. Copy the OIMUI.jar file, which resides in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iamconsoles-faces.war/ WEB-INF/lib directory. Paste this file into the backups2 folder. Navigate to the backups2 folder. At the prompt, enter jar -xf OIMUI.jar Using a text editor, open the Agent_en.properties file, found in the directory backups2/oracle/iam/selfservice/self/agentry/resources. Note: This directory appears after you extract the contents of the OIMUI.jar file. Locate the following lines of code: Intent[SECURITY_SAVE].name = Apply Intent[SECURITY_SAVE].description = Save challenge questions Intent[SECURITY_REVERT].name = Revert Intent[SECURITY_REVERT].description = Revert changes made for setting challenge questions Note: You search for these lines of code because you are going to rename button labels on the Challenge Questions page of the Authenticated Self Service console. Modify the values for the Intent[SECURITY_SAVE].name and Intent[SECURITY_REVERT].name parameters, as follows:

70 Parameter Old Value New Value Intent[SECURITY_SAVE].name Apply Submit Intent[SECURITY_REVERT].na me Revert Cancel Note: By modifying the values for the Intent[SECURITY_SAVE].name and Intent[SECURITY_REVERT].name parameters, you are renaming the Apply and Revert buttons (to Submit and Cancel). These buttons are located on the Challenge Questions page of the Authenticated Self Service console.

71 Your file should resemble the following screenshot: Save your changes to the Agent_en.properties file. Close the file. Navigate to the backups2 directory. At the prompt, enter: rm OIMUI.jar jar -cf OIMUI.jar *

72 Navigate to the /odrive/oracle/oim11g_mwh/ Oracle_IDM1/server/apps/oim.ear/iam-consoles-faces.war/WEB- INF/lib directory. Replace the unedited OIMUI.jar file with the modified file. Restart Oracle Identity Manager Server and the Oracle Identity Manager Self Service Console. The Home page of this console appears. Click the Profile tab on the Self Service Console Home page. The My Profile tab appears. Click the Security tab. Your modifications to the Agent_en.properties file are reflected in this form. Specifically, you changed the text in the Apply and Revert buttons (to Submit and Cancel). 2.4 Style Sheet Modifications Purpose: In this practice, you create custom skins and style sheets for two Oracle Identity Manager consoles: the Identity Administration Console and the Self Service Console. Oracle Identity Manager uses two techniques to customize the appearance of its Web-based consoles: style sheets

73 Steps: and skins. 3. Style sheets separate the presentation and content for a Web page. The code for the Web page contains the page's semantic content and structure, but does not define its visual layout (style). Instead, the style is defined in an external style sheet file using a style sheet language such as CSS. This design approach is identified as a "separation" because it overrides the antecedent methodology in which a page's code defined both style and structure. Style sheets for the Oracle Identity Manager Self Service Console are placed into the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/skins/myskin directory. Note: The myskin folder does not exist. Therefore, you must create it and nest it within the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/skins directory. Style sheets for the Oracle Identity Manager Identity Administration Console are placed into the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/ admin.war/skins/myskin directory. Note: The skins/myskin folder does not exist. Therefore, you must create it and nest it within the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war directory. 4. A skin refers to the appearance of an Oracle Identity Manager Web-based console; it gives the console a different look and feel. A skin changes the way the console appears when a user clicks a button, but does not change the behavior of the user interface. A change in the skin results in a change to the console s appearance only; it does not impact the console s functionality. New skins for the Self Service Console and the Identity Administration Console are created in the trinidadskins.xml file and registered in the trinidad-config.xml file. For the Self Service Console, these files are located in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/web-inf directory. For the Identity Administration Console, these files are located in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/ admin.war/web-inf directory.

74 2.4.1 Self Service Console Shut down the Oracle Identity Manager Server and the Oracle Identity Manager Self Service Console. Open a Terminal. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/web-inf directory. Create a folder titled backups in this directory. This folder contains a copy of all files you are to modify for this subpractice. Copy the trinidad-skins.xml file and trinidad-config.xml files, which reside in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/web-inf directory. Paste these files into the backups folder. Open the trinidad-skins.xml file, found in the backups folder. Note: For this subpractice, you are defining a new skin for the Oracle Identity Manager Self Service Console. New skins for this console are created in the trinidad-skins.xml file. Locate the following line of code: <skins xmlns=" Below this line of code, add the following lines of code: <skin> <id>myskin.desktop</id> <family>myskin</family> <extends>fusion.desktop</extends> <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id> <style-sheet-name>skins/myskin/myskin.css</style-sheet-name> <bundle-name>oracle.iam.consoles.faces.resources.adfcomponentsmessagebundle</bundle-name> </skin>

75 Your file should resemble the following screenshot: Note: By adding these lines of code to the trinidad-skins.xml file, you are defining a new skin (myskin) for the Oracle Identity Manager Self Service Console. In addition, you are setting this skin to be the default skin for the console.

76 Save your changes to the trinidad-skins.xml file. Close the file. You created a new skin for the Oracle Identity Manager Self Service Console. You are ready to register the skin. New skins for the console are registered in the trinidad-config.xml file. Open the trinidad-config.xml file, found in the backups folder. Locate the following line of code: <skin-family>fusion</skin-family> Modify the value for the <skin-family> parameter, as follows: Parameter Old Value New Value <skin-family> fusion myskin Your file should resemble the following screenshot: Note: By changing the value for the <skin-family> parameter (from fusion to myskin), you are registering this skin. You defined this skin in the trinidad-skins.xml file.

77 Save your changes to the trinidad-config.xml file. Close the file. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/web-inf directory. Replace the unedited trinidad-skins.xml file and trinidad-config.xml file with the modified files. You created and registered myskin, a new skin for the Oracle Identity Manager Self Service Console. You are ready to create a style sheet for this console. This style sheet (myskin.css) is used to override default elements for the Oracle Identity Manager Self Service Console, such as the console s background color, menu link color, and activity icon (located in the upper-right-hand corner of the console). Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/skins directory. Create a folder titled myskin in this directory. Note: This folder is to contain myskin.css, the style sheet for the Oracle Identity Manager Self Service Console. Copy the myskin.css file, which resides in the /odrive/dummydata/ Lab 20/sample_code_files/12_4/Self Service Console/myskin directory, after unzipping sample_code_files.zip. Paste this file into the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consolesfaces.war/skins/myskin directory.

78 Restart Oracle Identity Manager Server and the Oracle Identity Manager Self Service Console. The appearance of this console is modified, and reflects the custom skin and style sheet you created for the console. These changes include the console s background color, menu link color, and activity icon (located in the upper-right-hand corner of the console).

79 2.4.2 Identity Administration Console 1. Shut down the Oracle Identity Manager Server and the Oracle Identity Manager Self Service Console. 2. Open a Terminal. 3. Copy the trinidad-skins.xml file, which resides in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iam-consoles-faces.war/web-inf directory. 4. Paste this file into the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/web-inf directory. Note: The trinidad-skins.xml file contains the modifications you made to the file for the Oracle Identity Manager Self Service Console. These changes are also applicable for the Identity Administration Console. By copying the trinidad-skins.xml file, you create a new skin for the Oracle Identity Manager Identity Administration Console. You are ready to register the skin. New skins for this console are registered in the trinidad-config.xml file. 5. Create a folder titled backups in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/web-inf directory. This folder contains a copy of all files you are to modify for this subpractice. 6. Copy the trinidad-config.xml file, which resides in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/web-inf directory. 7. Paste this file into the backups folder. 8. Edit trinidad-config.xml file and locate the following line of code: <skin-family>fusion</skin-family> 9. Modify the value for the <skin-family> parameter, as follows: Parameter Old Value New Value <skin-family> fusion myskin

80 Your file should resemble the following screenshot: Note: By changing the value for the <skin-family> parameter (from fusion to myskin), you are registering this skin. You defined this skin in the trinidad-skins.xml file. 10. Save your changes to the trinidad-config.xml file. Close the file. 11. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/web-inf directory. Replace the unedited trinidad-config.xml file with the modified file. You created and registered myskin, a new skin for the Oracle Identity Manager Identity Administration Console. You are ready to use the myskin.css style sheet for this console. You created this style sheet for the Oracle Identity Manager Self Service Console. The myskin.css style sheet is used to override default elements for the Identity Administration Console, such as the console s background color, menu link color, and activity icon (located in the upper-right-hand corner of the console). 12. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war directory.

81 13. Create a subfolder titled skins in this directory. 14. Navigate to the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/skins directory. 15. Create a subfolder titled myskin in this directory. Note: This folder is to contain myskin.css, the style sheet for the Oracle Identity Manager Identity Administration Console. 16. Copy the myskin.css file, which resides in the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/iamconsoles-faces.war/skins/myskin directory. 17. Paste this file into the /odrive/oracle/oim11g_mwh/oracle_idm1/server/apps/oim.ear/admin.war/skins/myskin directory. 18. Restart Oracle Identity Manager Server and the Oracle Identity Manager Identity Administration Console. The appearance of this console is modified, and reflects the custom skin and style sheet you created for the console. These changes include the console s background color, menu link color, and activity icon (located in the upperright-hand corner of the console).

82 Conclusion In this lab, you accomplished the following: Learnt how to customize Administration console Learnt how to customize Self-Service console Product features that you have learnt UI Customization

Customizing Oracle Identity Governance: Populating Request Attributes

Customizing Oracle Identity Governance: Populating Request Attributes Customizing Oracle Identity Governance: Populating Request Attributes Page 1 of 29 Customizing Oracle Identity Governance : Populating Request Attributes Overview When creating requests for application

More information

OES Permission Checks in ADF Task Flows

OES Permission Checks in ADF Task Flows OES Permission Checks in ADF Task Flows Overview This example is used to demonstrate how to integrate OES permissions into an ADF UI. This example describes integrating OES permissions into a new ADF task

More information

OIG 11G R2 Field Enablement Training

OIG 11G R2 Field Enablement Training OIG 11G R2 Field Enablement Training Appendix-A How to Create a TaskFlow Disclaimer: The Virtual Machine Image and other software are provided for use only during the workshop. Please note that you are

More information

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 02 Creating the OraHealth Page Template and Skin Page 1 of 24 Overview WebCenter Portal uses page templates and skins to control the look-and-feel of

More information

Lab 1 - Getting started with OIM 11g

Lab 1 - Getting started with OIM 11g Lab 1 - Getting started with OIM 11g Contents Lab 1 - Getting started with OIM 11g... 1 1. Introduction... 1 2. Contents... 3 2.1 VM Accessibility... 3 2.2 Understand directory structures... 4 2.3 Database

More information

An Oracle White Paper July Oracle WebCenter Portal: Copying a Runtime-Created Skin to a Portlet Producer

An Oracle White Paper July Oracle WebCenter Portal: Copying a Runtime-Created Skin to a Portlet Producer An Oracle White Paper July 2011 Oracle WebCenter Portal: Copying a Runtime-Created Skin to a Portlet Producer Introduction This white paper describes a method for copying runtime-created skins from a WebCenter

More information

JDeveloper Downloading a Workspace for WebCenter Spaces Development

JDeveloper Downloading a Workspace for WebCenter Spaces Development 49 49Extending WebCenter Spaces Using JDeveloper Note: This PDF contains important updates to the current version of Chapter 49 Developer s Guide for WebCenter on Oracle Technology Network (OTN). The OTN

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

Extensibility Guide Oracle Financial Services Lending and Leasing Release [October] [2013] Part No. E

Extensibility Guide Oracle Financial Services Lending and Leasing Release [October] [2013] Part No. E Extensibility Guide Oracle Financial Services Lending and Leasing Release 14.1.0.0.0 [October] [2013] Part No. E51268-01 Table of Contents 1. PREFACE... 1-2 1.1 AUDIENCE... 1-2 1.2 CONVENTIONS USED...

More information

1Z0-430

1Z0-430 1Z0-430 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 On a normally well-performing environment, you are experiencing unexpected slow response times, or no server response, for some page requests

More information

ADF Code Corner How-to bind custom declarative components to ADF. Abstract: twitter.com/adfcodecorner

ADF Code Corner How-to bind custom declarative components to ADF. Abstract: twitter.com/adfcodecorner ADF Code Corner 005. How-to bind custom declarative components to ADF Abstract: Declarative components are reusable UI components that are declarative composites of existing ADF Faces Rich Client components.

More information

Question No: 1 In which file should customization classes be specified in the cust-config section (under mds-config)?

Question No: 1 In which file should customization classes be specified in the cust-config section (under mds-config)? Volume: 80 Questions Question No: 1 In which file should customization classes be specified in the cust-config section (under mds-config)? A. web.xml B. weblogic.xml C. adf-config.xml D. adfm.xml Question

More information

ADF Code Corner. 048-How-to build XML Menu Model based site menus and how to protect them with ADF Security and JAAS. Abstract:

ADF Code Corner. 048-How-to build XML Menu Model based site menus and how to protect them with ADF Security and JAAS. Abstract: ADF Code Corner 048-How-to build XML Menu Model based site menus and Abstract: There are different types of menus you can use within an application: breadcrumbs, to navigate a process within unbounded

More information

Welcome to the CP Portal

Welcome to the CP Portal Welcome to the CP Portal Access your school documents from home Launch Internet Explorer and navigate to: https://files.cpcsc.k12.in.us/htcomnet/ Click on Continue to this website (not recommended) Key

More information

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 11 Creating The Patient Chart Task Flow Page 1 of 45 Overview In the previous lab, you developed and deployed a portlet to the portal. In this lab, you

More information

Oracle Retail Accelerators for WebLogic Server 11g

Oracle Retail Accelerators for WebLogic Server 11g Oracle Retail Accelerators for WebLogic Server 11g Micro-Applications Development Tutorial October 2010 Note: The following is intended to outline our general product direction. It is intended for information

More information

You can also check the videos at the bottom of this page:

You can also check the videos at the bottom of this page: This document is provided to give you an idea what R-Tag Version Control can do and how you can use it. If you decide that you need more information or you prefer to see a demo of the software please do

More information

Readme File. Hyperion System 9 BI+ Application Builder.NET Release 9.2 Readme. Hyperion System 9 BI+ Application Builder.NET Release 9.

Readme File. Hyperion System 9 BI+ Application Builder.NET Release 9.2 Readme. Hyperion System 9 BI+ Application Builder.NET Release 9. Hyperion System 9 BI+ Application Builder.NET Release 9.2 Readme Readme File This file contains the following sections: Purpose... 2 New Features... 2 Grid Adapters... 2 Grid Adapter Generic... 2 Grid

More information

User Guide Using AuraPlayer

User Guide Using AuraPlayer User Guide Using AuraPlayer AuraPlayer Support Team Version 2 2/7/2011 This document is the sole property of AuraPlayer Ltd., it cannot be communicated to third parties and/or reproduced without the written

More information

ADF Code Corner How-to build a reusable toolbar with Oracle ADF Declarative Components. Abstract: twitter.com/adfcodecorner

ADF Code Corner How-to build a reusable toolbar with Oracle ADF Declarative Components. Abstract: twitter.com/adfcodecorner ADF Code Corner 024. How-to build a reusable toolbar with Oracle ADF Abstract: This article explains how to use Oracle ADF declarative components to build a reusable toolbar that can be used throughout

More information

Oracle WebCenter Hands-On Practices. A Practical Introduction to Oracle WebCenter

Oracle WebCenter Hands-On Practices. A Practical Introduction to Oracle WebCenter Oracle WebCenter Hands-On Practices A Practical Introduction to Oracle WebCenter Table of Contents Before You Start... 3 Estimated timings for the practices... 3 Accessing the hands-on setup files... 3

More information

Lab 1: Getting Started with IBM Worklight Lab Exercise

Lab 1: Getting Started with IBM Worklight Lab Exercise Lab 1: Getting Started with IBM Worklight Lab Exercise Table of Contents 1. Getting Started with IBM Worklight... 3 1.1 Start Worklight Studio... 5 1.1.1 Start Worklight Studio... 6 1.2 Create new MyMemories

More information

08/10/2018. Istanbul Now Platform User Interface

08/10/2018. Istanbul Now Platform User Interface 08/10/2018 Contents Contents...5 UI16... 9 Comparison of UI16 and UI15 styles... 11 Activate UI16... 15 Switch between UI16 and UI15...15 UI16 application navigator... 16 System settings for the user

More information

Oracle 1Z Oracle WebCenter 11g Essentials.

Oracle 1Z Oracle WebCenter 11g Essentials. Oracle 1Z0-541 Oracle WebCenter 11g Essentials http://killexams.com/exam-detail/1z0-541 Answer: B, C QUESTION: 58 To use Oracle SES to search group spaces, lists, pages, or wikis, one of the steps is to

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

Just Get It Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Hands on Practice

Just Get It Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Hands on Practice This hands on practice describes the steps for deploying an existing Java EE application written with Oracle ADF technologies. Although the practice refers to specific features and files in a sample application

More information

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 04 Creating a Content Presenter Template Page 1 of 21 Overview In the previous lab, we used out-of-the-box components to publish documents into the portal.

More information

Developing Applications with Java EE 6 on WebLogic Server 12c

Developing Applications with Java EE 6 on WebLogic Server 12c Developing Applications with Java EE 6 on WebLogic Server 12c Duration: 5 Days What you will learn The Developing Applications with Java EE 6 on WebLogic Server 12c course teaches you the skills you need

More information

Build Mobile Apps for Oracle E-Business Suite with Oracle Mobile Platform Part 2

Build Mobile Apps for Oracle E-Business Suite with Oracle Mobile Platform Part 2 Build Mobile Apps for Oracle E-Business Suite with Oracle Mobile Platform Part 2 Bruce Bailey Principal Mobile / Social Solutions Consultant Srikant Subramaniam Director, FMW Product Management, AppAdvantage

More information

RSA Via L&G Collector Data Sheet for Oracle Identity Manager (OIM) Version (Release 1)

RSA Via L&G Collector Data Sheet for Oracle Identity Manager (OIM) Version (Release 1) RSA Via L&G Collector Data Sheet for Oracle Identity Manager (OIM) Version 11.1.1.3.0 (Release 1) Table of Contents Supported Software... 3 Identity Data Collector... 4 Prerequisites... 4 Configuration...

More information

Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud

Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud Deploy Oracle Spatial and Graph Map Visualization Component to Oracle Cloud Overview The Map Visualization Component is a development toolkit packaged with Oracle Spatial and Graph for incorporating interactive

More information

SAS Theme Designer 4.7 for Flex

SAS Theme Designer 4.7 for Flex SAS Theme Designer 4.7 for Flex User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS Theme Designer 4.7 for Flex: User's Guide.

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme Introduction Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme In this Getting Started Guide, you can follow along as a website is built using the MIT DLC Theme. Whether you

More information

ReCPro TM User Manual Version 1.15

ReCPro TM User Manual Version 1.15 Contents Web Module (recpro.net)... 2 Login... 2 Site Content... 3 Create a New Content Block... 4 Add / Edit Content Item... 5 Navigation Toolbar... 6 Other Site Tools... 7 Menu... 7 Media... 8 Documents...

More information

SAS AppDev Studio TM 3.4 Eclipse Plug-ins. Migration Guide

SAS AppDev Studio TM 3.4 Eclipse Plug-ins. Migration Guide SAS AppDev Studio TM 3.4 Eclipse Plug-ins Migration Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS AppDev Studio TM 3.4 Eclipse Plug-ins: Migration

More information

EKTRON 101: THE BASICS

EKTRON 101: THE BASICS EKTRON 101: THE BASICS Table of Contents INTRODUCTION... 2 TERMINOLOGY... 2 WHY DO SOME PAGES LOOK DIFFERENT THAN OTHERS?... 5 LOGGING IN... 8 Choosing an edit mode... 10 Edit in context mode (easy editing)...

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

Colligo Engage Outlook App 7.1. Connected Mode - User Guide

Colligo Engage Outlook App 7.1. Connected Mode - User Guide 7.1 Connected Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 2 Checking for Updates 3 Updating

More information

Lyudmil Pelov, A-Team, Oracle December Development Lifecycle for Task Flows in Oracle WebCenter Portal 11gR1 version

Lyudmil Pelov, A-Team, Oracle December Development Lifecycle for Task Flows in Oracle WebCenter Portal 11gR1 version Lyudmil Pelov, A-Team, Oracle December 2013 Development Lifecycle for Task Flows in Oracle WebCenter Portal 11gR1 version 11.1.1.8.0 Table of Contents Introduction...3 About the Examples Used in This Paper...3

More information

Oracle Fusion Middleware 11g: Build Applications with ADF I

Oracle Fusion Middleware 11g: Build Applications with ADF I Oracle University Contact Us: +966 1 1 2739 894 Oracle Fusion Middleware 11g: Build Applications with ADF I Duration: 5 Days What you will learn This course is aimed at developers who want to build Java

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

Lab 3-1 Lab Installing Kofax Capture 10

Lab 3-1 Lab Installing Kofax Capture 10 In the following lab instructions, you re going to install and license Kofax Capture, turn on User Tracking, review the product documentation, and prepare your system for the lab exercises in this course.

More information

AuraPlayer Server Manager User Guide

AuraPlayer Server Manager User Guide AuraPlayer Server Manager User Guide AuraPlayer Support Team Version 2 2/7/2011 This document is the sole property of AuraPlayer Ltd., it cannot be communicated to third parties and/or reproduced without

More information

Oracle Middleware 12c: Build Rich Client Applications with ADF Ed 1 LVC

Oracle Middleware 12c: Build Rich Client Applications with ADF Ed 1 LVC Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Middleware 12c: Build Rich Client Applications with ADF Ed 1 LVC Duration: 5 Days What you will learn This Oracle Middleware

More information

SAP NW CLOUD HANDS-ON WORKSHOP

SAP NW CLOUD HANDS-ON WORKSHOP SAP NW CLOUD HANDS-ON WORKSHOP CD261 Exercises Sajjad Ahmed, Steven Taylor / SAP 2 Table of Contents Introduction P. 3 Application Description P. 3 Workshop Agenda P. 3 Exercise 1 Configure Development

More information

Oracle Application Express: Administration 1-2

Oracle Application Express: Administration 1-2 Oracle Application Express: Administration 1-2 The suggested course agenda is displayed in the slide. Each lesson, except the Course Overview, will be followed by practice time. Oracle Application Express:

More information

Oracle Developer Day

Oracle Developer Day Oracle Developer Day Sponsored by: J2EE Track: Session #3 Developing JavaServer Faces Applications Name Title Agenda Introduction to JavaServer Faces What is JavaServer Faces Goals Architecture Request

More information

Standard Edition (SE) application development Enterprise Edition (EE) enterprise development Micro Edition (ME) Internet of Things (IoT) development

Standard Edition (SE) application development Enterprise Edition (EE) enterprise development Micro Edition (ME) Internet of Things (IoT) development Contents 1. Develop your project... 1 1.1. Install the latest version of the Oracle Java SE JDK... 1 1.2. Install the latest documentation for this version of the Oracle Java SE JDK... 3 1.3. Install the

More information

ADF Hands-On. Understanding Task Flow Activities / 2011 ADF Internal Enterprise 2.0 Training. Abstract:

ADF Hands-On. Understanding Task Flow Activities / 2011 ADF Internal Enterprise 2.0 Training. Abstract: ADF Hands-On Understanding Task Flow Activities Abstract: In this hands-on you create a bounded task flows to run as an ADF Region in an ADF Faces page. Within this hands-on you create and use the following

More information

Oracle Fusion Middleware 11g: Build Applications with ADF I

Oracle Fusion Middleware 11g: Build Applications with ADF I Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Fusion Middleware 11g: Build Applications with ADF I Duration: 5 Days What you will learn Java EE is a standard, robust,

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.0 March 2007 Copyright Copyright 1995-2007 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software is

More information

WebCenter Portal Task Flow Customization in 12c O R A C L E W H I T E P A P E R J U N E

WebCenter Portal Task Flow Customization in 12c O R A C L E W H I T E P A P E R J U N E WebCenter Portal Task Flow Customization in 12c O R A C L E W H I T E P A P E R J U N E 2 0 1 7 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

WAVELINK AVALANCHE REMOTE CONTROL 3.0 QUICK START GUIDE

WAVELINK AVALANCHE REMOTE CONTROL 3.0 QUICK START GUIDE This document provides information about using Remote Control to connect to mobile devices. OVERVIEW This document contains the following sections: Overview Installing the Remote Control Setup Kit Activating

More information

Achieving the Perfect Layout with ADF Faces RC

Achieving the Perfect Layout with ADF Faces RC Premise and Objective Achieving the Perfect Layout with ADF Faces RC Peter Koletzke Technical Director & Principal Instructor Every new technology uses a different strategy for UI layout Oracle Forms,

More information

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 10 Creating a Custom Portlet Page 1 of 27 Overview WebCenter Portal offers a few different development strategies for transactional features; portlets

More information

VAM. PeopleSoft Value-Added Module (VAM) Deployment Guide

VAM. PeopleSoft Value-Added Module (VAM) Deployment Guide VAM PeopleSoft Value-Added Module (VAM) Deployment Guide Copyright Information 2018. SecureAuth is a registered trademark of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

Developing an ADF 11g client for Agile PLM. Developing an ADF 11g client for Agile PLM

Developing an ADF 11g client for Agile PLM. Developing an ADF 11g client for Agile PLM Table of Contents 1 LAB OVERVIEW... 3 2 GETTING STARTED... 4 2.1 Starting Oracle JDeveloper 11gR1... 4 3 CREATE THE ADF CLIENT... 5 3.1 Create the ADF Application... 5 3.2 Create the Web Service Data Control...

More information

SUREedge Migrator Installation Guide for Amazon AWS

SUREedge Migrator Installation Guide for Amazon AWS SUREedge Migrator Installation Guide for Amazon AWS Contents 1. Introduction... 3 1.1 SUREedge Migrator Deployment Scenarios... 3 1.2 Installation Overview... 4 2. Obtaining Software and Documentation...

More information

Building Multi-Language Portals. Copyright 2011, Oracle and/or its affiliates. All rights reserved.

Building Multi-Language Portals. Copyright 2011, Oracle and/or its affiliates. All rights reserved. Building Multi-Language Portals The goal of this module is to teach you about functionality introduced in Oracle WebCenter 11g R1 (11.1.1.4), commonly referred to as PS3. The product itself will be rebranded

More information

How to set up an Amazon Work Profile for Windows 8

How to set up an Amazon Work Profile for Windows 8 How to set up an Amazon Work Profile for Windows 8 Setting up a new profile for Windows 8 requires you to navigate some screens that may lead you to create the wrong type of account. By following this

More information

OIG 11G R2 Field Enablement Training

OIG 11G R2 Field Enablement Training OIG 11G R2 Field Enablement Training Lab 20 - Notification Lab Disclaimer: The Virtual Machine Image and other software are provided for use only during the workshop. Please note that you are responsible

More information

1 Getting Started with Oracle Service Bus

1 Getting Started with Oracle Service Bus 1 Getting Started with Oracle Service Bus 1 Getting Started with Oracle Service Bus...1 1.1 Prerequisites...1 1.2 Introduction...1 1.2.1 High-level Steps...3 1.3 Setup and Deploy Composites...4 1.3.1 URLs

More information

Creating a new CDC policy using the Database Administration Console

Creating a new CDC policy using the Database Administration Console Creating a new CDC policy using the Database Administration Console When you start Progress Developer Studio for OpenEdge for the first time, you need to specify a workspace location. A workspace is a

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters PageMasters have the permissions necessary to perform the following tasks with Site Tools: ACADEMIC HEALTH CENTER 2 Application Requirements...3 Access FileNET...3 Log in to FileNET...3 Navigate the Site...3

More information

JDK 1.6 update 11 from You must use Java 1.6 update 11. Update 12 does not work with SOA 11g

JDK 1.6 update 11 from  You must use Java 1.6 update 11. Update 12 does not work with SOA 11g INSTALLATION JDEVELOPER 11G WITH SOA 11G PRE-REQUISITES BEFORE YOU BEGIN INSTALLATION DOWNLOAD FILES server103_win32.exe (WLS10_10.3.1_GENERIC_090417.1211248.LOAD16F) jdevstudio11111install.jar (JDEVADF_11.1.1.1.0_GENERIC_090421.1521.5361)

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

JSF Tools Reference Guide. Version: M5

JSF Tools Reference Guide. Version: M5 JSF Tools Reference Guide Version: 3.3.0.M5 1. Introduction... 1 1.1. Key Features of JSF Tools... 1 2. 3. 4. 5. 1.2. Other relevant resources on the topic... 2 JavaServer Faces Support... 3 2.1. Facelets

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Hyperion Application Builder for.net. Readme. Release

Hyperion Application Builder for.net. Readme. Release Hyperion Application Builder for.net Release 11.1.1.1 Readme Hyperion Application Builder for.net... 1 Readme... 1 Purpose... 2 New Features... 2 Embedded JAPI Mode... 2 Non Unique Member Names... 2 Support

More information

Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.1

Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.1 Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.1 REVISION DATE: January 2014 Copyright 2014 Adlib This manual, and the Adlib products to which it refers, is furnished under license and may be used

More information

4 Connecting to Composites

4 Connecting to Composites 4 Connecting to Composites 4 Connecting to Composites...1 4.1 Prerequisites...1 4.2 Introduction...1 4.3 OSB to SOA Suite Direct binding...3 4.3.1 What is being done?...3 4.3.2 Create Direct Binding exposed

More information

IBM Software. IBM Forms V8.0. Forms Experience Builder - Portal Integration. Lab Exercise

IBM Software. IBM Forms V8.0. Forms Experience Builder - Portal Integration. Lab Exercise IBM Forms V8.0 Forms Experience Builder - Portal Integration Lab Exercise Catalog Number Copyright IBM Corporation, 2012 US Government Users Restricted Rights - Use, duplication or disclosure restricted

More information

Kendo UI. Builder by Progress : Using Kendo UI Designer

Kendo UI. Builder by Progress : Using Kendo UI Designer Kendo UI Builder by Progress : Using Kendo UI Designer Copyright 2017 Telerik AD. All rights reserved. December 2017 Last updated with new content: Version 2.1 Updated: 2017/12/22 3 Copyright 4 Contents

More information

VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ

VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ 1. FREQUENTLY ASKED QUESTIONS 1.1. TABLE OF CONTENTS 1. Frequently Asked Questions... 1 1.1. Table of Contents... 1 1.2. How to Open or Search for a Saved Application...

More information

Akkadian Console 4.0

Akkadian Console 4.0 Akkadian Console 4.0 User Guide Copyright and Trademarks: I. Copyright: This website and its content is copyright 2015 Akkadian Labs, LLC. All rights reserved. Except with the prior written permission

More information

OAM 2FA Value-Added Module (VAM) Deployment Guide

OAM 2FA Value-Added Module (VAM) Deployment Guide OAM 2FA Value-Added Module (VAM) Deployment Guide Copyright Information 2018. SecureAuth is a copyright of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products and solutions,

More information

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written.

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written. Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor Co-author: Duncan Mills, Oracle Moral Don t get

More information

Oracle Utilities Customer Self Service Release Whitepaper: Consuming OUCSS Taskflows in Custom Portals E October 2011

Oracle Utilities Customer Self Service Release Whitepaper: Consuming OUCSS Taskflows in Custom Portals E October 2011 Oracle Utilities Customer Self Service Release 2.0.0 Whitepaper: Consuming OUCSS Taskflows in Custom Portals E26553-01 October 2011 Copyright 2011, Oracle and/or its affiliates. All rights reserved. This

More information

Oracle Fusion Middleware 11g: Build Applications with ADF Accel

Oracle Fusion Middleware 11g: Build Applications with ADF Accel Oracle University Contact Us: +352.4911.3329 Oracle Fusion Middleware 11g: Build Applications with ADF Accel Duration: 5 Days What you will learn This is a bundled course comprising of Oracle Fusion Middleware

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters ACADEMIC HEALTH CENTER 2 PageMasters have the permissions necessary to perform the following tasks with Site Tools: Application Requirements...3 Access FileNET...3 Login to FileNET...3 Navigate the Site...3

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Tutorial for Oracle WebCenter Portal Developers 11g Release 1 (11.1.1.7.0) E10273-09 April 2013 Oracle Fusion Middleware Tutorial for Oracle WebCenter Portal Developers, 11g Release

More information

Oracle Banking Platform UI Extensibility Guide Release

Oracle Banking Platform UI Extensibility Guide Release Oracle Banking Platform UI Extensibility Guide Release 2.6.2.0.0 E95189-01 May 2018 Oracle Banking Platform UI Extensibility Guide, Release 2.6.2.0.0 E95189-01 Copyright 2011, 2018, Oracle and/or its affiliates.

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

EnterpriseTrack Reporting Data Model Configuration Guide Version 17

EnterpriseTrack Reporting Data Model Configuration Guide Version 17 EnterpriseTrack EnterpriseTrack Reporting Data Model Configuration Guide Version 17 October 2018 Contents About This Guide... 5 Configuring EnterpriseTrack for Reporting... 7 Enabling the Reporting Data

More information

ADF Mobile Code Corner

ADF Mobile Code Corner ADF Mobile Code Corner m03. Abstract: Dependent lists is a common functional requirement for web, desktop and also mobile applications. You can build dependent lists from dependent, nested, and from independent,

More information

CIS 764 Tutorial: Log-in Application

CIS 764 Tutorial: Log-in Application CIS 764 Tutorial: Log-in Application Javier Ramos Rodriguez Purpose This tutorial shows you how to create a small web application that checks the user name and password. Overview This tutorial will show

More information

Sabre Customer Virtual Private Network Launcher (SCVPNLauncher)

Sabre Customer Virtual Private Network Launcher (SCVPNLauncher) Sabre Customer Virtual Private Network Launcher (SCVPNLauncher) User s Guide Sabre Travel Network This document provides detailed information for the install/uninstall, operation, configuration and troubleshooting

More information

Deploying Intellicus Portal on IBM WebSphere. Version: 7.3

Deploying Intellicus Portal on IBM WebSphere. Version: 7.3 Deploying Intellicus Portal on IBM WebSphere Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be

More information

Powerlink for WebCT CE 6/ Vista 4 User Guide (updated )

Powerlink for WebCT CE 6/ Vista 4 User Guide (updated ) Powerlink for WebCT CE 6/ Vista 4 User Guide (updated 9.20.05) Contents Introduction Installation & Configuration 3 Restricting Access 6 Allowing Access for Multiple Accounts 6 Turnitin Assignments Adding

More information

Don t get it right, just get it written.

Don t get it right, just get it written. Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor (coauthored by Duncan Mills, Oracle) Moral Don t

More information

Lesson 1 using Dreamweaver CS3. To get started on your web page select the link below and copy (Save Picture As) the images to your image folder.

Lesson 1 using Dreamweaver CS3. To get started on your web page select the link below and copy (Save Picture As) the images to your image folder. Lesson 1 using Dreamweaver CS3 To get started on your web page select the link below and copy (Save Picture As) the images to your image folder. Click here to get images for your web page project. (Note:

More information

JBoss Portal Quickstart User Guide. Release 2.6.6

JBoss Portal Quickstart User Guide. Release 2.6.6 JBoss Portal 2.6.6 Quickstart User Guide Release 2.6.6 Table of Contents JBoss Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting JBoss

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

Table of contents. Zip Processor 3.0 DMXzone.com

Table of contents. Zip Processor 3.0 DMXzone.com Table of contents About Zip Processor 3.0... 2 Features In Detail... 3 Before you begin... 6 Installing the extension... 6 The Basics: Automatically Zip an Uploaded File and Download it... 7 Introduction...

More information