JAXB: Creating Java content tree from scratch - examples?

I'm trying to create XML output by building the content tree from scratch (using a the DDI schema which is fairly complex). I don't have any existing XML instances. Sample application 3 in Sun's JAXB tutorial doesn't give enough info about how to relate the nodes to create the heirarchy. I can create the root node and set it's attributes OK, but then the practical info runs out.
Can anyone point me at some good practical examples? (i.e. not those of the "How to play the quitar: Put your fingers on the frets and move your other hand around" genre).
Thanks in advance.

I don't have examples, but the main thing to remember is that you should use the ObjectFactory to create all of the objects in your tree. That's important.
You must use the element object class for the root node, but you can use type object classes for all the data contained (you can use element object classes for all the nodes, if that's easier).
Use the accessor methods to load the data into the objects you create.
One tip that almost everyone runs into - JAXB only provides a getter for lists - use the getter to get the list, then use .add() methods to add the objects to that list.

Similar Messages

  • Creating a Java content tree from scratch and then marshal it to XML data

    Hi,
    After binding a schema using JAXB binding, I wrote a class to create a Java content tree from scratch and then marshal it to create an XML document. To see if the resulting xml document is correct, I opened it in XMLSpy and tried to validate it against the original schema.... I got the following error:
    "Unable to locate a reference to a supported schema kind (DTD, DCD, W3C Schema, XML-Data, Biz Talk) within this document instance"
    Then I realized that the generated xml document didnot contain the following for the root element:
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" and xsi:schemaLocation="....."
    i.e, the XML Schema Instance namespace and the schema location.
    How do I get these attributes incorporated into the XML document generated during the marshal process.
    Thanks.

    How do I get these attributes incorporated into the XML document generated during the marshal process.
    Add xmlns:xsi and xsi:schemaLocation attributes to the root element in the schema.
    <xsd:attribute name="xmlns:xsi"  fixed="http://www.w3.org/2001/XMLSchema-instance"/>

  • Creating Retained Earnings Account from Scratch

    Creating Retained Earnings Account from Scratch
    but
    the error message is Account not created
    what is causing the prevention?
    Attached a screen shot?

    HI Emad,
    Error message indicates that 900000 is NOT created in the chart of A/c, So First go to FS00, create a G/L a/c and assign the same g/l a/c No: in OB53 and save.Then you are good to go. Good luck
    Regards,
    Sam

  • How to create java stored procedure from oracle(Dastageer)

    how to create java stored procedure from oracle-please help me to create the procedure.

    Hi,
    This forum is exclusively for discussions related to Sun Java Studio Creator. Please post your question in the appropriate forum.
    Thanks,
    RK.

  • I am trying to create a RSS feed from scratch

    Okay so I want to create a RSS feed with these two links:
    http://www.networkcomputing.com/rss.php
    and
    http://www.voip-news.com/rss/vnar.xml
    I have checked out different widgets and what not but I want to create this from scratch.
    I started this xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <rss  version="2.0">
    <channel>
    <title>Network Computing</title>
    <link>http://www.networkcomputing.com/all.xml</link>
    <description>Top stories and blogs</description>
    <lastBuildDate>Wed, 14 Jul 2010 10:19:00 GMT</lastBuildDate>
    <language>en-us</language>
    <item>
    <title>Catbird, Hytrust Offer Integrated Virtualization Compliance Reporting
    </title>
    <link>http://www.networkcomputing.com/virtualization/catbird-hytrust-offer-integrated- virtualization-compliance-reporting.php</link>
    <guid>http://www.networkcomputing.com/virtualization/catbird-hytrust-offer-integrated- virtualization-compliance-reporting.php</guid>
    <pubDate>Wed, 14 Jul 2010 10:19:00 GMT</pubDate>
    <description>Virtualization security companies Hytrust and Catbird will offer integrated compliance reporting that encompasses the hypervisor-host and network environment down through the virtual machine level. Catbird vSecurity, delivered either as a hosted service or virtual appliance, ensures correct hypervisor configuration and deploys network access control (NAC) against unauthorized access and protection against attack via IDS/IPS. Its VMShield component protects client VMs, tracks them as they move and enforces policy.</description>
    </item>
    </channel>
    </rss>
    So I created a button on my home page, and it is linked to this XML file. Everything works great except it only shows the item that I coded in...I want it to show ALL items.
    Can I do this without having to input each item individually?
    Is this how I should do it anyways with a button linking to this xml file?
    I really want to have like 3-5 of the posts to auto update on my home page but I dont know how to embed the RSS into my HTML home page file.
    Also, the way I have it coded, will it automatically update the new posts?
    or do I have to wait for the new post and input the item into the xml file?
    I am very new to the RSS feed so please help.
    Thanks,
    cp

    Here is my HTML code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <!--
    body {
        background-color: #000000;
        background-image: url(images/background.jpg);
        background-repeat: repeat-x;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <link href="styles.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMasterDetail.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body {
        background-color: #3B5998;
    .style2 {
        font-size: 14px
    .style6 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #97B1F4;
    .style7 {color: #FFFFFF}
    .style8 {
        color: #97B1F4;
        font-weight: bold;
        font-size: 12px;
        font-family: Helvetica;
        margin-left: 35px;
    .style9 {color: #97B1F4}
    .style10 {
        color: #97B1F4;
        font-size: 12px;
        font-family: Helvetica;
        font-weight: bold;
    .style11 {
        color: #97B1F4;
        font-size: 12px;
        font-family: Helvetica;
    </style>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <script src="http://config.spry-it.com/js?f=1.7/data/1.7/jsondataset/nestedjsondataset"></script>
    <script src="SpryAssets/SpryDataYQLDataSet.js"></script>
    <script>
    var dsItem = new Spry.Data.YQLDataSet(
        'select * from xml where url="http://www.networkcomputing.com/all.xml"',
        false,
            format:"xml",
            preparseFunc: function( strxml ){
                var xml = Spry.Utils.stringToXMLDoc( strxml ), ds = Spry.Data.XMLDataSet.getRecordSetFromXMLDoc( xml, "rss/channel/item" );
                return ds.data;
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    </script>
    </head>
    <body>
    <div id="container">
    <div id="banner"></div>
    <div id="navigation">
    <div id="navbar">
      <ul class="style2">
        <li><a href="index.html">Home</a></li>
        <li><a href="solutions.html">Solutions</a></li>
        <li><a href="services.html">Services</a></li>
        <li><a href="support.html">Support</a></li>
        <li><a href="about.html">About</a></li>
        <li><a href="contact.html">Contact</a></li>
      </ul>
    </div>
    </div>
    <div id="navigation2">
    <img src="images/navigation_2.jpg" />
    </div>
    <div id="content">
      <div id="right_content">
    <div id="video">
    <embed src="network.mp4" width="320" height="162" autostart="true" style="background-color: Black; " type="video/quicktime" autoplay="true" loop="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/"></embed>
    </div>
    <div id="title_bar">
        <p class="style8"><a target="_blank" href="http://www.networkcomputing.com/all.xml">RSS Network Computing</a></p>
        </div>
    <div id="PageWrap">
      <div class="MasterDetail">
      <p class="style10">Select a Channel:</p>
        <div spry:region="dsItem" id="MasterContainer" class="MasterContainer">
          <div spry:repeat="dsItem" spry:test="{ds_RowID}<4" spry:choose="choose">
            <div class="MasterColumn" spry:when="{ds_RowID} == {ds_CurrentRowID}" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:selected="MasterColumnSelected" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
            <div class="MasterColumn" spry:default="default" spry:select="MasterColumnSelected" spry:selectgroup="master" spry:hover="MasterColumnHover" spry:setrow="dsItem">{title}</div>
          </div>
        </div>
        <br/>
        <div spry:detailregion="dsItem" class="DetailContainer">
          <div class="DetailColumn"><span class="style9">Category:</span>  <span>{category}</span></div>
          <div class="DetailColumn"><span class="style9">Published:</span>  <span>{pubDate}</span></div>
          <div class="DetailColumn"><span class="style9">Author:</span>  <span>{author}</span></div>
          <br/>
          <div class="DetailColumn"><span class="style9">Description:</span><br><span>{description}</span>  <button onClick="MM_openBrWindow('{link}','','')">More...</button></div>
        </div>
        <br style="clear:both" />
      </div>
    </div>
    <div id="title_bar">
        <p class="style8"><a target="_blank" href="http://www.voip-news.com/rss/vnar.xml">RSS VoIP News</a></p>
        </div>
        <p class="style11"><a href="voip_rss.html">View Now (Click Here)</a></p>
    </div>
    <div id="left_content">
    </div>
    <div id="logos">
    </div>
    </div>
    <div id="footer">
    <div id="footerbox">
    <p class="style6"><span class="style7">Stanford Technologies</span> © Copyright, 2010. All Rights Reserved. Powered by <span class="style7">Chris Proett</span></p>
    </div>
    </div>
    </div>
    </body>
    </html>
    I just want to take away the scroll bar in FF.

  • Scratch 22: Creating XML Publisher report from scratch in eBS

    Problem:
    How to build a XML Publisher (XMLP) report in eBS from scratch. Thus NOT adapting or converting an existing report.
    Context:
    I have an eBS R12 Vision instance up and running where I want to learn building XMLP reports.
    This is what all tutorials I can find tell me to do:
    Most reports apparently consist of a layout template e.g. TEST.rtf and a data template e.g. TEST.xml. Now in order to generate a new report layout I am supposed to take existing output in XML format and (using ‘Load Data’ function in Template Builder plugin in Word) specify in my layout template where and how I want the actual data to pop up. So far so good.
    But now I want to build the data template from scratch and use it combined with a layout template. So I build the data template but can’t use that for building the layout template. For that I need output, for which I need a layout template.....
    Sounds like Catch 22 to me. How do I break this?
    1. Can I generate an XML-output file from the XML Data Template alone?
    2. Can I build my (RTF) layout template directly based upon the XML Data Template?
    3. Or have I completely lost the plot?
    Oh yes, dunno the first thing about Java and do not have My Oracle Support..
    Edited by: rjvencken on Jul 5, 2012 10:39 AM
    Edited by: rjvencken on Jul 5, 2012 10:51 AM

    1. Can I generate an XML-output file from the XML Data Template alone?
    create data definition with your data template-> create concurrent -> output as xml -> run -> view output and your xml
    I thought the XDODTEXE engine would pick up the (Layout) Template through concurrent program definition CPD short name which in turn points to the Data Definition (and thus Data Template). So does your answer mean I can call straight from CPD to Data Definition? I tried registering my Data Template in the Template Tab but it will not take XML as a type.2. Can I build my (RTF) layout template directly based upon the XML Data Template?
    if you want to use xml publisher desktop then you need xml (with data, not definition)
    So that's not an option I understand. Weird cuz I'd expect this to be technically easier.btw you can create your layout (rtf) without xml (data) and without data template (xml with select statement)
    create filed and past tag definition
    Yes but in that case I'd have an empty report. How would that help me?bouble click on filed:
    "Text Form Field Options" -> "Add Help Text ..." -> "Status Bar" (tab) -> "Type your own:"
    if you use bi publisher desktop plugin
    bouble click on filed:
    "BI Publisher Properties" -> "Advanced" -> "Code"
    or switch to Word Properties
    "BI Publisher Properties" -> "Word Properties" and use above path
    3. Or have I completely lost the plot?
    may be ;)

  • Create .XML Project File from Scratch

    Hi,
    i am from germany, currently writing my bachelors degree creating an automated video editing solution based on final cut studio (yeeessss ... finally
    I need to write complex final cut pro projects FROM SCRATCH in an EXTERNAL .XML editor using to greatly speed up the workflow. This means i am looking for any help regarding this topic, such as applescripts who can assist me in doing this.
    (Example: Create an Final Cut (.xml) Project with applescript that has already included links to media on an external server, has music in it etc.)
    I already have the "FinalCutPro_XML" reference and the "quickie_slate" Applescript which is a start. Any more tips where to look would be greatly appreciated.
    Thanks in advance!
    Best Regards,
    Markus
    MacBook Pro 17", Mac Mini   Mac OS X (10.4.8)  

    Marcus
    i'd recommend you create an empty project file in FCP and export it to XML.
    use the exported file as resource data, as it provides you with the basic XML project file container.
    then you can just add the additional <parent> and <child> elements as required
    also highly recommended would be the free XMLLib osax from Satimage, although it would be better if you learn how to do it with the built in libraries
    for basic aplescript info, visit http://applescriptsourcebook.com/
    cheers
    Andy

  • Create java class/resource from binary blob in SQL statement

    Is there a way of creating a java class or resource from a binary blob in the CREATE JAVA CLASS statement? Something like:
    CREATE OR REPLACE JAVA CLASS
    USING BLOB 'CAFEBABE0000003100120A0004000D08000E07000F0700100100063C696E69743E010003282956010004436F646501000F4C696E654E756D6265725461626C6501000372756E01001428294C6A6176612F6C616E672F537472696E673B01000A536F7572636546696C6501001152657475726E537472696E672E6A6176610C0005000601001F546869732069732061206E657720737472696E67207269676874206865726501000C52657475726E537472696E670100106A6176612F6C616E672F4F626A65637401000F6175726F72615F6F70745F696E666F002100030004000000000002000100050006000100070000001D00010001000000052AB70001B10000000100080000000600010000000100090009000A000100070000001B00010000000000031202B0000000010008000000060001000000030002000B00000002000C00110000004C00000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009705070397050703';
    I've tried various combinations of casting & convert functions, all of them give an ORA-29506 error 'Invalid query derived from USING clause', and nothing useful is gained from google about this. Is there a way of specifying the class binary in this way?

    You can load Java classes into the database, then create a PL/SQL procedure or function in the database that calls that Java class.
    This leaves you with a standard PL/SQL procedure/function which you can call from Oracle Forms.
    Have a look at the database documentation on how to load a Java class: http://download.oracle.com/docs/cd/A91202_01/901_doc/java.901/a90210/toc.htm

  • Creating the sales order from scratch

    Hi all(Peers),
    Can anybody guide me in creating sales order from scratch so that when i can give the item then item category is determined by using user exit program which is triggered when processing this sales order.
    Thank you ,
    Sirisha

    Hello Friend,
    Use BAPI_SALESORDER_CREAT_FROM_DAT2 (check SE37 for spelling!)
    at the time creating sales order with this it will also fire code written in user exit...
    Regards
    Krish

  • How to create new portal desktop from scratch

    Hi Experts,
    I want to create a brand new portal desktop from scratch. Could you please let me know how to go about it?
    Regards,
    EP

    Hi,
    Please check out this document it will help you in creating portal desktop from scratch:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_a-c/creating%20new%20portal%20display%20rules.pdf
    Hope it helps.
    Thanks
    Mona
    Assign points if helpful

  • Create Replacement Library - Start from Scratch?

    New user seeks guidance ... after reviewing forum threads and reading iPhoto6 instructional literature, it's obvious that I need to start my library over from scratch. (I am keenly aware that I can screw up the iPhoto software if I delete photos from behind the front door, so to speak).
    All the photos are backed up on an external HD. I have only a 100 or so pictures now on my Mac MBP HD; some were imported through iPhoto 6.0.3 and some were just dragged directly into my home folder. So, while it's a small mess, it's an organizational mess nonetheless.
    I want to start over and have every photo that makes it way to my MAC HD "enter" through iPhoto so that I don't have duplicates and is "tracked" by iPhoto. Can you suggest a safe procedure? And a second question, how should a picture be properly removed permanently from my system? Thanks, Jim F.

    Jim:
    Since you have all of your photos on an external HD and so very few on the boot drive, I suggest you assemble those on the boot drive into one or more folders. If they are in your current iPhoto library then the originals should be located in folder in the iPhoto Library/Originals folder. Each roll has a folder there.
    Once you have all of the photos safely in folders outside of iPhoto go ahead and delete the iPhoto Library folder.
    Now launch iPhoto and create a new library. Then drag each folder of photos into iPhoto to create a roll for that folder. lf you rename the outside folders before importing the new roll will have the same name as that folder.
    That's essentially it. To delete a photo from iPhoto you need to drag it to iPhoto's trash icon in the Source pane. Then go to iPhoto->Empty Trash menu option and empty the trash. It's all done within iPhoto.
    That being said let me describe an new option in iPhoto for creating a library that uses alias files for each of the source files and doesn't copy the full file into the library. This way you can have your source files located on an external drive and just a small alias based library on the boot drive. There are a couple of caveats to this system. If the external drive is not mounted the only the thumbnail view of the unedited images and the full sized view of any edited images can be seen. You can add comments, labels and keywords but not move any images or use any function that requires the full sized image, slideshows, books, calendars, etc. Also any photo deleted from the library is not deleted from the source files. They have to be deleted manually from the Finder.
    Tutorial #2 describes how to convert over to an alias system. Since you're starting from scratch it will be much easier. Just create an alias based library. Assemble your image files in a predetermined location (boot drive or external). Name the folders containing the files so the roll title will be informative, and import. Just a though. Good luck.
    G5 Dual Core 2GHz, 2G RAM, 250G HD; G4 Dual 1Ghz, 1.5G RAM, 80G HD,   Mac OS X (10.4.6)   22 LCD Display, 200G & 160G FW HDs, Canon S400, i850 & LIDE 50, Epson R200

  • Has ANYONE created a web site from scratch with iweb 08 that is stable?

    I have tried all the tricks i have been able to find to convert my old iweb 1.2 site to the new iweb08 software. I have tried deleting plist files, and changing the themes and re-saving. I am about to give up, and have two options
    1. recreate the ENTIRE site from scratch. I am happy to do this, so long as there are people who have done it and their site domain files remain stable.
    or
    2. Go back to iweb 1.2 and save myself hassle.
    Can anyone advise on this?
    To apple : You have treated me like a sucker customer. I love you, but you have spat in my face with this terrible software. it destroys everything it touches. Shame on you for treating us all with disdain.

    Hi damoyoungsf,
    I have managed to recreate my website (www.vnlc.org is the domain name, www.studentgroups.ucla.edu/vnlc is the real address) and fixed the bugs as of yesterday, it took around 6 hours of fiddling but worth it for the new features. I used the watercolor theme, and you can visit the webpage to test its stability. The problems I encountered were:
    1. Blog/Podcast pages didn't convert correctly, the yellow/blue band is missing and the picture frames were missing also, also some of the events had incorrect formatting.
    a. Fix: You're going to have to recreate these pages, when a page has errors after a program update like this, its better to recreate the page again rather than keep stumbling with further little bugs that might pop up in the future.
    2. Links to pages with titles that include the symbols : and - and foreign characters do not work.
    a. I think this is a major area in which iweb08 digressed because I used to be able to use foreign and special characters in my links, but now I can't because it would not link appropriately.
    Every other page seemed to work well, or had minor problem like incorrect font colors which can be remedied without recreating the whole page. I did not have the photo page problems that some other people had, my photo pages rendered perfectly and now has nice new features.
    As a final word, iWeb'08 or rather the whole iLife'08 suite seems to be Beta status just like when Mac OS X first came out. Apple likes throwing at us these problematic new software and wait for the bugs to crop up to fix it. After I first got iWeb'08, I knew it would have major problems but I am hoping further updates would remedy our woes.

  • How to create an XML file from scratch ?

    Hi all,
    I'm afraid that I will seem dummy, but I think I really misunderstand something or I'm trying to do something that is not possible...
    I would like to create a XML file containing the following:<?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="pl.xsl"?>
    <!DOCTYPE playlist SYSTEM "pl.dtd">
    <playlist id="2">
    </playlist>I really need to have both the stylesheet and the DOCTYPE declarations... Does anyone know if this is possible ?
    To create the XML Document, I am using the DocumentBuilder object from javax.xml package (jaxp-1.2-ea2). I think this, at least, is correct.
    To print out the XML document I have tried to use :
    - the Transformer from javax.xml package (jaxp-1.2-ea2) but I could obtain only the DOCTYPE declaration.
    - the Serializer from Xerces parser (version 2.0.1) to print out the Document I am creating with the jaxp, but I was able only to obtain the stylesheet declaration...
    So far I have just understand that there is a difference between Serializer and Transformer (one is serializing, and the other is transforming ;-)), but I couldn't figure out which one would be suitable to produce the XML file above...
    I would really appreciate if one could help me with that ;-)
    Thanks,
    Karau

    Could send me an example ?
    For the moment I am using Transformer in that way:
         TransformerFactory tfactory = TransformerFactory.newInstance();
         try {
             Transformer transformer = tfactory.newTransformer();
             DOMSource source = new DOMSource(playlistDoc.getDocumentElement());
             StreamResult res = new StreamResult(new File(path));
             transformer.setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, PL_DTD);
             transformer.setOutputProperty(OutputKeys.INDENT, "yes");
             transformer.transform(source, res);
         catch (TransformerConfigurationException tce) {
             throw tce;
         catch (TransformerException te) {
             throw te;
         }

  • Create Ringtones for iPhone from scratch

    I have a college song in iTunes--downloaded from the web--not from the iTunes store. I want to use part of it for a ringtone on my iPhone. The Ringtone Editor lets one do that if the tune is bought at the iTunes store--but they do not have this song in their inventory.
    Is there any way I can edit the music--take the chorus from the song--and make it into an ringtone that will work with an iPhone??

    You could bring it into GarageBand and create the ringtone there. See:
    http://support.apple.com/kb/HT1358?viewlocale=en_US

  • How to create JAVA Class file from an exisitng JAVA file in JDEVELOPER

    Hi All,
    I have a file called abc.java and i need to generate a class for the same using JDEVELOPER. Please help me what are the steps to be followed. I'm totally new to JAVA and first time working on JDEVELOPER tool.
    Thanks in Advance !

    Being completely new to something is not an argument (or shall we be honest: an excuse?) to not read the manual.
    Just to note: I would pick Eclipse or Netbeans if you're completely new to java. You'll have more chance of finding help either in forums, mailing lists or Google searches. But if you must stick with JDeveloper, the forum is here:
    JDeveloper and ADF

Maybe you are looking for

  • Open and display image in MVC layout

    Hello! I cant figure out how I shall do this in an MVC layout: The program request user to open an image file that are then displayed in a JLabel My setup at the moment resolve in a nullpointerexeption because it dont get any actual image file, but I

  • How to fill column value of a matrix with specific color when there is no value in that specific cell?

    Hi All, I need to create a 5/5  matrix in SSRS report. The data will be : Col_Side   Col_Header   Col_data 1                  1                1 1                  1                 1 1                  2                1 1                  5        

  • LV 8.2 Config File with Enum bug

    Please refer to attachment. Set the Enum and run the VI. The Enum is converted into string and then saved into a config file. The file is immediately read and the key is converted back to enum. It works fine until you choose index 32 in the enum. Eit

  • PO no. = batch no.

    hi, possible that when I do GR, the batch no. = PO no. If yes, how to do it. Pls advice. Thanks a lot

  • Somebody correct my code Iam trying to create an applet which connects  DB

    This is throwing many mistakes iam trying to create an applet like an airplace booking which shows combo box of the available aircrafts and when selected it should show the no of available seats import javax.swing.*; import java.awt.*; //<applet code