Jdeveloper and ADF on OSX

hello,
I am trying to get to know ADF. I am developing on a powerbook running Tiger. I am attempting to follow the tutorial found at;
http://www.oracle.com/technology/obe/obe9051jdev/ide1012/adfworkshop/buildingadfapplicationsworkshop.htm
When I get to Step 9 which involves setting the Primary Key attribute for the class there are no checkboxes in the Primary Keys list, but some funny radio button things that I am unable to check.
I have put a screenshot on the web here;
http://www.waterwerks.com.au/images/pic1.png
Please help.
Thanks
Ben
Message was edited by:
[email protected]

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

Similar Messages

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

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

  • 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

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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

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

  • 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

  • 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

  • How do you add your contact picture to a text message?

    I want to be able to see my contact pictures whenever I text someone from my contacts list. How do you put your contact pictures on a text message for iPhone 6? I can see my contacts pictures when I send/receive a group text but not an individual tex

  • ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 401

    I receive the following error by creating dataabse as below sql: ORA-01501: CREATE DATABASE failed ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 401 ORA-00604: error occurred at recursive SQL level 1 ORA-01119: error in cre

  • Oracle BI Answers Problem Using Group By condition.

    Hi All, I'm new to Oracle BI. i have a requirment to count the number of opened request and number of closed request(month wise) from a table which have fallowing columns: Date logged(Date) Status(character) Date closed(date) 8/12/2008 open null 8/19

  • Raw image size 2.147 Gb?

    Hello, Is there a dng specification raw image size limit? I would like to save huge raw images. We changed the kMaxImageSide from 65000 to 300000. I know the dng's which are bigger then 65000 per size can't be opened in other dng readers. But also if

  • Static IP for Mac OS 10.5 -- Help!

    I'm not sure how to set up an static IP for my macbook. It will be using my airport, not my built in ethernet. Can someone provide me a step by step guide? I'm lost. Thanks!