EL and ADF Swing

Hello

I created a view of swing for my application of ADF (quite new for me, swing,...) and I would like to know how I can use the location of elements such as frame title, the names of menu items, etc.
I use JDeveloper 11.1.1.3.0

Hello

you use Java resource bundles and are referencing the keys in there. In this regard, the ADF Swing is no different from any Java Swing example that you can find using Google

Frank

Tags: Java

Similar Questions

  • Cannot find the ADF Swing on JDeveloper 12.1.3 option

    Hi all

    Worked with the ADF and JDeveloper for a couple of years now. I have a personal project that I want to use the ADF Swing, I find this feature under the new gallery on JDeveloper 11.1.1.7. But can't find it on 12.1.3. The only way I can use it by importing a project created on a previous version of JDeveloper. ADF Swing half 12 c?

    UPDATE: I can't use a previous version of JDeveloper because integration with SQLite to build the BC only works on 12 c.

    Thanks for the replies guys, but I installed JDeveloper 12.1.2.0 and it still have the ADF Swing function. I guess they took only on 12.1.3.

  • Java ADF Swing

    When can I get information about the Java Swing Application with ADF:
    http://docs.Oracle.com/CD/E24382_01/Web.1112/e16181/TOC.htm

    Published by: Edward D.G. on 23 January 2013 15:35

    Hello.

    ADF Swing was not good documentation for years. And now, it has been officially deprecated when ADF 11.1.2.0.0 was released. See:

    http://www.Oracle.com/technetwork/developer-tools/jdev/shermanrelnotes-405777.html#swing

    ADF Swing will disappear completely in 12 c, apparently.

    Of course, nothing prevents you to generate a Swing application that will access the logic ADF BC remotely through web services, for example. However, you will not have the advantage of the swing to the EJB binding layer which provided ADF Swing.

    Best regards

    Frédéric.

  • problem to deploy a project of ADF swing

    Hello

    Hope someone can help me out in these error messages (Houston-29000, Houston-33003).
    I want to deploy my project of adf swing, but I can't find the solution to this problem.
    In jdev11 everything perfectly executed when I use this app, but when I try to run the jar deployed since the terminal I get the following errors:

    $java - jar-myapp.jar


    oracle.jbo.JboException: Houston-29000: Unexpected exception caught: java.lang.NullPointerException, msg = null
    at oracle.adf.model.binding.DCIteratorBinding.reportException(DCIteratorBinding.java:363)
    at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1656)
    at oracle.adf.model.binding.DCIteratorBinding.internalGetRowSetIterator(DCIteratorBinding.java:1616)
    at oracle.adf.model.binding.DCIteratorBinding.getRowSetIterator(DCIteratorBinding.java:1580)
    at oracle.adf.model.binding.DCIteratorBinding.getNavigatableRowIterator(DCIteratorBinding.java:1873)
    at oracle.adf.model.binding.DCIteratorBinding.refreshControl(DCIteratorBinding.java:653)
    at oracle.jbo.uicli.binding.JUIteratorBinding.refreshControl(JUIteratorBinding.java:473)
    at oracle.adf.model.binding.DCIteratorBinding.refresh(DCIteratorBinding.java:4311)
    at oracle.adf.model.binding.DCBindingContainer.refreshExecutables(DCBindingContainer.java:3320)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3165)
    at oracle.adf.model.binding.DCBindingContainer.refreshControl(DCBindingContainer.java:2791)
    to the view. Form.setBindingContext (Form.java:404)
    to the view. Form.main (Form.Java:455)
    Caused by: java.lang.NullPointerException
    at oracle.adf.model.binding.DCIteratorBinding.initSourceRSI(DCIteratorBinding.java:1750)
    at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1640)
    ... 11 more
    # # 0 in detail
    java.lang.NullPointerException
    at oracle.adf.model.binding.DCIteratorBinding.initSourceRSI(DCIteratorBinding.java:1750)
    at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1640)
    at oracle.adf.model.binding.DCIteratorBinding.internalGetRowSetIterator(DCIteratorBinding.java:1616)
    at oracle.adf.model.binding.DCIteratorBinding.getRowSetIterator(DCIteratorBinding.java:1580)
    at oracle.adf.model.binding.DCIteratorBinding.getNavigatableRowIterator(DCIteratorBinding.java:1873)
    at oracle.adf.model.binding.DCIteratorBinding.refreshControl(DCIteratorBinding.java:653)
    at oracle.jbo.uicli.binding.JUIteratorBinding.refreshControl(JUIteratorBinding.java:473)
    at oracle.adf.model.binding.DCIteratorBinding.refresh(DCIteratorBinding.java:4311)
    at oracle.adf.model.binding.DCBindingContainer.refreshExecutables(DCBindingContainer.java:3320)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3165)
    at oracle.adf.model.binding.DCBindingContainer.refreshControl(DCBindingContainer.java:2791)
    to the view. Form.setBindingContext (Form.java:404)
    to the view. Form.main (Form.Java:455)


    -----------------------------------------------------------------------------------------------------------------------


    oracle.jbo.ConfigException: Houston-33003: lnrrec login name is not defined.
    at oracle.jbo.client.Configuration.initializeFromConnectionName(Configuration.java:1085)
    at oracle.jbo.client.Configuration.getConfiguration(Configuration.java:593)
    at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:328)
    at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:587)
    at oracle.adf.model.bc4j.DCJboDataControl.findApplicationPool(DCJboDataControl.java:564)
    at oracle.adf.model.bc4j.DCJboDataControl.initializeSessionCookie(DCJboDataControl.java:391)
    at oracle.adf.model.bc4j.DCJboDataControl.initializeJboSession(DCJboDataControl.java:305)
    at oracle.adf.model.bc4j.DataControlFactoryImpl.createSessionInternal(DataControlFactoryImpl.java:199)
    at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:123)
    at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:166)
    at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:819)
    at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1070)
    at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:973)
    at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:933)
    at oracle.adf.model.BindingContext.internalFindDataControl(BindingContext.java:939)
    at oracle.adf.model.BindingContext.get(BindingContext.java:896)
    at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1519)
    at oracle.adf.model.binding.DCIteratorBinding.initDataControl(DCIteratorBinding.java:2403)
    at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2348)
    at oracle.jbo.uicli.jui.JUPanelBinding.useDefaultDataControl(JUPanelBinding.java:903)
    at oracle.jbo.uicli.jui.JUPanelBinding.setup(JUPanelBinding.java:125)
    to the view. Form.setBindingContext (Form.java:399)
    to the view. Form.main (Form.Java:455)


    Houston-33003: Lnrrec login name is not defined. I checked all the properties, but I have not find any problem with the connection.
    Connection type is: Oracle OJBC
    Connection test is "Success!"

    I got the same error message when I try to deploy the following Oracle official sample: [build Rich Client forms using ADF Swing and ADF business components | http://www.oracle.com/technology/obe/obe1013jdev/10131/adf%20swing/master_detail_page_adfswing_bc.htm]

    Any help is appreciated!

    Kind regards

    Roland

    Hi Roland,

    Why don't you try running your application with the settings as seen in JDev on 'Messages' by the sticky to your shell?

    If it goes well in JDeveloper, I think the problem is on some missing libraries.

  • Table empty ADF Swing of sizing.

    Hi all
    I have an empty Panel created from ADF Swing. Can I do a right click on it (panel.java) and run it, which opens a panel empty. The Panel that opens is 6 inches by 5 inches way to small. My question is how can I do this Panel to open full screen when I run?

    Thank you.
    Bobby has.

    Hi Bobby,.

    I suppose that you leave JDeveloper generate ADF Swing Application with the model and view projects. So right click on the draft opinion-> New-> profiles-> JAR file deployment - give a name and folder (e.g. archive1.jar)
    Then right-click on the view again once-> deployment-> archive1-> jar

    in my case, I have my pot in this path: D:\java_11\Swing1\View\deploy\archive1.jar
    Now I can run my main method in the Form class, which in my case is actually brano.swing1.view.FormDeptView2 (brano.swing1.view is the name of the package) any place where java the same version I used to compile in JDeveloper is installed
    But you have to study what other jars (libraries) is also necessary. The easiest way how to test is to copy the command-line of the JDeveloper when you click Run and go to the JRE of JDeveloper studio folder and run your jar it:

    My JDeveloper JRE is in d:\jdev11\jdk160_11\bin\java.exe sort:

    d:\jdev11\jdk160_11\bin\java.exe -client -classpath D:\java_11\Swing1\.adf;D:\java_11\Swing1\View\classes;D:\java_11\Swing1\Model\classes;D:\jdev11\jdeveloper\modules\oracle.idm_11.1.1\identitystore.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\adfm.jar;D:\jdev11\jdeveloper\modules\groovy-all-1.6.0.jar;D:\jdev11\jdeveloper\adfdt\lib\adf-dt-at-rt.jar;D:\jdev11\jdeveloper\adfdt\lib\adf-transactions-dt.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\adfdt_common.jar;D:\jdev11\jdeveloper\modules\oracle.xdk_11.1.0\xmlparserv2.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\db-ca.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\jdev-cm.jar;D:\jdev11\jdeveloper\modules\oracle.ldap_11.1.1\ojmisc.jar;D:\ jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\commons-el.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\jsp-el-api.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\oracle-el.jar;D:\jdev11\modules\javax.activation_1.1.0.0_1-1.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\adf-share-support.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share.ca_11.1.1\adf-share-ca.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share.ca_11.1.1\adf-share-base.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\adflogginghandler.jar;D:\jdev11\jdeveloper\modules\oracle.jmx_11.1.1\jmxframework.jar;D:\jdev11\jdeveloper\modules\oracle.jmx_11.1.1\jmxspi.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\bc4j-mbeans.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\ bc4jwizard.jar;D:\jdev11\jdeveloper\modules\oracle.javatools_11.1.1\resourcebundle.jar;D:\jdev11\jdeveloper\modules\oracle.ldap_11.1.1\ldapjclnt11.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jps-api.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jps-common.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jps-ee.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jps-internal.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jps-unsupported-api.jar;D:\jdev11\jdeveloper\modules\oracle.jps_11.1.1\jacc-spi.jar;D:\jdev11\jdeveloper\modules\oracle.pki_11.1.1\oraclepki.jar;D:\jdev11\jdeveloper\modules\oracle.osdt_11.1.1\osdt_core.jar;D:\jdev11\jdeveloper\modules\oracle.osdt_11.1.1\osdt_cert.jar;D:\jdev11\jdeveloper\modules\oracle.osdt_11.1.1\osdt_xmlsec.jar;D:\jdev11\jdeveloper\ modules\oracle.iau_11.1.1\fmw_audit.jar;D:\jdev11\modules\javax.security.jacc_1.0.0.0_1-1.jar;D:\jdev11\jdeveloper\BC4J\jlib\bc4jtester.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\bc4jsyscat.jar;D:\jdev11\jdeveloper\jlib\ohj.jar;D:\jdev11\jdeveloper\jlib\help-share.jar;D:\jdev11\jdeveloper\modules\oracle.bali.share_11.1.1\share.jar;D:\jdev11\jdeveloper\jlib\jewt4.jar;D:\jdev11\jdeveloper\jlib\oracle_ice.jar;D:\jdev11\jdeveloper\ide\lib\idert.jar;D:\jdev11\jdeveloper\ide\lib\javatools.jar;D:\jdev11\wlserver_10.3\server\lib\weblogic.jar;D:\jdev11\jdeveloper\modules\oracle.mds_11.1.1\mdsrt.jar;D:\jdev11\modules\javax.servlet_1.0.0.0_2-5.jar;D:\jdev11\modules\javax.jsp_1.1.0.0_2-1.jar;D:\jdev11\ wlserver_10.3\server\ext\jdbc\oracle\11g\ojdbc6.jar;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\commons-cli-1.0.jar;D:\jdev11\jdeveloper\modules\oracle.xmlef_11.1.1\xmlef.jar;D:\jdev11\jdeveloper\modules\oracle.dms_11.1.1\dms.jar;D:\jdev11\jdeveloper\modules\oracle.xdk_11.1.0\xml.jar;D:\jdev11\jdeveloper\modules\oracle.javacache_11.1.1\cache.jar;D:\jdev11\jdeveloper\modules\oracle.ucp_11.1.0.jar;D:\jdev11\jdeveloper\modules\oracle.odl_11.1.1\ojdl.jar;D:\jdev11\jdeveloper\modules\oracle.javatools_11.1.1\javatools-nodeps.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\orai18n-collation.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\orai18n-mapping.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\orai18n-servlet.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\ orai18n-translation.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\orai18n-utility.jar;D:\jdev11\jdeveloper\modules\oracle.nlsrtl_11.1.0\orai18n.jar;D:\java_11\Application3\Model\classes;D:\jdev11\jdeveloper\modules\oracle.adf.share_11.1.1\adfsharembean.jar;D:\jdev11\jdeveloper\modules\oracle.adf.view_11.1.1\dvt-jclient.jar;D:\jdev11\jdeveloper\modules\oracle.adf.view_11.1.1\dvt-utils.jar;D:\jdev11\jdeveloper\jlib\inspect4.jar;D:\jdev11\jdeveloper\jdev\extensions\oracle.jdeveloper.jgoodies\forms-1.0.6.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\bc4jimdomains.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\ordim.jar;D:\jdev11\jdeveloper\modules\oracle.adf.model_11.1.1\ordhttp.jar;D:\jdev11\jdeveloper\ord\jlib\jmf.jar;D:\jdev11\jdeveloper\jdev\lib\jdev-rt.jar;D:\ jdev11\jdeveloper\sqlj\lib\runtime12.jar brano.swing1.view.FormDeptView2

    of course, you can it reduce the way store you only the necessary bribes in some names only folder and the name of jars in the classpath. You can create a script file (on windows .bat and set JAVA_HOME variable run from any folder)

    Kind regards

    Branislav

  • ICX session sharing between EBS and ADF. Navigate from EBS page by page of ADF custom application. but every time I get the session as a GUEST, even if I give valid credentils to enter into EBS.

    Hello

    I am integrating EBS and ADF through sharing of session ICX. Navigate from EBS page by page of ADF custom application. but whenever I get session as GUEST (VALID_GUEST), even if I give credentials valid at the EBS system. I should get a valid session that I have connected with a valid user. As it it a VALID_GUEST that the status of cookie icx, back (he got newspapers/debug) and I am.  Comparing with status cookie VALID icx, so every time system opens the Apps login page.  I used fndext.jar to do this. Please help me on this. I'm not sure it's a problem with DB/EBS EBS system, or the code of the adf. My code spruce is given below.

    import java.io.IOException;

    import java.sql.Connection;

    import java.sql.SQLException;

    Import javax.faces.application.FacesMessage;

    Import javax.faces.context.FacesContext;

    to import javax.servlet.http.HttpServletRequest;

    to import javax.servlet.http.HttpServletResponse;

    Import oracle.adf.controller.v2.lifecycle.Lifecycle;

    Import oracle.adf.controller.v2.lifecycle.PagePhaseEvent;

    Import oracle.adf.controller.v2.lifecycle.PagePhaseListener;

    Import oracle.apps.fnd.ext.common.AppsRequestWrapper;

    Import oracle.apps.fnd.ext.common.CookieStatus;

    Import oracle.apps.fnd.ext.common.EBiz;

    Import oracle.apps.fnd.ext.common.Session;

    / public class MyCustomPhaseListner implements PagePhaseListener {}

    public MyCustomPhaseListner() {}

    Super();

    }

    AppsRequestWrapper wrappedRequest = null;

    HttpServletRequest request = null;

    HttpServletResponse response = null;

    String currentUser store = null;

    String currentUserId = null;

    {} public void afterPhase (PagePhaseEvent pagePhaseEvent)

    If (pagePhaseEvent.getPhaseId () == Lifecycle.PREPARE_RENDER_ID) {}

    System.out.println ("in phase");

    If (wrappedRequest! = null & &)

    wrappedRequest.getConnection ()! = null) {}

    try {}

    If (! wrappedRequest.getConnection () .isClosed ())

    wrappedRequest.getConnection (m:System.NET.Sockets.Socket.close ());

    } catch (SQLException e) {}

    }

    }

    }

    }

    {} public void beforePhase (PagePhaseEvent pagePhaseEvent)

    If (pagePhaseEvent.getPhaseId () == Lifecycle.INIT_CONTEXT_ID) {}

    Channel agent = null;

    System.out.println ("forward Phase");

    FacesContext fctx = FacesContext.getCurrentInstance ();

    request =

    (HttpServletRequest) fctx.getExternalContext () .getRequest ();

    answer =

    (HttpServletResponse) fctx.getExternalContext () m:System.NET.FtpWebRequest.GetResponse ();

    CookieStatus icxCookieStatus = null;

    try {}

    Connection EBSconn = ConnectionProvider.getConnection ();

    EBiz instance = EBizUtil.getEBizInstance ();

    wrappedRequest =

    new AppsRequestWrapper (request, response, EBSconn,

    (instance);

    A session = wrappedRequest.getAppsSession (true);

    tried with "a session = wrappedRequest.getAppsSession ();" / / do not return not of any session

    icxCookieStatus =

    session.getCurrentState () .getIcxCookieStatus ();

    Agent = wrappedRequest.getEbizInstance () .getAppsServletAgent ();

    If (! icxCookieStatus.equals (CookieStatus.VALID)) {}

    response.sendRedirect (agent + "AppsLocalLogin.jsp");

    return;

    }

    currentUser = session.getUserName ();

    currentUserId = session.getUserId ();

    } catch (Exception ob) {}

    ob.printStackTrace ();

    }

    FacesMessage message =

    new FacesMessage ("Session is:" + icxCookieStatus + "" +)

    currentUser + "" + currentUserId);

    fctx.addMessage (null, message);

    }

    }

    }

    Have you checked

    https://blogs.Oracle.com/jruiz/entry/adf_and_oracle_e_business

    https://blogs.Oracle.com/jruiz/entry/adf_and_oracle_e_business2

    http://www.Oracle.com/technetwork/tutorials/EBS-SDK-ADF-1887167.PDF

    https://www.YouTube.com/watch?v=9wGv7yxRgVU

    Timo

  • How to find the discussions in JDeveloper and ADF subspace in this forum, I created?

    Hi, experts.

    I know there are way to find in subspace JDeveloper and ADF discussions in this forum, I created.

    But I have tried and tried and can't find a way to again tonight.

    (I searched the menu: profile, activity, action, inbox etc..)

    Can someone give some advice?

    Thank you.

    Click on your name at the top of this page, then click on "view profile".

    Here you have a link to 'content' and that brings other links on the left where we are 'written '.

    don't know if you can filter it into subspace...

    Good bye

    DPT

  • Programatcially [ADF-Swing] force executeQuery() on master VO?

    Hello

    ADF - 11.1.1.5 (ADF-Swing)

    my application has a relationship master detail of two ViewObjects.

    Retail VO has no generated Java:

    VO-def.png

    In my Swing form in this VO detail update, I need to run on the master VO executeQuery() since the backend changes IDs to update details.

    How can I force a refresh of the master VO?

    I would like to avoid changes in the generated code of ADF. Is my possible requirement without code generated by changes in the ADF?

    Good bye

    DPT

    Solved: an instance of the master VO passed to the detail form

    Good bye

    DPT

  • What happened to place English "JDeveloper and ADF?

    I see various forms of this ('JDeveloper and ADF,' 'JDeveloper and ADF') in the other language of the site.

    The English forum ADF is available at JDeveloper and ADF

    Timo

  • What is the difference between the ADF and ADF Essentials?

    What is the difference between the ADF and ADF Essentials?

    and how to ensure that the essentials of the ADF is enough for the project rather then ADF.

    Thanks in advance.

    Hello

    The main problem is, you are not allowed to deploy critical applications of the ADF in the clustered environment.

    Kuba

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

    Hi all

    What was the best and stable Jdeveloper and ADF for the elaboration of a draft?

    Concerning

    There is no problem because the difference of the WLS version does not influence with adf. 11.1.1.7.0 can be installed on wls 10.3.5 and 10.3.6. Application developed with 11.1.1.7.0 can be deployed on WLS 10.2.5 or 10.3.6 havingthe ALI DURATION installed 11.1.1.7.0.

    Timo

  • MySQL and ADF Essentials

    Hi guys,.

    I recently changed my PHP/MySQL Tools Oracle (JDeveloper and ADF...). However, my organization has decided to continue to use MySQL as our database backend for now. Since I am still a beginner in Oracle development tools; I started to follow the tutorial using JDeveloper 12 c. I set up a MySQL connection and tested its connection with success.

    I also added the file mysql-connector-java - 5.1.27 - bin.jar on the class path DefaultDomain of WebLogic by placing it in the folder: C:\Users\imad\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\DefaultDomain\lib

    When I create a basic jsf application and run it, I get weird error in my browser:

    java.lang.IllegalArgumentException: no constant enum oracle.adfinternal.view.faces.partition.PartitionContext$ AgentName to value "netscape".

    It is followed by a long list of 'at' references...

    Could someone please explain why my basic demo application does not run?

    I seriously intend to shift to Oracle Java applications and need help to start my learning curve.

    Thank you

    Imad

    What browser do you use?  This occurs in other types of browsers (Chrome/FF)?

    This happens with any JSF into your application?

  • Prerequistees for Jdeveloper and ADF!

    Hi all

    I m 11g form/reports developer and has a few basics of Java.

    Please let me know prerequistees for Jdeveloper and ADF in details.

    Thank you/cordially.

    Biron.

    No need to jump on 12 c! I understand that you want to learn the ADF. In this case read blog of Shay https://blogs.oracle.com/shay/entry/how_do_i_start_learning_oracle_adf_and_jdeveloper that gives you a good list of things you can do. If you think you know enough about one of the topics, goto the next.

    There are many other documents on the web, like YouTube video tutorials or onlins as 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 most linked on the homepage of JDev.

    Timo

  • Columns of the nested Table and ADF BC 11.1.2

    I think coming to a new conception of the application, including a redesign of the database. In this application, there are users who cannot change tables of production directly, but their amendments must be approved (and possibly modified) before applying them to production tables. The production tables are part of an existing system and are fairly well standardized, with a main table and several paintings of detail.

    So for the new design, I want to have a table intermediate, mirrored in the main table, where the user's changes are stored until they are approved and applied to the production tables. The intermediate table contains some additional columns for the user "add, change or delete", who supported the change, the date modified is requested. After you apply the change, the intermediate folder must be copied in a historic change and deleted from the staging table. In this way, the intermediate table is never a lot of data in it.

    Here's the question:
    I need to treat the tables in detail. I could have staged versions of each table in detail, but I thought it might be easier to manage if detail tables have been included in table nested table columns main staging area. Most of the detail tables contain only a few rows with rank of master. But ADF BC 11.1.2 can treat the nested table columns? Is it easy to use in an application?

    Hello

    and ADF Faces does support nested tables? lol so even if ADF BC would be, where would you go with this approach? Polymorphic views would be an option (think hard)?

    Frank

  • RTO: JDeveloper and ADF as RSS feed

    Hi Heroes,

    Is it possible to get the OTN forum as an RSS on windows 7?
    Not expected...

    thnks

    Not sure what you mean.
    You can easily subscribe to the OTN RSS feeds to any player you like, but it has nothing to do with jdeveloper.

    This is the link I use JDeveloper and ADF

    Timo

Maybe you are looking for