Template in Jdeveloper for ADF in 10.1.3

Hie
I am new to the ADF and jdeveloper. I am not sure which template to use for creating an application in jdeveloper for application using ADF faces as view + controller and ADF-BC as model.
Please suggest...

I assume you mean Application Templates - there should be one which includes ADF BC and JSF..don't you see that?

Similar Messages

  • Is there any template (decoration) feature in Jdeveloper and ADF faces ?

    Hi
    Thank you for reading my post
    is there any template / decoration facilities in Jdeveloper for ADF faces ?
    for example there are some part of my web pages which are allways the same and i need to show them where ever the user is in my we application (for example a left panel contain latest emails) how i can have this feature ?
    Thanks

    HI!
    Facelets works very well with Oracle ADF faces ,but to get a partial support from IDE(JDeveloper) , you have to build pages in jspx format, and not in xhtml format.
    We are using facelets with absolutely no problem; the only hitch is that we have add all our ADF Faces components to a jpx page and then embed Facelets tags to it,for JDdeveloper does not add components to /in between Facelets tags, which is an improvement to be made, and Mr.Frank has informed me that this(Facelets support in JDeveloper) is filed as an enhancement request for the next version of JDeveloper.
    Anyway, I can assure you that you can work with Facelets and ADF faces with absolutely no problems,at all;the only thing is you need to struggle some time getting the Facelets configured for ADF Faces!
    Actually, I planned to write an article on accomlishing this(integrating facelets and ADF Faces),but presently I'm preoccupied with some other imoprtant task, so I'm afraid may not be able to provide the article inthis week.
    Regrads,
    Samba.

  • Prerequistees for Jdeveloper and ADF !

    Hi all,
    I m 11g form/reports developer and has some basic knowledge of Java.
    Please let me know prerequistees for Jdeveloper and ADF in details.
    Thanks/Regards.
    Bhatt.

    No need to jump on 12c! I understand you want to learn ADF. In this case read Shay's blog https://blogs.oracle.com/shay/entry/how_do_i_start_learning_oracle_adf_and_jdeveloper whihc gives you a good list of stuff you can do. If you think you know enough about one of the topics, goto the next.
    There are plenty of other material on the web like vidoes or onlins tutorials like https://blogs.oracle.com/jdevotnharvest/entry/learn_adf_online_and_for or Oracle ADF Insider - Learn Oracle ADF Onliner
    or https://blogs.oracle.com/jdevotnharvest/entry/learn_adf_online_and_for
    and more linked on hte JDev home page.
    Timo

  • Need Oracle JDeveloper extension for ADF Mobile

    Hi Expertises,
    I am doing internal task for demo purpose, so needed Oracle JDeveloper extension for ADF Mobile.
    Could you provide me,
    if i get this by tomorrow that would be a great help from you.
    Thanks
    Jyothi.Y

    Hi,
    the ADF Mobile framework extension is not available for public consumption at this point in time.
    Frank

  • Prerequisties for Jdeveloper and ADF !

    Hi All,
    I m a *11g Form/Report Developer* .
    Now, I want to use Jdeveloper and ADF, but I don't know JAVA.
    So, please guide me can I directly start with Jdeveloper/ADF or first start learning JAVA i.e. Basic Java,Core JAVA etc ?
    Is it necessary to have knowledge of JAVA before starting Jdeveloper/ADF ?
    Thanks.
    Dev.

    Hi Dev ,
    Well , though most of the things in ADF can be done through declarative implementation , there are few
    aspects where we have to write piece of java code to fulfill business requirement .
    As far my understanding following are the few things which are very essential .
    1 ) Core java concepts
    2 ) J2EE concepts ( Servlets , JSF , http methods )
    3 ) Intro to XML , html , css
    One of the best material available on internet to learn ADF : http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Problem to deploy to a WebService interface for ADF Business Components to Weblogic Server

    Hi,
      I'm trying to deploy a custom application ,in which i have exposed ADF Business Components through a WebService interface, to a standalone weblogic server.
    Application Module is configured with a Service Interface for ordinary ViewObjects.
    Now I want to create a EAR file of this application to deploy it on the weblogic server.
    But I got an error while deploying it.The error i am getting is shown below.
    ERROR: No Java EE modules detected in EAR archive. Deployment aborted. == (oracle.jdevimpl.deploy.ear.WeblogicAssembler)
    I have followed the steps mention in the below link :
    http://technology.amis.nl/2010/12/29/quickly-creating-reploying-and-testing-a-webservice-interface-for-adf-business-components/
    I'm using Jdeveloper 11.1.2.4 on windows.
    Please suggest what i could be doing wrong.
    Regards,
    Himanshu

    Does the deployment profile include Java EE modules?
    Refer
    Java EE Developer: ERROR: No j2ee modules detected in EAR archive. Deployment aborted. == (oracle.jdeveloper.deploy.Veto…

  • HELP: include another page in with JDeveloper and ADF

    Hi all,
    I am trying to make a layout page with JDeveloper and ADF. But I just can't make things work. I have the pre-coded header and footer html pages and want to include them in a jspx somehow. I tried panelPage too, but the rendering style is away from our pre-coded header and footer.
    1. Use jsp:include.
    header works fine but footer is rendered before the page content, even if the footer is placed after the page content. Is there a way to customize the position?
    <f:facet name="footerFacet">
    <f:subview id="footerView"
    binding="#{backing_welcomePage.footerView}">
    <jsp:include page="/footer.jspf"/>
    </f:subview>
    </f:facet>
    2. Use frameBorderLayout.
    I followed the doc and use the document tag. But the frame page is rendered but none of included pages are rendered. So I got a blank page.
    <!-- frame page -->
    <f:view>
    <afh:html>
    <afh:head title="my frame page">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body>
    <afh:frameBorderLayout height="100%" width="100%">
    <f:facet name="center">
    <afh:frame source="topPage.jspx" name="topPage3"/>
    </f:facet>
    <f:facet name="top">
    <afh:frame source="topPage.jspx" height="200" name="topPage2"/>
    </f:facet>
    <f:facet name="bottom">
    <afh:frame source="topPage.jspx" height="200" name="topPage1"/>
    </f:facet>
    </afh:frameBorderLayout>
    </afh:body>
    </afh:html>
    </f:view>
    <!-- top page -->
    <f:view>
    <af:document title="FrameBorderLayout Demo">
    <af:form>
    <af:panelGroup layout="vertical">
    <f:facet name="separator">
    <af:objectSeparator />
    </f:facet>
    <af:outputFormatted styleUsage="instruction" value="&lt;b>A frameBorderLayout&lt;/b>"/>
    </af:panelGroup>
    </af:form>
    </af:document>
    </f:view>

    for #1 have you tried throwing a verbatim tag around your includes like:
    <f:verbatim>
    <jsp:directive.include file="/includes/footer.jsp"/>
    </f:verbatim>
    it's how we got around intermixing html and jsf

  • I want to download Visio Stencils for ADF Faces

    Dear members
    I read about Visio Stencils for ADF Faces and I really Like it.
    https://blogs.oracle.com/jdeveloperpm/entry/adf_faces_stencils_for_visio_available_on_samplecode
    And I want to download it. Has any one tried it before.Can any one tell me where can I download it.
    The articular says that it is Available through samplecode.oracle.com but i cannot find it
    please help
    thanks

    http://www.oracle.com/technetwork/indexes/samplecode/jdeveloper-adf-sample-522118.html
    Still down to http://download.oracle.com/otn/samplecode/ADF_Faces_Stencils_for_Visio.zip
    you need to accept the license before download.
    Timo

  • Best laptop for ADF development?

    Hi all,
    The next week I want to buy a new laptop for adf development and the question is What are the optimal requirements to run jdev and deploy big apps to the integrated weblogic without lost my hair.
    I know this is a well commented issue in this forum but the tecnology change quickly.
    Jhon

    Based on my experience, I can post below comments:
    I used Windows7 with 4GB Ram and I5 processor (32 bit) in previous project and I started loving mac so I am using Mac (Mountain Lion 10.8.3 version, I7 processor with 8GB Ram) now for my current project but somehow I notice my mac machine hangs a lot though it is of higher configuration and also still has some jdeveloper issues like (some time my BC tester fails i.e. testing model from AM) fails adhoc basis. However all these comments are applicable only for my machines and I may be wrong as well. Just thought of sharing my experiences with Windows/Mac.
    Another point, if you want to develop any ADF Desktop Integrator applications, only windows OS supports and MAC has not support for it.
    Regards,
    Ravi Nuka.

  • JDeveloper and ADF 11g Release 2(11.1.2.0.x) compatible WebCenter Version

    We are looking to upgrade ADF to 11.1.2.0 and looking for WebCenter compatibility.
    Could you please let me know WebCenter compatible version for JDeveloper and ADF 11g Release 2 (11.1.2.0.x) ?
    Thanks
    JP

    Looking at 11.1.2.0.0 note on
    http://www.oracle.com/technetwork/developer-tools/jdev/downloads/index.html
    and seeing, "This version of JDeveloper doesn't include the SOA and WebCenter pieces - to use these components you'll need to download Oracle JDeveloper 11.1.1.5.0."
    Does that mean, 11.1.2.0.0 can't be used with WebCenter?

  • Logging language in Jdeveloper 111102 ADF ADFv /ADFc

    Greetings
    I've noticed that - when running Jdeveloper on English (American) Windows XP SP2 on a Danish (as in Denmark) PC, setup to use Danish Locale / formatting etc, but use English in Menu's Dialogs etc. - then the logging Pane for Default Server in Jdeveloper runnning ADF / JSF development changes language when it comes to deployment.
    See example below, where Jdev/WL starts up fine in American, and then when It deployes changes its logging language to Danish.
    Where can I control this? I would like to have all my logging in English.
    WARNING: A duplicate definition for the feature "AdfRichPivotTable" has been found at zip:C:/o/MW111102/jdeveloper/system/system11.1.1.0.31.52.05/DefaultDomain/servers/DefaultServer/tmp/_WL_user/LOVdemo/4q12mm/war/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11. A feature with the same name was originally defined at zip:C:/o/MW111102/jdeveloper/dvt/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 11. This may indicate that multiple copies of the same jar file are present on the class path. Ignoring the new feature definition.
    ADF Library non-OC4J post-deployment (millis): 62
    Application Deployed Successfully.
    Elapsed time for deployment: 59 seconds
    ---- Deployment finished. ---- Apr 15, 2009 10:52:10 AM
    Run startup time: 61093 ms.
    [Application LOVdemo deployed to Server Instance DefaultServer]
    Target URL -- http://127.0.0.1:7101/LOVdemo/faces/McAccounts.jspx
    +15-04-2009 10:52:23 oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl setLifecycleContextBuilder+
    WARNING: ADFc: Udskifter implementeringen af ADF-sidelivscyklussen med 'oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.*
    +15-04-2009 10:52:23 oracle.adfinternal.controller.util.model.AdfmInterface initialize+
    INFO: ADFc: BindingContext er til stede. Bruger ADFm-API'er til DataControlFrames.*
    *+15-04-2009 10:52:23 oracle.adfinternal.controller.metadata.provider.MdsMetadataResourceProvider <init>+*
    INFO: ADFc: Controller-caching af MDS-metadataressourcer er ENABLED.*
    +15-04-2009 10:52:24 oracle.adf.controller.internal.metadata.MetadataService$Bootstrap add+
    INFO: ADFc: Indlæser bootstrap-metadata fra '/WEB-INF/adfc-config.xml'.*

    Does it help if you start JDeveloper with:
    jdev.exe -J-Dide.user.dir=<Path>
    and have the path point to a directory that has no spaces in the path?

  • Good REFERENCE documentation for ADF, DCControls etc?

    The Oracle handbooks focus almost entirely on tutorials, and the author seems to take it as a personal affront if we move our hands from mouse to keyboard. What I haven't found is somewhere I can really look up one of these classes, and get significant descriptions of what the methods do. The Javadoc is very limited, at best terse and cryptic, at worst absent. (Compare an ADF class with, for example, a struts class).
    http://www.oracle.com/technology/products/jdev/tips/muench/mostcommon/index.htm is helpful, but it's not exhaustive.
    I've looked for an "outsider's" reference book for ADF etc. but no luck so far.

    I found this one from the list that Shay posted to be most valuable:
    http://www.oracle.com/technology/products/jdev/tips/muench/mostcommon/index.html
    Also, if you have the FULL version of JDeveloper installed, just hit CTRL+minus to bring up the source search. Then type in DCIteratorBinding, for instance, to load the class' source into the editor window and see what is going on or set breakpoints. Extremely helpful.
    Hope this helps.
    Erik

  • Broken download link for adf faces

    http://download.oracle.com/otn/java/jdeveloper/1013/adf-faces-ea15.zip

    This one seems to be fine but please let us know what error or problem you get if it is still an issue for you.
    OTN

  • Jdeveloper for EBS R12

    Hi!
    I'm looking for JDeveloper for EBS R12. I tried to download it from Metalink ( https://metalink2.oracle.com/metalink/plsql/f?p=130:14:8543317434215624048::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,787209.1,1,1,1,helvetica ), but archives there are corrupted. Can anyone help me?
    And one more question: I need only to develop GUI for application. Can I do this on machine with JDeveloper only installed (without EBS, Database, AS etc.) ?

    eoipso,
    I cannot really answer that question (it's too vague).
    Let me attempt some guidelines:
    1). If you are trying to modify parts of EBS which were built upon OAF: use OAF.
    2). if you are writing a new page/new function in EBS, and that new page/function fits into a part of EBS that was built using OAF: use OAF.
    3). If you are writing a new application that needs to use data/API's from EBS - you have lots of choices, including ADF/OAF. If the application was separate to EBS, I personally would use ADF instead of OAF, because ADF is more flexible, and I find developing UI's in OAF tedious, but that's just my experience. If you were an OAF wizard, you might feel otherwise.
    John

  • Jdeveloper and ADF Help

    Hi All ,
    I have a field Airticket , so i need to allow the user Yes or No for that field
    so using redio button i placed , but how to display both side by side
    (Yes Rediobutton No Rediobutton) instead of diplying in 2 lines
    (Yes Rediobutton
    No Rediobutton)
    And how reduce field length of the database item in the JSP page.
    As i'm new to Jdeveloper and ADF need support and also please give any links which will be useful.
    Thanks
    RG

    Place the items in a group layout set to horizontal display to show them side by side.
    Set the width of attributes in the ADF BC-Entity Object-attribute-control hints-width

Maybe you are looking for

  • Get error message when attempting Photoshop CC Update

    I am trying to update Photoshop CC get error message Photoshop Camera Raw 9.0(CC) There was an error installing this update. Please quit and try again later. Error Code: U44M1I210 Can anyone help. Michael

  • Printing mataerial description for batch split material at delivery level

    Hi all, Here i am printing the material description which is maintained in the item level at sales order level.For each material they have maintained two material descripption.I am not able to display the second material description in my export invo

  • Report saving as favourite not working

    Hi, In web reporting, we are using one variable to read hierarchy and it is active hierarchy. One user during runtime of report changing the hierarchy to some other one and saving it as favourite. Once he is recalling the saved report from the favour

  • NAC ADSSO not 100% work

    Hello, We have a NAC System which has the ADSSO not 100% work. Sometimes the agent pops up and ask for credentials and sometimes it logs in automatically (ADSSO works). Does anybody have the same experience before? Thanks

  • Convert Dimensionless UOM

    Is it possible to convert a dimensionless UOM from the shopping cart to the RFX and PO? Example, EA in shopping cart, then ST in RFX and PO? I get an error when creating the PO. Error is "buffer table not up to date". We implemented sap note 1369693