WebCenter 11 g tutorial

Hello

I would like to follow the webcenter 11g tutorial that is located in the oracle fusion middleware 11g documentation library.
For this tutorial, you need to have examples of tutorial files. In the tutorial there is this link http://www.oracle.com/technology/products/webcenter/files/webcentertutorialcontent_11120.zip, but this link no longer works.
Does anyone have another link where I can download the tutorial files?

Kind regards
Herman

This is the one:
http://www.Oracle.com/technetwork/middleware/WebCenter/documentation/webcentertutorialcontent-11120-128869.zip

Tags: Fusion Middleware

Similar Questions

  • Fusion Middleware for Oracle WebCenter - PS3 developers tutorial

    Hello gurus,

    After having upgraded to 11.1.4 and now trying to go through the tutorial to http://download.oracle.com/docs/cd/E17904_01/webcenter.1111/e10273/prepare.htm gives the following instructions-

    Step 4: Download the tutorial sample files

    Open a browser and enter the following in the address field:

    http://www.Oracle.com/technetwork/middleware/WebCenter/OWCs-r11ps3-devtutsetup-254761.zip

    This zip file seems to be corrupted or empty

    Are there any alternatives?

    Thanks in advance,

    Harold

    I suggest to try the download again, possibly from another computer or from a browser.

    I tried your link, and it worked fine.

  • Help me learn Webcenter portal...

    Hi all

    I'm willing to learn webcenter portal. Please someone help me learn webcenter portal.

    Please give me all the articles proposed, links or materials.

    Thank you

    From my experience Yannick Ongenaarticles are the best to learn - Webcenter

    WebCenter 11g PS3 Tutorial: Introduction | Yannick Ongena WebCenter and Enterprise 2.0 Blog

  • Connecting Java with database and Web center

    Hi dear,

    As a beginner on Oracle Web center portal, I want to know how the three-tier architecture is configured. Y at - it somebody give me a link to a tutorial is on about, (an example actually)?

    Thanks in advance
    Best regards
    Yacouba

    You can consider the ADF for your applications that you develop in webcenter.

    Tutorial of the ADF:
    http://download.Oracle.com/docs/CD/E18941_01/tutorials/jdtut_11r2_55/jdtut_11r2_55_1.html

    There are a lot of video tutorials on ADF as well:
    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/adfinsider-093342.html

    WebCenter:
    http://www.YouTube.com/watch?v=VrL-kJAmPUg
    http://docs.Oracle.com/CD/E23943_01/WebCenter.1111/e10273/TOC.htm

  • Step 11 of portlets tutorial webcenter Interaction does not work

    I finished the tutorial. Everything worked except for the interaction between portlets. When I click on show details on products portlets that nothing changes in the portlet Information product!

    I have reviewed and validated that all steps have been completed as indicated but could not the interaction to work.

    1 Ran MyTutorialPortlets view.jsp page Data and display correctly.
    2. the webcenter MyPage.jspx shows two portlets with data displayed correctly on the screen. And the partialTriggers on the second portlet reference the id of the first portlet (without colon were used)
    3 oracle - MyTutorialPortlet portlet.xml has the productID as a parameter


    Here are all the codes that helps identify the error:

    Oracle - portlet.xml MyTutorialPortlet looks correct:
    < portlet-app-extension xmlns = "http://xmlns.oracle.com/portlet/oracle-portlet-app" >
    < portlet-extension >
    < name-portlet > Products < / portlet-name >
    < navigation-settings >
    productID < name > < / name >
    < type container = "http://www.w3.org/2001/XMLSchema" > xsd: String < / type >
    < label XML: lang = "en - us" > Product ID < / label >
    < Tip XML: lang = "en - us" > enter Product ID < / index >
    < / navigation-settings >
    < portlet id > 1291666545877 < / portlet id >
    < allow-export > true < / allow export >
    < allow-import > true < / allow-import >
    < iframe require > false < / iframe required >
    < / portlet-extension >
    < allow-export > true < / allow export >
    < allow-import > true < / allow-import >
    < / portlet-app-extension >


    MyPage.jspx
    < adfp:portlet value = "#{bindings." Products1_1}.
    ID = "portlet1" background = "dark" / >
    < adfp:portlet value = "#{bindings." OmniPortlet1_1}.
    ID = "portlet2" height = "230px".
    partialTriggers = "portlet1".
    Background = 'dark' / >

    MyPagePageDef.xml
    < Settings / >
    <>executables
    < variableIterator id = 'variables' >
    < variable name = Type="java.lang.Object"/ "Products1_1_productID" >
    < variable name = Type="java.lang.Object"/ "OmniPortlet1_1_Param1" >
    < variable name = Type="java.lang.Object"/ "OmniPortlet1_1_Param2" >
    < variable name = Type="java.lang.Object"/ "OmniPortlet1_1_Param3" >
    < variable name = Type="java.lang.Object"/ "OmniPortlet1_1_Param4" >
    < variable name = Type="java.lang.Object"/ "OmniPortlet1_1_Param5" >
    < / variableIterator >
    ......
    < portlet id = "Products1_1".
    portletInstance = ' / oracle/adf/portlet/ProductsWSRPProducer/ap/Ei1291666545877default_c189133b_012c_1000_8001_0a0a0a0c1cb8.
    Class = "Oracle.ADF.Model.portlet.Binding.PortletBinding"
    retainPortletHeader = "false".
    xmlns = "http://xmlns.oracle.com/portlet/bindings" >
    < Parameters >
    < name of the parameter = "productID" pageVariable = "Products1_1_productID" / >
    < / Parameter >
    < event >
    < name of event = eventType "Products1_1_Event" = "ParametersChange" / >
    < / events >
    < / portlet >
    < portlet id = "OmniPortlet1_1".
    portletInstance = ' / oracle/adf/portlet/OmniProducer/ap/Portlet100_c1b2d1c1_012c_1000_8002_0a0a0a0c1cb8.
    Class = "Oracle.ADF.Model.portlet.Binding.PortletBinding"
    retainPortletHeader = "false".
    xmlns = "http://xmlns.oracle.com/portlet/bindings" >
    < Parameters >
    < name of the parameter = "Param1" pageVariable = "Products1_1_productID" / >
    < name of the parameter = "Param2" pageVariable = "OmniPortlet1_1_Param2" / >
    < name of the parameter = 'Param3' pageVariable = "OmniPortlet1_1_Param3" / >
    < name of the parameter = "Param4" pageVariable = "OmniPortlet1_1_Param4" / >
    < name of the parameter = "Param5" pageVariable = "OmniPortlet1_1_Param5" / >
    < / Parameter >
    < event >
    < name of event = eventType "OmniPortlet1_1_Event" = "ParametersChange" / >
    < / events >
    < / portlet >

    Please see if you can provide a solution.

    Thank you
    
    productID
    xsd:string
    
    Enter Product ID
    
    
    public static final String PARAMETER1 = "productId";
    

    In your oracle - portlet.xml you specified productID but in your code, you set productId
    These parameters are case-sensitive!

  • WebCenter &amp; JDeveloper tutorial configuration - Dimensions

    Greetings,

    I finished my ADF Webcenter portal with JDeveloper application

    using JDeveloper 11.1.1.7 as this article describes: creating an Application Portal WebCenter - 11 g Release 1 (11.1.1.7.0)

    I made some configurations by myself, for example, I add an external link (which works like the iFrames)

    but the height looks like he has a specific pixel but I can't find these dimensions in the project. I have also

    try adding an attribute inside af: pageTemplateDef (for example contentHeight and set it to 1500px) and call it

    in the grouplayout dimensions, it increases the overall height, but not the content of outside links page.

    The page is almost 500-700px and I have to scroll down with the mouse to display the entire contents of the external page.

    When the page is loaded, I press Ctrl + Shift + C and I find the code on the duration of the iFrame:

    < iframe id = "pt1:r1:0:if1" title = "My Application" external class = "xpm p_AFFlow" style = "width: 100%;" height: 1000px; "" src = " http://xxx.xxx.x.xxx:7100/MyApp/faces/main.JSF "onload = "AdfDhtmlInlineFramePeer.__iframeLoadHandler (event)" frameborder = "0" _adfloaded = "1" > < / iframe >

    I change the value of 1000px (it was 550) and it worked, but how can I put it permanently? Looks like she set a value of specific height on the time of execution, no matter what are the dimensions of the secondary application/site.

    Can you please help me to increase the height of the content of the portal, so it can be accessed on any height? specific value or auto (auto preferred)

    Thanks in advance.

    A hacky will be to override the CSS for inlineFrame in your skin.

    For example

    AF | {inlineFrame}

    height: 1000px! important;

    }

    Note that if you want the iframe to evolve dynamically (i.e. based on the content of the page loaded), then you'll use Javascript. Example: make height dynamic iframe based content inside-JQUERY/Javascript - Stack Overflow

    Post edited by: Bijesh Krishnadas

  • Oracle WebCenter content ensures detection of sensitive documents?

    Was trying to read the volumes of documents in Oracle Universal Content Management - Oracle Application Server Documentation to understand how WebCenter content.

    (1) If this tool provides detection sensitive documents and data masking for sensitive unstructured documents in the same environment where the WebCenter content is installed. I ask like Symantec DLP offer feature (reference: http://eval.symantec.com/mktginfo/enterprise/white_papers/b-dlp_machine_learning.WP_en-us.pdf)

    (2) I read through white papers and found that:

    Original / native files are stored in a specified directory 'Vault'.

    Displayable Web files are stored in a specified directory 'weblayout.

    one) so in the environment installed, which is the full path of the directory Vault ? (i.e. /home / < User1 > / disastroust)

    (b) also for each user by using the content server, they have their shared documents stored in the same directory of vault or sa is distinct for each user viz /home / < User1 > / vault, /home / < User1 > / vault?

    Thanks for your suggestion!

    In theory, you could achieve this, but not with WCC single.

    WCC provides the classification of an article (e.g. Security or security group classified in records management).

    The next step would expose FileStoreProvider to consider the establishment of security in the actual physical storage (it's the piece on the vault, Weblayout, etc.). Visit this link FileStore provider with URM tutorial for more details.

    Finally, you need a repository capable of masking. Database and file systems have these abilities, but they are usually transparent to the upper layers - i.e. a document hidden in the data base is of encrypted when an authorized user with the read permission to the WCC asks for it.

    You; d consider if default security model is suitable for your needs - for example if you want to search for a document, but turn off the display of the content, it might be impossible. Oracle had a product called Information Rights Management, which could also encrypt documents.

  • See the news feed from the University Complutense of MADRID to the Webcenter Portal

    Hello

    I'm new to AAU and Webcenter portal technology. I have a requirement to display the contents of RSS feeds which is kept at the Complutense University of MADRID and to display in a webcenter portal.
    Please guide me on how can I achieve this. What all the technology that I use.

    Sahar

    Hello Sahar,

    There are at least two options:

    (1) query metadata (UCM) and host content (PGC)
    (2) RSS feed component (UCM) and RSS task Flow (WCP)

    Ad 1) take a look at this tutorial: http://www.yonaweb.be/webcenter_tutorial/using_content_presenter_templates

    In a Word, your 'news' can be any content stored in the University Complutense of MADRID, defined by its metadata. To view it, you can create a template according to your needs.

    AD 2) could not work any longer.

    The idea is to use get news RSS FEEDS and display them. As part of the WCP, there will be no problem - for more details, see http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10149/rss.htm#WCSUG1384
    I don't know, however, for the part of the Complutense University of MADRID. There used to be a component that has enabled the sharing of content as RSS feeds. The component is available at http://www.oracle.com/technetwork/middleware/webcenter/content/rssfeeds-129386.zip
    Unfortunately, it seems in 11g were dropped (I could find no reference to this in the docs of 11g), however, it might still work - see the discussion in the activation of the RSS FEED at the Complutense University of MADRID

    If you want to go this way, you will need to test / fix it yourself.

    Jiri

  • Subspaces of Webcenter Portal: spaces

    Hello

    I'm working on the creation of spaces and subspaces of hierarchy. I created some sub-areas under a parent space that appears beneath the drop-down list "sub-areas". Now, I want a custom name that is displayed in the parent's area and rename it "sub-areas". Kindly help me if this is possible.

    Yes. It is possible.

    I'm a little uncertain, if you want to rename sub-areas, or links to them (for example, in a navigation model). Both are possible.

    (a), as to rename a (void) space, simply open the subspace to be renamed and under (Pages and spaces Actions) select (manage) - (General settings)
    (b) concerning renaming a link - see this tutorial http://docs.oracle.com/cd/E21764_01/webcenter.1111/e10277/create_navmod.htm#CIHFACBE (the 'Name' parameter in step 4 contains the text that will be displayed)

  • WebCenter Contact form

    Hello, I need to create a "Contact us" form in my custom webcenter application. Anyone has a solution they can provide?

    --

    I created a class sendEmail.java Java (see below), how call the send a page jspx method and pass the values of several components of af: inputText?
    package my.portal.application.portal;
    
    import java.util.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    import javax.activation.*;
    
    public class sendEmail
    {
        String to,from,host,message;
        
        public void send(String xto, String xfrom, String xhost, String xmessage){
            setTo(xto);
            setFrom(xfrom);
            setHost(xhost);
            setMessage(xmessage);
            
            // Get system properties
            Properties properties = System.getProperties();
            // Setup mail server
            properties.setProperty("mail.smtp.host", host);
            // Get the default Session object.
            Session session = Session.getDefaultInstance(properties);
            try{
               // Create a default MimeMessage object.
               MimeMessage message = new MimeMessage(session);
               // Set From: header field of the header.
               message.setFrom(new InternetAddress(from));
               // Set To: header field of the header.
               message.addRecipient(Message.RecipientType.TO,new InternetAddress(to));
               // Set Subject: header field
               message.setSubject("AcqPortal Feedback");
               // Now set the actual message
               message.setText(getMessage());
               // Send message
               Transport.send(message);
            }catch (MessagingException mex) {
               mex.printStackTrace();
            }
        }
    
        public void setTo(String to) {
            this.to = to;
        }
    
        public String getTo() {
            return to;
        }
    
        public void setFrom(String from) {
            this.from = from;
        }
    
        public String getFrom() {
            return from;
        }
    
        public void setHost(String host) {
            this.host = host;
        }
    
        public String getHost() {
            return host;
        }
    
        public void setMessage(String message) {
            this.message = message;
        }
    
        public String getMessage() {
            return message;
        }
    }

    This is the basis of ADF/JSF.

    Register your class as a bean managed in the faces-config. XML

    Add accessors for your in, of and the attribute of the message:

    public void setTo(String to){this.to = to;}
    public String getTo(){return to;}
    

    Also change the signature of your shipping method of

    public void send(ActionEvent e)
    

    Ditto for leave and message.

    On your page JSPX add the inputText for fields:


    And then the button run the command:

    This should give enough direction :)

    You can also read this part of my tutorial: http://yonaweb.be/webcenter_tutorial/part_6_building_taskflow_and_consuming_it_webcenter_portal
    It should provide basic information on how to write forms and pass the info on to controlled beans.

  • WebCenter, University Complutense of MADRID and Dev J problem

    Running WIn 2008 Server 64-bit database 11 G, Jdev 11.1.5, Webcenter PS3 with the AAU.

    I am following the tutorial for developer of WC:

    http://docs.Oracle.com/CD/E21764_01/WebCenter.1111/e10273/createconnect.htm#BGBDDHAA


    I received the extent Chapter 6. I was able to create the repository connection according to the following:

    RIDC Type of Socket: socket
    The server host name: localhost
    Content Server listening Port: 4444

    current Jdev session IDs:

    user name: wc_admin PW: *.

    The connection created successfully, but when trying to open the folder of the University Complutense of MADRID on the Application's resources, J Dev up a 'serious error Exception' and stops / crashes. The error of the stack as follows:


    EC 30, 2011 05:03:33 oracle.stellent.jcr.IdcPersistenceManager listFolder
    SEVERE: Could not the content list of the folder with the ID = dCollectionID:-1
    oracle.stellent.ridc.protocol.ServiceException: no service defined for COLLECTION_DISPLAY.
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:135)
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:107)
    at oracle.stellent.jcr.IdcPersistenceManager.listFolder(IdcPersistenceManager.java:677)
    at oracle.stellent.jcr.IdcPersistenceManager.getChildResources(IdcPersistenceManager.java:635)
    at oracle.jcr.impl.TransientLayer.getChildResources(TransientLayer.java:534)
    at oracle.jcr.impl.FolderNode.getNodes(FolderNode.java:116)
    at oracle.webcenter.content.internal.model.rc.JCRRepositoryLogic.listFolder(JCRRepositoryLogic.java:233)
    at oracle.webcenter.content.internal.model.rc.ContentDirContext.listInternal(ContentDirContext.java:326)
    at oracle.webcenter.content.internal.model.rc.ContentDirContext.listBindings(ContentDirContext.java:303)
    at oracle.webcenter.content.internal.model.rc.ContentDirContext.listBindings(ContentDirContext.java:297)
    at oracle.jdeveloper.rescat2.nodes.RepositoryRootNode.loadCache(RepositoryRootNode.java:143)
    to oracle.jdeveloper.rescat2.nodes.ExtendedGenericNode$ 1.run(ExtendedGenericNode.java:296)
    at java.lang.Thread.run(Thread.java:662)

    oracle.stellent.ridc.protocol.ServiceException: no service defined for COLLECTION_DISPLAY.
    o.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:135)
    o.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(ServiceResponse.java:107)
    o.stellent.jcr.IdcPersistenceManager.listFolder(IdcPersistenceManager.java:677)
    o.stellent.jcr.IdcPersistenceManager.getChildResources(IdcPersistenceManager.java:635)
    o.jcr.impl.TransientLayer.getChildResources(TransientLayer.java:534)
    o.jcr.impl.FolderNode.getNodes(FolderNode.java:116)
    o.webcenter.content.internal.model.rc.JCRRepositoryLogic.listFolder(JCRRepositoryLogic.java:233)
    o.webcenter.content.internal.model.rc.ContentDirContext.listInternal(ContentDirContext.java:326)
    o.webcenter.content.internal.model.rc.ContentDirContext.listBindings(ContentDirContext.java:303)
    o.webcenter.content.internal.model.rc.ContentDirContext.listBindings(ContentDirContext.java:297)
    o.j.rescat2.Nodes.RepositoryRootNode.loadCache(RepositoryRootNode.Java:143)
    o.j.rescat2.nodes.ExtendedGenericNode$ 1.Run(ExtendedGenericNode.Java:296)
    j.lang.Thread.run(Thread.java:662)


    I also looked at the file of diagnosis of the server of the University Complutense of MADRID, and there is only one entry for this error which is:

    [2011 12-30 T 04: 57:59.749 - 08:00] [UCM_server1] [ERROR] [CMU-CS-000001] [oracle.ucm.idccs] [tid: [ASSETS].] [ExecuteThread: '2' for the queue: "(self-adjusting) weblogic.kernel.Default"] [ecid: 0000JIF35v57q225zrt1iW1EzB1B000080, 0] [APP: Oracle Universal Content Management - Content Server] general exception



    Any ideas as to why this might be happening are highly appreciated. One possibility is that after successful installation and configuration, the AAU console displays the following alert:

    Draw the attention of

    •The weblayout directory is located on a file system with 8point3 semantic. Legacy filenames 16 bits 8point3 into conflict with revision labels and cause the loss of files. Disables the semantics of 8point3 by running "Installer DisableNtfs8dot3" and then restarting Windows


    Could it be the Dev J cause crashing?


    Thanks, J

    Published by: Jay on December 30, 2011 05:15

    Hello

    You have the component Folders_g enabled on the server of the University Complutense of MADRID? I guess that this is not the following error message:

    No service defined for COLLECTION_DISPLAY

    Access the administration server and then check the Radio for Folders_g and Submit button. Restart the server of the University Complutense of MADRID and once it is running, and then test to see if the problem still persists.

    Thank you
    Srinath

  • At the start of webcenter field, how not to enter user name and password?

    Dear all,

    I followed this link from http://yonaweb.be/start_webcenter_domain in my field webcenter installation and I managed to put my own webcenter and explore the busy webcenter spaces.

    My only concern is that when I start my webcenter field he always asks for the user id and password for the weblogic.

    I created a small batch for this file.
    call C:\Oracle\Middleware\user_projects\domains\webcenter_domain\bin\startManagedWebLogic.cmd WC_Spaces http://localhost:7001
    But how do I get away from type the user id and password?

    Thank you

    >

    Otherwise, you can specify the user name and password in the properties of your domain's initialization file.

    \user_projects\domains\dryrun_domain\servers\AdminServer\security\boot. Properties.

    # Generated by SCW on sea
    user name = {ESA} dbjKVafUpVLPvTG04tGl12RJRCaYmU5dmv2Yw =
    password = {ESA} 5WHBgndS2Fq2uoiIKKWI + rM2uwTPAYQ0I =

    Replace the username and password with your credentials.

    There's a tutorial with screenshots that describes how to do this here:

    http://St-curriculum.Oracle.com/OBE/FMW/WLS/10G/R3/installconfig/enable_auto_login/boot_identity_file.htm#T4

  • 11.1.1.4 tutorial - bad content?

    In one of the developer guides, it asks me to download a tutorial of location

    http://www.Oracle.com/technetwork/middleware/WebCenter/documentation/webcentertutorialcontent-11120-128869.zip

    Then in "4 creating a new Page template with a new portal skin".
    It is said to copy the models of business

    TutorialSetup/templates.

    But the structure of the downloaded ZIP file is

    TutorialContent /...

    The TEMPLATES folder is missing.

    Please help, if someone has already ecncountered this

    Thank you

    I downloaded files from support for Webcenter tutorial on the next page:
    http://www.Oracle.com/technetwork/middleware/WebCenter/documentation/index.html

    Toast on the support files link to download a zip file, where you will find the model.

    The hardest part about this tutorial was successfully implemented for an instance of the Complutense University of MADRID. The tutorial provides all the details on this, and you need to understand how to put content in the repository of the Complutense University of MADRID, as well as how to integrate the University Complutense of MADRID with WebCenter.

    Igor

  • 11.1.1.4 tutorial Question

    Has anyone successfully completed the Oracle Fusion Middleware tutorial for developers WebCenter * (11.1.1.4) * edition?

    I jumped upward with the change on the spot. Y at - it a particular setting in UCM to allow that? In addition, must the version of the UCM be 11.1.1.4 to make this feature work?

    In other words, should UCM be 11.1.1.4 so that the Presenter content workflow work? I have read the terms of Content Server in Oracle WebCenter administration Guide, but I would like to know precisely what UCM setting makes the editing work on-site.

    This is a known bug that is fixed now and will be available in one of future versions of path. There are a few questions here.

    1st edition not) when you make a change in the HTML document and click on 'save and close', you would mainly hit the question you now see. The engineering team working on fix for this one.

    No 2nd edition) after you change the HTML document, if you click on "Save" button (instead of 'save & close'), you won't see any question and it works fine. The problem is that whenever you click on button, content Presenter checksout save your document once more. So next time when you go back and try to edit the same document, you see its been verified. It is also a known issue, and we will soon have a fix for this.

    Try the following solution:
    (1) after the changes to the HTML document, click 'Save' and then close the window. That should work correctly.
    (2) If you back and try to edit the same document again, you can see a link that says "Cancel withdrawal" ' click on it. Cancels the checkout operation, which allow you to modify the document.

    I will check and inform you about the next update available which will be a fix for these issues.

  • WebCenter Wiki integration, Blog Server and Service Discussions

    I'm new webcenter suite 11 g and developing a webcenter application.
    Does anyone know how to integrate WebCenter Wiki, Blog Server and Service of Discussions (except the Oracle® Fusion Middleware for Oracle WebCenter Developer Guide)?
    Where can I find the tutorial code and sample?

    Thank you

    There you go:

    http://www.Oracle.com/technology/products/WebCenter/release11_demos.html

Maybe you are looking for