Missing 'Fusion Web App' template in JDeveloper 11.1.2.3

Hello all,
I am new user of JDeveloper. I have installed Oracle JDeveloper 11g (Studio Edition Version *11.1.2.3.0* for Linux).
I tried to follow the "Getting Started" tutorial here: http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_55/jdtut_11r2_55_1.html
I want to develop a "*Fusion Web Application (ADF)*", but in the gallery of "New Application" *this template is missing*. Also "Java Desktop Application (ADF)" is missing too.
I'm using the "Studio Developer" role and i already download all the updates from "Help -> Check for updates".
In "Help -> About" there are:
About:
Studio Edition Version 11.1.2.3.0
Build JDEVADF_11.1.2.3.0_GENERIC_120914.0223.6276.1
Any help highly appreciated. Thanks in advance.
Vale

No, I don't think that it's a lack of feartues. However, I never installed jdev using hte linux version. On linux I normally use the generic installer and use my already installed jdk to run it on.
I suggest you download the generic installer and remove the current installation from your system, and install it again using the generic installer. In this case you need an jdk1.6.0_24 or better installed on your machine. I'm running jdev on 1.6.0_45, but on windows. Currently I don't hane a linux installation running jdev.
Timo

Similar Messages

  • Fusion Apps vs Fusion Web Apps

    hi folks.
    yesterday in my workspace our colleague's start up with a worthy debate.. we may had contradictional points one another.. so please i would like to start the same..
    to be clearly and precisely...
    Difference between Fusion Apps vs Fusion Web Apps.. from the core itself...
    thanks...

    Hi,
    if you wanted this from the core, then you should have posted the question to teh right forum. This here is an Oracle JDeveloper and ADF forum and not an Oracle Applications forum (which also is here on OTN)
    https://forums.oracle.com/forums/category.jspa?categoryID=520
    Posting this question to our forum here is like posting the same to the database forum ;-) We are not the core for this.
    Frank

  • ADFLibs in Fusion Web App - Jdev 11.1.2.3 on redhat 5.8

    Hello:
    Say I create a ADF Fusion Web app called APP_LIB. This app has EO, VO, AM in the model project and has Pages, Fragments and Taskflows in the ViewController. I want to create an ADF Lib from APP_LIB, so I create a ADF Lib deployment profile on the ViewController project. Since the ViewController project is dependant on the Model project, the library should be created with EO, VO, AM, Pages, Fragments and TaskFlows. Right? Or would I create different Deployment Profiles for the Model Project and the ViewController Project and therefore 2 create two seperate ADF Libs?
    Now I want to import the ADF lib from APP_LIB into another ADF Fusion Web app called ENTERPRISE_APP. If I imported the APP_LIB into the ViewController of ENTERPRISE_APP, would the EO, VO and AM show up in the Model project? Or do I have to import APP_LIB into both the Model Project and ViewController of ENTERPRISE_APP?
    Is it better to keep the Libraries seperate for the Model Project and ViewController in APP_LIB and create two seperate ADF Libs for the Model and ViewController? What do the experts recommend when creating ADF libs on a project with Model Project and ViewController Project and also what is the best way to import the ADF LIB into a ADF Fusion App that also has a Model project and ViewController Project.
    Do I create two ADF Libs: one ADF Lib for the Model Project and one ADF Lib for the ViewController and import each ADF Lib into the corresponding (Model and ViewController) Project in Enterprise APP?
    Any recommendations?
    Thanks much.

    Hi,
    Say I create a ADF Fusion Web app called APP_LIB. This app has EO, VO, AM in the model project and has Pages, Fragments and Taskflows in the ViewController. I want to create an ADF Lib from APP_LIB, so I create a ADF Lib deployment profile on the ViewController project. Since the ViewController project is dependant on the Model project, the library should be created with EO, VO, AM, Pages, Fragments and TaskFlows. Right? Or would I create different Deployment Profiles for the Model Project and the ViewController Project and therefore 2 create two seperate ADF Libs?
    For proper separation of concerns we recommend creating a separate model ADF library. However, the ADF BC content can also go into the ADF library you create
    If I imported the APP_LIB into the ViewController of ENTERPRISE_APP, would the EO, VO and AM show up in the Model project? Or do I have to import APP_LIB into both the Model Project and ViewController of ENTERPRISE_APP?
    They don't show up as they are internal implementation details. If you configured the library in your model project, then you can reuse entities, view objects and AM defined in the library
    Is it better to keep the Libraries seperate for the Model Project and ViewController in APP_LIB and create two seperate ADF Libs for the Model and ViewController? What do the experts recommend when creating ADF libs on a project with Model Project and ViewController Project and also what is the best way to import the ADF LIB into a ADF Fusion App that also has a Model project and ViewController Project.
    Depends on the level of modularization and reuse you are after. Say the ADF library contains a bounded task flow that uses a specific ADF BC model, then if the model is not used or required by any other view, you could put it into the same ADF library and deploy the task flow as a whole (you would need to configure the database connection after importing the lib). If the model should be used with other task flows or applications, then it makes sense to have it in its own ADF library.
    Frank

  • Deploying 11g Fusion Web App: FacesServlet class not found

    Hi,
    I have made a very simple Fusion Web Application (ADF) having only one .jspx saying "Welcome Weblogic".
    This application I would like to deploy onto my WLS 11g (10.3). I have installed the ADF Framework including the jsf 1.2 jar.
    I have created weblogic.xml...
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-web-app.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app">
    <library-ref>
    <library-name>jsf</library-name>
    </library-ref>
    </weblogic-web-app>
    ..and weblogic-application.xml like this:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-application.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-application">
    <library-ref>
    <library-name>jsf</library-name>
    </library-ref>
    </weblogic-application>
    When I deploy I get this error in the log:
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:55)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    It seems like the weblogic.xml and/or weblogic-application.xml is ignored?
    Or is it the insallation of the ADF Framework that is missing some configuration?
    In the setDomainEnv.cmd file placed on the server the following is included:
    if NOT "%POST_CLASSPATH%"=="" (
    set POST_CLASSPATH=%ORACLE_HOME%\modules\oracle.jrf_11.1.1\jrf.jar;%POST_CLASSPATH%
    ) else (
    set POST_CLASSPATH=%ORACLE_HOME%\modules\oracle.jrf_11.1.1\jrf.jar
    Best regards
    Mads Wermelin

    Problem solved!
    First I added following to the setDomainEnv.cmd
    if NOT "%POST_CLASSPATH%"=="" (
    set POST_CLASSPATH=%ORACLE_HOME%\modules\features\adf.share_11.1.1.jar;%POST_CLASSPATH%
    ) else (
         set POST_CLASSPATH=%ORACLE_HOME%\modules\features\adf.share_11.1.1.jar
    if NOT "%POST_CLASSPATH%"=="" (
    set POST_CLASSPATH=%ORACLE_HOME%\modules\features\adf.model_11.1.1.jar;%POST_CLASSPATH%
    ) else (
         set POST_CLASSPATH=%ORACLE_HOME%\modules\features\adf.model_11.1.1.jar
    Then I came across another post having the same issue. He told me that I had to start up my server (managed server) manually. Therefore I first stopped my server
    stopManagedWebLogic.cmd [servername]
    (eg. stopManagedWebLogic.cmd AppServer)
    and then started it
    startManagedWebLogic.cmd [servername]
    (eg. startManagedWebLogic.cmd AppServer)
    Now the setDomainEnv.cmd also got executed (look in the server log to verify it - eg. java.library.path is set, and a lot more which is not set when you normally start the WebLogic)
    So - I am now able to deploy Fusion Web Applications to my managed server in the WebLogic.
    Best regards
    Mads

  • Multithreading in ADF Fusion web app - experience and risks ?

    We plan to hire mulithreading in our ADF web app.
    That's what is otherwise poorly written.
    Some say it is a bad practice, because the "server does not manage application's thread".
    Has anyone already implemented this in some way, and what are the experiences and the risks ?

    Hi Frank, thanks for response.
    I want to run the "multiple jobs" by sending messages to JMS system, namely for this purpose to hire Message Driven bean.
    This action would be performed by an HTTP request.
    Thus way, the user can continue to work with the program while MDBs doing their job (for example, call stored procs etc)
    But the problem is - how to notify the application in real time that the jobs is completed, and issue a message to the UI ?
    Thinking about WebLogic server-side push/Comet, but I need some details on how to implement this in ADF apps.

  • Missing mobile web app on reality

    I just took over my mom's samsung reality. went to the store and had the number changed, etc.
    when i try to get on the mobile web app, it simply says "no application." when i go to the "get it now" to download it like the verizon page says to, it can't find any mobile web app.
    I know my mom had the app before she gave me the phone and used it a little bit. i don't understand why i can't access it. help please! i need mobile access to my email!!

    It seems it may have been deleted in a system error. A hard reset should resolve this. The steps for this are listed below:
    -From the standby screen, press Menu
    -Press Settings & Tools
    -Press Phone Settings (7)
    -Press Security (8)
    -Enter the lock code, default password is the last 4 digits of Cell phone number
    1. Do software reset: Press Reset Settings (6)
    -Press Yes to confirm resetting the handset to factory default settings
    -The phone will now restart
    2. Do hard reset: Press Restore Phone (5)
    Press Yes to confirm resetting the handset to factory default settings
    Press OK at the reprogram prompt
    Enter the lock code, default password is the last 4 digits of cell phone number
    Note: Press *228 and SEND after the power cycle to re-program the phone

  • PDF Export Problem on BI 7 Web App Template

    Hi Friends,
    We have a web template with button group. One of the button in the button group got assigned the 'EXPORT' command.
    The 'Export' command properties are as below
         - Export Format = PDF (PDF)
         - Scaling Factor = FIT_HORIZONTAL
         - Show Export Dialog = ON
         - Paper Size = DINA4
         - Paper Orientation = PORTRAIT
         - Repeat Column Headers = On
         - Header Center = Date Time and Page of Pages
         - rest are all default
    I have 2 problems with the above case
         i) Header Center , other header footer things not visible if 'Show Export Dialog = ON'
         - When I run the template, and clicked 'Export Button', LAter i was shown the Dialog Box. I kept everything as default. Then i am able to see the PDF with the content. But i am not able to see the 'Date Time and Page of Pages' on the PDF. THis mode allows me to see the Content in color but no Header Center.
         - If i change 'Show Export Dialog = OFF' then i am getting the PDF with 'Date Time and PAge of Pages', i.e., Header Center.
         ii) Another problem is, I have used the Script Control and i am showing some text using JAvascript funtions on the screen. This specific text are not visible on the PDF file, when we do the export.
    Could anyone let me know, how to solve this.     
    Thanks,
    Raghavendra Pothula

    Hi Raghavendra Pothula,
    I am having the exact same problems as you. I am on SPS11 and have raised an OSS note. Will let you know if SAP comes back with a solution.
    Regards
    Adrian

  • Authorization working differently in Web app.template

    Hello all
    I created an authorization object and gave access to 2 projects (say 10,20 and :). I created a query and created a authorization variable to the project. When I tested the query, it showing only the proejcts the user has access to. But when I create a Web template and created a dropdown box and referred the data provider to this query, system is showing only one project. If I add any new projects to the authorization also, it is showing only one value. But if I add *, then it shows all projects. I am in BI 7.0
    Not sure where I am doing the mistake. can any one help
    helpful answers will surely rewarded.
    thanks
    Krishna

    Krishna,
      Check the  infoobject property in your query defiinition, if you have selected Access type for Result Values as Posted values then you will get only values that are available in the your cubes or DSO. If you need to see all values(Projects authorization values then choose Master data option on the Advance tab of your query.
    Hope it helps,
    Balaji

  • Allow landscape mode in Web App Templates

    This could be a feature very important in my apps, that already existed in previous versions of App Studio.
    Can you please reintroduce this small feature? Thank you very much.
    brod56

    Its suppost to. Its CoverFlow and it should show you all of your album covers

  • Deploy ADF Fusion Web Application on Amazon EC2 Weblogic

    Hi,
    I am trying to deploy ADF Fusion Web Application (developed using JDev) on Amazon EC2 Weblogic app server but with no success.
    Can anyone enlighten me how to deploy ADF Fusion Web App on Amazon EC2 Weblogic?
    Thanks for kind assistance!

    Hi,
    Thanks for your prompt assistance.
    I managed to run "wls_jumpstart" but I am unable to start the console even though I have created a domain.
    I cannot find any instructions anywhere about deploying ADF Fusion Web Apps on Amazon EC2 Weblogic or any case studies of success anywhere.
    Hence, I am not sure if ADF Runtime is available on the Weblogic on Amazon EC2. Can you please help me in this area as well?
    It will be great if you can point me to some instructions on how to load web apps to Amazon EC2 Weblogic as I am quite new to both JDev and Amazon EC2.
    Thanks.

  • ADF Essentials Fusion Web Application(ADF) Templates missing

    I have installed JDeveloper 11g Release 2 (11.1.2.3.0), in order to evaluate development with ADF Essentials.
    The tutorial ( Developing with Oracle ADF Essentials) http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_55/jdtut_11r2_55_1.html shows how to start
    a new Fusion Web Application(ADF) project.
    But this option is missing !!!
    What am I missing ?

    Combining Timo's and Shay's answers
    I reproduced successfully the following
    If Java EE role is selected when entering JDeveloper first time after installation of JDeveloper then
    even if studio developer role is selected from the tools menu, there
    is no way to get ADF Fusion development functionality as ADF Business *, ADF Model Business * features, ADF application templates, are missing.
    The only valid solution is to uninstall JDeveloper and install it again ( there is no need to use generic installer) and select
    studio developer the first time after installation.
    It looks like ADF functionality is registered only at initial JDeveloper startup with developer role selected.
    Cheers

  • How to hide web app data in a detail template

    Hi, is it possible to hide some part of my content from a web app detail template.
    For example, I am doing a company directory which has some layout like:
    Phone: {tag_telephone}
    Email: {tag_email}
    Website: {tag_website}
    If one company does not provide a website address for example, it looks like this on the page:
    Phone: 12345
    Email: [email protected]
    Website:
    (with a blank area left next to the heading of 'website' - but the website heading sits there looking lonely
    Is there a way I can tell BC 'if you don't fill out a field, you don't display the field itself and the heading that goes next to it. So it would look like this:
    Phone: 12345
    Email: [email protected]
    Some businesses will have websites, others not, and the same scenario applies for phone and email, the companies may just provide one or more of each item. It would be good to get away with getting a dash next to the item that isn't used.
    Thanks.

    Hi
    This can be fixed by doging something along these lines:
    Assign an id (ex: m1) to the div in which you place your webside field, and contain this in another div with another id (ex m0), which contains the "E-mail:" tag as well. With a little java script you can checkhide if m1 is empty and if so, alter the style for m0 to be hidden.

  • How do I add image upload to web app edit template?

    How do I add image upload to web app edit template. When creating fields I am selecting image from the field type. But the only way to upload and image is when I create the web app item within the admin. The option to upload an image is not available when the user submit web form opens.
    Wont send any of these questions through this email anymore but really needed assistance.
    Thanks,
    Gordon

    On the Details tab of the Web App setup, under Web App Item Options; have you ticked "Allow File Upload" and specified a Default Upload Folder?

  • How do I use the alternate list template when rendering web app items to a page?

    I need to have the ability to use the main list template on particular pages, but then use different markup for other pages - is there a way that I can specify the alternate list template within the module tag?

    Hi Matt, You should read about web apps here:
    http://helpx.adobe.com/content/help/en/business-catalyst/partner/web-apps-module-create-cu stom.html
    And module reference here:
    http://helpx.adobe.com/business-catalyst/kb/modules-quick-reference.html
    If you insert through the admin and click customise you will see the option to use listbackup. You will also see that layout availible via FTP and in the admin or DW.
    Here you can see where in the module paramaters the option to choose listbackup occurs:
    http://helpx.adobe.com/business-catalyst/kb/modules-quick-reference.html#id_65138

  • Is it possible to leverage InDesign Server templates in a custom web app?

    Hi there,
    I am building a custom web app and was hoping to leverage our existing InDesign Server templates within our web app. What I would like to do, is based on user input, show my template with the user's input in the browser. I have looked through the API guides for InDesign Server CS6, but I haven't been able to conclusively find anything that will allow me to use the APIs to call the server, send the data points the template requires, and then get an image back from the server.
    I believe this is possible, I am just not sure how to achieve it! Any ideas or articles that help push me in the right direction would be extremely helpful!
    Thank you!
    Marshall

    Yes it's completely possible. There are two parts to making something like this work:
    1. The scripts themselves. You can generally script InDesign Server and desktop InDesign exactly the way using ExtendScript. So that's the part of the process where your script receives variables and passes them into the template and replaces something you've identified as variable, whether text or an image or something else (perhaps a color theme, etc.). You should get your scripts running on desktop before playing around with server.
    2. The messaging between your web app and the server. Whatever language you are using (i.e. PHP, .Net, Java, Ruby…) there is a way to make a SOAP call to InDesign Server to tell it basically "run this script with these parameters". You should get the "hello world" script running from a SOAP call on the server before using your real variable-driven document.
    The documentation of these things is available here:
    http://www.adobe.com/devnet/indesign/sdk.html
    You need to download the InDesign Server SDK (don't worry if you're on CC and it says CS6, almost nothing changed) and the InDesign Scripting SDK. The Server SDK deals with part #2 above, the Scripting SDK with part #1.
    It really isn't that hard. I should warn you, though, that it is addictive and once you do your first one you will become all-powerful and want to do nothing else. :-)
    Good luck and don't hesitate to ask questions.
    Max
    http://blog.siliconpublishing.com

Maybe you are looking for

  • Laser jet P3015 printer problems

    I have a HP P3015 and it defaults to Tray 1, and asking for Glossy paper. There is no paper in Tray 1, and it is shut.  For each print job, I have to press OK to change print trays, and OK again to print.  How can I clear these settings so that the p

  • Need CD for Live! Wireless Cam

    Lost CD. New PC and new router, wireless Cam no longer connects, neither through wireless nor wired connection. Thank you for your help!

  • Number of posted documents

    Hi All, Simple question. Do you know about any standard report showing number of documents per document type? Thanks! Jan

  • Question: OAS + SSL + certificate

    How I can take client X.509 certificate information on OAS side by using servlet or different way?

  • Shake 4.0 and New PB 17

    I have a PB17 1Ghz 1GBram with FCP and Shake installed. Shake 4.0 is struggling with the 1Ghz PB so I would like to know the performance if there are any users of shake 4.0 and the NEW PB 1.67Ghz. Im thinking of upgrading now but if the performance i