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

Similar Messages

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Project Jedi for Jdeveloper and ADF

    We are evaluating certain features of JEDI and have couple of questions regarding the packaging and feature support
    1.     Is JEDI part of the Jdeveloper/ADF license or is there a separate license cost for it
    2.     Are there development groups using JEDI framework and is it currently deployed in Production?
    Here is brief for our current requirement
    1.     Flexibility to leverage existing table columns in the schema for an instance [Table Product has columns like Product_id, Product Name and support additional columns like Attr_1… Attr_x]
    2.     Flexibility to leverage predefine database table which has an existing columns in the schema for an instance [Table Product_Ext has custom columns like Ext_Attr_1… Ext_Attr_x]
    3.     Flexibility to leverage existing table columns in the schema based on certain metadata, i.e. Context Sensitivity. For an instance Product_Attribute or its extension table Product_Attribute_Ext will not be able to manage multiple attributes as Products supported will be huge. So for Product A we may have Attr_1 representing “Scent” and Attr_2 representing “Flavor”. I din’t see any detailed around on this on the Wiki.

    I'm assuming that you are an Oracle employee since JEDI is not exposed to the general public right now.
    Please contact the JDeveloper team internally or use the internal Oracle forums to get answers to your questions.

  • 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?

  • 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

  • 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

  • Jdeveloper and ADF training

    Can somebody suggest me any institutes in Hyderbad , India that offer Jdeveloper and ADF  courses along with JAVA ,J2EE.
    It would be of great help tor me if anyone can assist me in this regard. Thanks

    Post this Q in "Certification" forum. Also, contact oracle training.
    Oracle press book also available for jdev11g/adf.
    Oracle JDeveloper 11g Handbook: A Guide to Fusion Web Development

  • Timesten with JDeveloper and ADF

    Hello,
    I'm using Timesten with Jdeveloper and ADF and have noticed some problems which I allready posted in the JDevloper Forum:
    Re: ADF TimesTen
    These problems arise from using Identifiers with reserved words, which is not forbidden with Ora DB.
    The settings in Jdev are to generate SQL92 conform code. This is the only way it works.
    I'm wondering if there is a setting to make TT behave syntactical 1:1 like a Ora DB.
    I even tried to change the Type Mode to Oracle and restarting TT but this doesn't help eighter.
    Maybe someone of the TT pro's has a solution for this? TT is used as a cache in front of an Ora DB so it should understand the Ora Syntax ??
    Thanks
    Ognian

    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

  • About licensing the Jdeveloper and ADF

    Hello everybody :
    I have a little doubt about the "JDeveloper and ADF" license
    I am planning to start my project using it and I have read the license [http://www.oracle.com/technetwork/licenses/jdev-license-152012.html] and I understood that everything is free for single user except Web Logic server needs to be licensed .
    Is that what I have understood correct or not ?
    Can I use this tool for developing my small project for my small business enterprise but the only one thing that I am afraid of is in the future I might face some limitations with the Web Logic Server or with any tool of Jdeveloper and ADF , So Shall I start up my project or should I search for another different tool such as Netbeans .
    I would like to hear the answer before I put my self in trouble .
    Thanks a lot

    Well, this will cost you more money the buying a licence as you break the law. To find out what you have to pay you better call a sales person in your area (see home oracle page).
    Timo

  • JDeveloper And ADF Learning

    Hi All,
    I am new to Webcenter. Just now started learning JDeveloper and ADF. Please share me the use full links to start ADF.
    Thanks,
    Venkat Sarvabatla

    A good starting point is the documentation available on the Jdev home page http://docs.oracle.com/cd/E37547_01/tutorials/toc.htm
    And http://www.oracle.com/technetwork/developer-tools/jdev/learnmore/index.html
    And would recommend to watch the videos http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html
    Timo

  • Free JDeveloper and ADF Training Days announced for 2010

    Oracle have just published new 2010 dates for JDeveloper/ADF Fusion development training in US, Canada, UK and mainland Europe. Details available here :

    It all goes on demand - feel free to post on this thread and I can bring it to the attention of the people who run these events.
    Gramt

  • 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.

  • What was the stable JDeveloper and ADF to go with the project development?

    Hi All,
    what was the best and stable Jdeveloper&ADF to  Project development?
    Regards

    Jdev 9.0.5!
    You question can't be answered. For a decision we need to know what kind of project you mean. What kind of application you want to develop.
    Sample: if you need mobile there is only one version (stable or not), you can use. For SOA it's different, as it is for WebCenter.
    Please providde more infomation.
    Timo

  • JDeveloper and ADF specification sheet with support versions of each technology

    I am usting JDeveloper/ADF 11.1.2.4.
    Is there a site that will show versions of the various technologies supported by each release of JDeveloper/ADF?
    I am looking for something similar to the following for WebSphere, where it shows supported technologies (with versions) for each WebSphere release.
         http://en.wikipedia.org/wiki/IBM_WebSphere_Application_Server
    Thanks in advance.

    The closest you get is hte Oracle JDeveloper 11g Release 2 (11.1.2) Certification for each of the versions.
    In this document you'll find references to other certification documents like DB and servers which together provide hte info you are looking for.
    Timo

  • Latest concerning Maven, JDeveloper and ADF...?

    I see various resources on how to Maven and JDeveloper working together, which really isn't an issue if you think about it (a POM file does the job as a JPR file in terms of building). What I really would like to see is how to get Maven builds working well for ADF 11g projects! I can see various ways to get this 'working' but what I really would like to know is what the latest word is on this to see how others are currently doing this.

    1). if you like :D
    3). not really
    Option 1 is the only real option at the moment.
    Maven support in 11.1.1.2 / repository question may have some information that is interesting for you.
    John

Maybe you are looking for

  • GOODS RETURN MOVEMENT TYPE 202

    DEAR GURUS USER HAVE ISSUED MATERIAL  QTY 1    MVT 201, NEXT TIME  SAME MTRIAL  ISSUED QTY  1   MVT 261  BUT SAME MATERIAL HAS BEEN RETURNED  QTY 3    MVT 202. HOW IS IT POSIBLE WHERE CAN I CHECK THIS REGARDS

  • Threads with http socket

    Are there any good tutorials that teaches multithreading with http sockets?

  • Pdf files printing via the web

    sorry incase i missed the obvious, but so far i couldn't find any infos on that topic: is it possible to hand over dde commands over the web? eg, instead of having a standard pdf link, hand over some ddes with it? > AcroRd32.exe /t path printername d

  • Check print program prints an extra page...

    Hello Experts, I have a dillema here wherein I cannot customize the standard check print program RFFOUS_C. When I check the spool, it always prints an extra page even though the prior page does not overflow. I also do not have any explicit NEW-PAGE o

  • ACS Authentication against Lotus Notes

    Hi Team, is it possible to authenticate Users via ACS against Lotus Notes, similar to MS AD? Regards, Michael