WebCenter Portal Application & not WebCenter Application

I installed JDeveloper & then installed two WebCenter plugin thru 'Check for Updates' feature. Now it's showing me option to create 'WebCenter Portal Application', however I am not getting option to create 'WebCenter Application'. How can I get this?
Thanks.

WebCenter framework features(Standard Portal features) will enable automatically while creating a new portal application from the jdeveloper
Still it will allow you to disable the standard portal features while creating the project, You can find the same at step4 of your project creating with the disable option "conigure the application with standard Portal features"

Similar Messages

  • Please change "WebCenter Portal - Interaction" to "WebCenter Interaction"

    Could you please change the name of the forum titled "WebCenter Portal - Interaction" to "WebCenter Interaction"?
    The amount of posts in this forum related to "WebCenter Portal" (a different product) has increased dramatically recently and are lessening the value of the discussion board.
    WebCenter Portal and WebCenter Interaction are completely different products which have absolutely nothing in common other than similar names.
    OTN discussions on one product share no commonality with the other.
    Thanks,
    Geoff Garcia

    Awesome! Thanks so much!!!

  • Avoid users to run applications not in "Applications" folder

    Hi,
    I am looking for a solution to avoid users (they do not have admin rights and they are AD accounts) to run applications they download from the web.
    If they download a dmg file they can run the application (app file) inside the dmg without having to install it.
    For security reasons, I would like to stop that.
    Thanks a lot for your help.
    Nicky

    Is one of the Application folders in your Home folder and one in the root level (/Applications) of your drive. Usually, Applications are installed to /Applications, not in Users/yourname/Applications.
    Or, is it a subfolder of your Applications folder? In other words /Applications/Applications.
    First let's copy those folders to removable media for safety, if you don't already have a backup.
    Either way you need to check carefully which Applications are real and which are alias. The is an arrow icon on aliases and when you "Get Info" (command - i) or just Preview in Finder, the "kind" will be "alias". Round up the "real" Apps and put them in /Applications. When all are copied into Applications, delete Users/yourname/Applications.
    -mj

  • Applications not in application folder?

    So i installed parallels Desktop onto my system, and when it installed my applications folder (home-> applications) only showed the windows 8 applications. I have recently uninstalled parallels, but my application folder now doesn't show anything!! I was wondering if there was a way to get them back?? My applications are still in the launchpad, and if i click the applications icon in my sidebar in the finder i can see all my applications. Thanks

    You said that only Windows 8 applications were there. As you removed Parallels, you canoot open the Windows virtual machine you probably had, so you cannot see the applications again.
    If you want to move applications you use in OS X to that folder, do it only with applications you downloaded from the Internet. You will have problems if you do it with system apps

  • Deleting applications not in applications folder

    I have download a small program called TVU player and wish to delete it but it is not in the applications folder where I could simply drag it to the trash but it seems spread around. It seems to be mostly in User/shared/TVU networks. How can I safely delete it?

    According to the package, it installs in a tvutuneworks folder in the Applications folder and a webplugin in the /Library/Internet Plug-ins folder. There is also a library added to support tcl in sqlite, but you can leave that alone.
    If you say the tvutuneworks folder was in your Shared folder, that is likely because you chose the Shared folder as the install location.
    To see what a package installs and where, take a look at [Suspicious Package| MI100-DY2QW-PGS4Z-EAKXC-75F24] quicklook generator.

  • Installed third party applications not showing Application folder?

    Hi,
    i've installed third party application outside from AppStore. i chosen "Anywhere" option on Gate keeper. however its not proper installation process hence how can i install? if i install third party application which is get .DMG file from some one else and installed. if i install those application its not displaying inside the Application folder on my Mac OS X 10.8.3.
    Please anyone suggest me,
    Thanks in Advance,
    Suresh Balakrishnan.

    if i double click on Xcode icon, Xcode application lauched immediatly. however Xcode is not there in the Application folder.
    Because you didn't drag and drop copy the app into the Applications folder, so your running it from the DMG instead.
    A DMG is basically a disk image volume, like any other seperate hardware volume like a USB thumb drive, a external hard drive, or another partition, except it's virtual and based all in software.
    If you don't know your way around a computer you shouldn't be using Xcode to begin with.

  • Mavericks several applications not responsing / Application Memory

    MacBook Pro 13inch Retina bought this month with 16gb ram, 512gb SSD, i5 2.6GHz.
    Randomly on more than one laptop at my work place suddenly all the applications will be not responding,
    these are fresh / new machines with Mavericks and all applications have been installed from scratch and updated.
    Also i've had the issue with "Application Memory Full" which was being hogged by the finder and finder web contect
    Anyone know what could be causing the above 2 issues, i'm surprised that we are having this problem on 4 out of 6 machines,
    one of them being a brand new iMac.

    MacBook Pro 13inch Retina bought this month with 16gb ram, 512gb SSD, i5 2.6GHz.
    Randomly on more than one laptop at my work place suddenly all the applications will be not responding,
    these are fresh / new machines with Mavericks and all applications have been installed from scratch and updated.
    Also i've had the issue with "Application Memory Full" which was being hogged by the finder and finder web contect
    Anyone know what could be causing the above 2 issues, i'm surprised that we are having this problem on 4 out of 6 machines,
    one of them being a brand new iMac.

  • Addit application not adding applications....

    I have done everything as it tells me - and it's told me that it will add after during next sync and it doesn't.  I found another post on this (This was the thread: http://forums.palm.com/palm/board/message?board.id=software&thread.id=29898#U156022 ) and the solution for that particular issue was to go to the main website that offers the Addit app but I run a Mac and that didn't work for me - it won't run on my computer - does anyone have a solution for a Mac?
    Thank you! 
    Post relates to: Palm Z22
    Message Edited by semiopaque on 08-20-2008 03:25 PM
    Message Edited by semiopaque on 08-20-2008 03:27 PM

    Suggest you contact Support at Bluefishwireless.com.
    Post relates to: Palm TX

  • Portlet Javascript not working in webcenter portal application

    Hi,
    the javascript in my portlet is working fine when i deploy it as a separate application, but when i consume it in a portal application it doesnt work.
    here is the javascript that i am using in my portlet.
    <af:document id="d1">
    <trh:script>
    function displayTabbedPanel(actionEvent){
    AdfPage.PAGE.findComponent('tabbedPanel').setVisible(true);
    function enableDisable(actionEvent){
    document.getElementById(AdfPage.PAGE.findComponent('thisMonth').getClientId()).disabled=true;
    document.getElementById(AdfPage.PAGE.findComponent('nextMonth').getClientId()).disabled=true;
    document.getElementById(AdfPage.PAGE.findComponent('targetDate').getClientId()).disabled=false;
    document.getElementById(AdfPage.PAGE.findComponent('targetEnd').getClientId()).disabled=false;
    function enableDisableInputBox(actionEvent){
    document.getElementById(AdfPage.PAGE.findComponent('thisMonth').getClientId()).disabled=false;
    document.getElementById(AdfPage.PAGE.findComponent('nextMonth').getClientId()).disabled=false;
    document.getElementById(AdfPage.PAGE.findComponent('targetDate').getClientId()).disabled=true;
    document.getElementById(AdfPage.PAGE.findComponent('targetEnd').getClientId()).disabled=true;
    function validateDate(actionEvent){
    var targetEnd = actionEvent.getSource();
    var targetStart = AdfPage.PAGE.findComponent('targetDate');
    var popup = AdfPage.PAGE.findComponent('msg');
    var startDateValue = targetStart.getValue();
    var endDateValue = targetEnd.getValue();
    var month = startDateValue.getMonth();
    var day = startDateValue.getDate();
    var year = startDateValue.getYear();
    var startDate = new Date(year,month,day);
    month = endDateValue.getMonth();
    day = endDateValue.getDate();
    year = endDateValue.getYear();
    var endDate = new Date(year,month,day);
    if(startDate>endDate){
    alert("END DATE IS INVALID FOR SELECTED START DATE");
    document.getElementById(AdfPage.PAGE.findComponent('submit').getClientId()).disabled=true;
    else{
    document.getElementById(AdfPage.PAGE.findComponent('submit').getClientId()).disabled=false;
    function checkAlphanumeric(actionEvent){
    var requestor = actionEvent.getSource();
    var re = /^[a-zA-Z_0-9]$/;
    if (! re.test(requestor.getValue()))
    { alert("Please enter alphanumeric only");
    document.getElementById(AdfPage.PAGE.findComponent('submit').getClientId()).disabled=true;
    else{
    document.getElementById(AdfPage.PAGE.findComponent('submit').getClientId()).disabled=false;
    </trh:script>
    Thanks,
    Dhiraj

    You mean you have exposed the taskflow and consumed it as a portlet in Webcenter ?
    You may want to check it on the Webcenter Portal forum too - WebCenter Portal

  • Best Approach for Security in WebCenter Portal Application

    Hi,
    We are analyzing a right approach for webcenter portal security on an application . We found that we can do all Roles and Security in Page Hierarchy which in turn stores the security details in Jazn-data.xml . Is this the right approach for defining the roles and security for a webcenter portal application .
    What is the importance of Configuring WS_security in webcenter Portal Application and do we need to define this WS_Security even after defining them in page hierarchy. Could you please guide us on this .
    Thank you,
    Sashank P

    Hi Shashank,
    First sorry for late reply,
    WS_Security, can you please explain what do you mean by WS_Security, from the term i could not infer which part you are talking about.
    Let me tell you about the Webcenter security -
    This is the heirarchy , the Fusion middelware forms the base with webcenter at the top.\
    Webcenter Security
    |
    ADF Security
    |
    Fustion Midddleware Security (OPSS)
    Now you are goin to apply security to your Webcenter and ADF layers.
    Lets come back to the question .
    Any webcenter portal, you have to use the Jazn-Data.xml file to secure all the content whether its the navigation /pages /admin pages/taskflows etc.
    Its pretty much easy to use , let me know if you have any difficulty on that.
    Page hierarchy -> Yes you have an option to set your security for pages alone, here you have addition fine grain permisions (update/delete/personalise etc).
    If you need those fine grain permissions you can use this.
    To Conclude i would say use jazn-data for taskflows/components/admin page protection etc.
    Use Page heirarchy's fine grain permission to pages and navigation model's visible attribute to show/hide navigation based on user's roles.
    Let me know if this helps

  • Webclipping Portlet in Webcenter portal application

    When creating a web-clipping port-let in Webcenter portal application, we register the url for the webclipping portlet (http://localhost:7101/portalTools/webClipping/providers/webClipping) as Oracle PDK Producer connection as mentioned in Web center portal developer's guide http://docs.oracle.com/cd/E25178_01/webcenter.1111/e10148/jpsdg_pages.htm#CHDJDGIF.
    The content for the web-clipping portlet is to be specified at runtime only.
    Is it possible to define the contents for the web clipping portlet in design time/JDeveloper itself.
    Thanks,
    Navaneeth

    You mean you have exposed the taskflow and consumed it as a portlet in Webcenter ?
    You may want to check it on the Webcenter Portal forum too - WebCenter Portal

  • WebCenter portal download

    i have ADF version 11.1.2.3.0, with ADF if i develop an application do i need WebCenter portal ? if so in the link [download link|http://www.oracle.com/technetwork/middleware/webcenter/portal/downloads/index.html] what i should download if i want WebCenter portal, i have Windows 7 Laptop

    Daniel Merchán wrote:
    Hi again.
    Do you know the concept of ECM/Portal?. If not review ECM and Portal concept functionalities.
    Portal Applications are think for integrate Services 2.0 like Discussions, Collaboration, Content Management, Mail, Analytics, PeopleConnection, consume Portlets... Do you need this?. If not then ithe response is easy... Pure ADF Application.
    You don't need WebCenter Portal to host ADF Applications. You integrate ADF applications in WebCenter Portal if you want to extend Portal OOTB functionallity.
    In addition, for WebCenter Portal you require a specific license for WebCenter Suite.
    You can build a pure ADF application (Unbounded Task Flow) and run it in WebLogic without WebCenter.
    If you share your requirements then we can help you better :).
    Regards.finally :) we have an enterprise application which was designed using java. this application has a lot of bugs, my company thinks Oracle forms is obsolete , i want to redesign the entire application using ADF, but i don't know what can be achieved with ADF, with Oracle forms i can design menus and attach independent forms to that menu, what i want to know is can i design an enterprise application using ADF like the way we can do with Oracle forms. i find myself in a wonder land of ADF. hope you can help me on this.
    my requirement will be a login screen which will direct the user to the application, the application will have various tabs, which can be accessed with proper privileges

  • Chat functionality with WebCenter Portal

    Does WebCenter Portal offers any chat functionality out of the box or any adapters ?

    I don't think it is a functionality of WebCenter Portal itself.
    WebCenter Services contained restricted use of an application called Presence. Now, it seems to be gone. However, I believe there should be something instead (just not specifically listed). I'd guess it will be a piece from Oracle OnTrack (now, Oracle Social Network).

  • WebCenter Sites (11.1.1.6) install alongside WebCenter Portal (11.1.1.6)

    I'm looking for some recommendations for installing WebCenter Sites (11.1.1.6) on a development server which currently has WebCenter Portal (and Spaces), WebCenter Content (UCM/ECM) and WebTier installed.
    For WebCenter Content and WebCenter Portal I followed the standard instructions and have been able to successfully start them in the Enterprise Manager, and login to the provided Spaces application.
    Environment
    Oracle Linux 6 (64bit)
    Oracle XE 11.2.0-1
    WebLogic 10.3.6
    Oracle (Sun) JDK 1.6.0_23
    Installed Products
    WebCenter Portal 11.1.1.6
    Content 11.1.1.6
    WebTier 11.1.1.6
    RCU 11.1.1.6
    Middleware Home Files
    ls /app/Middleware
         coherence_3.7
         domain-registry.xml
         logs
         modules
         ocm.rsp
         oracle_common
         Oracle_ECM1
         Oracle_WC1
         Oracle_WT1
         user_projects
         utils
         wlserver_10.3
    Webcenter domain:
    /app/Middleware/user_projects/domains/webcenter_domain
    WebCenter Sites installation
    The instructions (http://docs.oracle.com/cd/E29495_01/index.htm) for "Installing on Oracle WebLogic Application Server" say to run "<wl_home>/wlserver_10.x/common/bin/config.sh" to create a new domain.
    However as this machine already has Portal, Spaces and UCM installed under a domain called 'webcenter_domain'. My question is: How can I add WebCenter Sites into the existing webcenter domain, if that is the recommended way?
    If it's better to create a new separate domain such as 'sites_domain', then how can both webcenter_domain and sites_domain be run alongside each other? This might be more of a WebLogic configuration question, I'm not sure.
    I'm looking for what the best practice recommendation is for running these parts of WebCenter together on the same machine.
    The WebCenter Sites install wizard settings I was going to use are below, if this is useful. The part I'm unsure about is astrixed:
    _./csInstall_
    - Installation Directory:     /app/Middleware/Oracle_WCS1
    - Development type
    - Install mode: custom
    - Avisport sample (check)
    - FirstSite II Sample site modules: (all)
    - Single server
    - Sites System Admin account: -
    - Sites Application Admin account: -
    - Satellite Server account: -
    - Sites Shared Files System: /app/Middleware/Oracle_WCS1/Shared     
    - Host name: webcenterserver
    - Port of Application Server: 7001
    - Platform Type: Application Server Platform
    - Application Server: Weblogic
    - Site Application Deployment: 1
    Path: /app/Middleware/wlserver_10.3
    Application Context root: /cs
    - Sites Application Deployment: 2
    ** Weblogic domain name: sites_domain / webcenter_domain
    ** Sites application name: CS
    ** Manual Deployment dir: /app/Middleware/Oracle_WCS1/domains
    Any pointers would be much appreciated.
    Thanks

    The recommendation from the Oracle WebCenter & ADF Architecture Team is to keep the parts decoupled, installing WebCenter Sites on a separate machine. Otherwise it would be leading towards a 'Type 3' integration. Specifically looking at the proof-of-concept application 'Spark', which requires WebCenter Sites and WebCenter Portal installed on the same machine:
    +"Due to this co-deployment requirement, most clients have avoided installing or using Spark. And not without reason: installing two big, complex applications on the same environment is problematic with regards to scalability and tuning."+
    http://blogs.oracle.com/ATEAM_WEBCENTER/entry/integrating_webcenter_sites_with_webcenter3
    The introductory article on integrating WebCenter Sites and WebCenter Portal:
    http://blogs.oracle.com/ATEAM_WEBCENTER/entry/integrating_webcenter_sites_with_webcenter
    Thanks

  • Difference between webcenter sites & webcenter portal?

    Currently I am working on one website where we have used Oracle weblogic Content management which used to show all the content on the website.& now we are planing to use Oracle webcenter content management in our application but I am confuse about which product of webcenter we should use out of below 3 for rapid developement:
    1. webcenter Portal
    2. Webcenter Spaces
    3. Webcenter sites
    Please help.

    The two are very different products.
    WebCenter Portal is for Enterprise portals, where you want to ingrate content and information (as portlets or taskflows) from other systems, web services etc.
    You can use WebCenter Portal: Spaces if you want to offer an environment within your portal where users can collaborate, form communities, work together etc.
    Integration with Oracle WebCenter Content is a strong point of WebCenter Portal.
    WebCenter Sites on the other hand is primarily for commercial, customer-facing web sites.
    So it really depends on what your requirements are. Rapid development is nice, but you should make sure you use the right tool for the right job.

Maybe you are looking for

  • Help! Can't open psd file

    I've been working on a large file for a while. I've been using the same computer with CS2. Now, the same computer, won't open the file I've been working on. The file has never been worked on using a different computer or a different version of Photos

  • These Layers are New to Me (PS CS5)

    I know some of you may have seen this before but i haven't and wanted to understand it better. In the screen shot you will see 4 text layers with color canvases (not sure if thats correct terminology). In most cases when i create text i use the color

  • Restrict tcode MRBR on company code - Note 399953 correct?

    Hi everybody, In the selection screen of MRBR you have the option to select a company code, but it is NOT CHECKING on company code. I found a OSS note: Note 399953 - Authorization for CoCode in Logistics Invoice Verification This OSS notes describes

  • Smart Guides without the snapping

    I would want to see them but without the snapping. Ben

  • Export file from GB iPad to GB desktop - how?

    I can't work out how to export a GB iPad file to use on the desktop? Surely you must be able to to do this? Secondly when you edit a file, and mess it up, how on earth do you stop it overwriting the good file? Again I can't believe there is no 'save