ADF swing forms and panels developer documentation

Can anyone recommend me a ADF swing forms and panels documentation or tutorials?
Thanks in advance.

Good question cherem.
Last I heard ... "its not available and still a plan":
ADF Swing follow-on developer's guide
regards
Jan Vervecken

Similar Messages

  • Adf swing form login problem (Frank, look at this please)

    Hi All. I'm using JDeveloper 10.1.3
    Can anybody please give me a clue on how to create a simple stand alone adf swing form with a login dialog and the oracle jaas authentication?
    For me this kind af appllications works well only in design time :(. When i try to launch my generated .jar application the login dialog does appear but the authentication
    doesn't work "incorrect username or password".
    So i think i followed all the instructions from jDeveloper online help concerned with generating a login dialog... but my application still doesn't work properly after deployment.
    Please somebody look at what i've done and tell what is wrong.
    1. I created an adf swing form with a login dialog.
    2. I set the jbo.security.enforce property for my application module to Must.
    3. I added to my application a dialog for adding, removing and modifying application users via oracle.security.jazn api.
    4 I tested my appllication in Jdeveloper. It works great! I even added a number of application specific default users via my application.
    5. I assured myself that the oc4j security library has been added into the adf/swing project as well as into the deployment profile.
    6. I deployed my apllication to a .jar file.
    7. I created "config" folder inside the directory where the.jar file has been dropped. I copied there the following files: jazn.xml and system-jazn-data.xml (the last one file includes all my previously created principals) from /jdev_home/j2ee/home/config.
    8. Now when i start the application the login dialog appears as i've mentioned but authentication doesn't work.
    I found only one similar topic over the whole forum:
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=665430
    but what i've done seems to meet all Frank's advices.....
    Oracle staff please dont ignore my post.
    Thanks in advance.
    Edited by: Timin on Jun 22, 2009 11:58 PM

    Hi, rob nice to learn that i'm not the only one stumbled over this issue.
    Hope that this question will be finally answered...
    ...just a few additional comments.
    1. It appears that the position of the jazn.xml and jazn-data.xml files pointed in the documentation (config subfolder of the root .jar's folder) is right for if i rename or delete the jazn.xml it runs into the error: jazn configuration file not found, but nevertheless it works strange, it looks like it doesn't use the mentioned files at all....given the fact the i've already spent a number of days experimenting and looking for a solution i learned that after a first startup the files mentioned above (jazn.xml and jazn-data.xml) are modified in some way that prevents using them on another oc4j server instance (if i have i.e. another jdeveloper instance, i cant run and go through authentication in my application by simply coping the old jazn.xml and system-jazn-data.xml files into the /jdev_home/j2ee/home/config
    folder...instead i need to copy a pure "initial" jazn.xml file from the initial jdeveloper archive) ... something like the thing mentioned here:
    http://radio.weblogs.com/0118231/stories/2007/05/08/jdeveloperadf11gTechnicalPreviewTipsAndTricks.html
    also i noticed that if there is no system-jazn-data.xml file in the config folder it is created automatically after a first startup...so when i tried to delete the system-jazn-data.xml file from my deployed application's folder it would't create a new one though it saw the jazn.xml file (since no "jazn configuration file not found" error had ever appeared)...i also tried to place "pure" copies of jazn configuration files in my config subfolder but of course it would give no effect.
    2. i also changed the login.module.provider as well as the auth.policy.provider properties in the java.security file as documentation sais - no effect.
    So it would be great if Frank gave us a direct link to the white paper he was working on (and i hope had finished :) few years ago....or even better gave me the simpliest example of a finished adf swing application with authentication implemented.
    [email protected]
    ps. we know it's really really time consuming answering all questions but considering the lack of documentation on adf swing technology i hope we can rely on your help here.
    thanks.

  • Adf swing form problem

    i created two adf swing new empty forms.. and i'm triying to open form2 (form2
    have some components) with a click button from form1.
    i'm using this code on the event click button
    Form2 a = new Form2();
    a.setVisible(true); //or a.Show();
    after the click, the new form (a) appears without components and in a minimum
    size bar.

    It sounds like you have them displaying properly in a JFrame if you can get to the button from Form A and click the button. Your subject says "ADF Swing", so I assume you have bound your components that are on Form B. If that is the case, then you need to call setBindingContext() on Form B to get the ADF binding to execute. Here is a small sample assuming that you are using ADF Swing bindings and have also generated a Form with a binding context.
    // In the actionPerformed method of your button
      BindingContext ctx = panelBinding.getBindingContext();
      Form2 a = new Form2();
      a.setBindingContext(ctx);
      a.setVisible(true);
    ...Hope this helps.
    Erik

  • How to insert PO details in an ADF based form and initiate the process flow

    Hi All,
    Could any one let me know how to insert PO details in an ADF based form and initiate the process flow in oracle BPM. This ADF form will be custom one....How to create a ADF custom based form.Please let me know the step by step process..Am new to BPM
    Thanks in advance,
    sreevani

    Hi All,
    Could any one let me know how to insert PO details in an ADF based form and initiate the process flow in oracle BPM. This ADF form will be custom one....How to create a ADF custom based form.Please let me know the step by step process..Am new to BPM
    Thanks in advance,
    sreevani

  • What do I need for Form and Report development

    I have been doing backend development for about 8 years
    Now I would like to learn Oracle Form
    I bought an Oracle Form course book from Amazon and it only uses Form 6i and I downloaded and installed Oracle 10g on my laptop. What is the minium for me to get Oracle Form and Report up and running?
    There are so many things to download and it is quite confusing
    Thanks for your help
    Sincerely

    Oracle Developer Suite 10g (904) - link is on otn.oracle.com/products/forms - this give you Forms and Reports developer and a runtime as well.
    Regards
    Grant Ronald
    Forms Product Management
    http://www.groundside.com/blog/content/GrantRonald/

  • ADF Swing Form Layout

    Hi,
    I am new to ADF swing and developing my very first applications and I am running into following challenges.
    1. After creating business components(model) and view components,  I created an empty form
    2. From Data Control , I selected collection of attributes and dragged to the ADF Form area.
    3. Then, clicked on Edit Form ,and made necessary changes and then confirmed the changes.
    Now, I see that layout is completely locked or frozen. I can not drag or move any labels or any fields.  I also can not resize any text field.
    After reviewing further documentation,  I set column property in  helper.java file but still I can not resize, or move any of the field.
    Any idea why it is not working?  Also tried passing following in the code but still no luck
    setMaximumSize(new Dimension(80, 70));
    setPreferredSize(new Dimension(50, 50));
    Please advise.
    Thanks,
    Darsh

    Thanks Frank.
    I have gone through the link provided.  This approach sounds like more time consuming from development standpoint.    I will explore more. But now I am contemplating to move to Netbeans.    Not being able to use Java Swing in same manner as ADF swing and the fact that ADF Swing has been deprecated makes me think that way.
    This does bring up a point from Oracle's technology direction though.   It appears that technology to deliver native, standalone, traditional desktop applications are just not going to be supported anymore from Oracle and with cloud computing gaining momentum as time passes, it will become increasingly challenging to find a desktop development tool in Oracle's offering.
    Would you agree?

  • Migration of forms and reports developed using Headstart  VERSION 3.4.1

    Hi,
    We have developed an application in forms 4.5 reports 2.0 based on repository 1.3.2 and Headstart
    Designer/2000 Template Package VERSION 3.4.1
    Now we want to migrate to Oracle 9i(web enabled)
    1)Is it possible to migrate only the forms and reports in 4,5 to 9i without the designer repository?Can the repository be left out?
    2)What about the templates and packages on the 2000 Headstart version.Is it necessary to migrate the same to 9i also?
    2)In case the repository has also to be migrated how do i go about migration to 9i??
    4)In case the headstart template/packages to be migrated how do i migrate to 9i?
    5)Where is the documentation available for headstart?
    Kindly help..

    Hi 23768 ( ;-) ),
    There is a whole wealth on information regarding upgrade/migration of headstart generated application systems.
    What you need is a licence on iDevelopment Accellerators and the Supplement Option (cso.oracle.com) to download this material.
    Contact your Oracle Consulting representative if you would like to know how to do this.
    Best regards, Marc Vahsen
    Headstart Team
    Oracle Consulting Netherlands

  • Oracle 10G Forms and Reports Developer Issue (CANVAS Property)!!!

    Okay guys. I have a form that uses a canvas named as CANVAS4 and another canvas (horizontal toolbar) named HEADER that is the subclass of HEADER and a library called TDAS.
    What happening is, my CANVAS4 color is r240g240b255 and when i try to set the color of HEADER as r240g240b255, it sets the color but don't display this color on screen.
    How i come to know that it sets the color?
    I've used get_canvas_property() to get the background color property of HEADER.
    I almost spent four to five hours but all in vain.
    I want you guys to help me as soon as possible. I'll be very thankful to you.
    And please do it soon.
    Regards...

    CANVAS 4 set to color r240g240b255 and it shows while HEADER when sets to r240g240b255, doesn't set it.
    Both canvases has default color gray12

  • Oracle forms and web developer server??

    I downloaded web developer server, such as an Eclipse IDE with all, Spring, Struts, Hibernate... but I think this is not for Oracle Forms, isn'it? I'm very newbie, but I would like to install all the things I need.
    Thank you.
    I'm using Oracle 11g, with suse 11.1. On the other way, I also have windows XP with oracle weblogic server.

    Hi,
    You can download oracle forms from here.
    -Arun

  • Oracle ADF Swing and Postgressql

    Hello,
    We have launched a product development initiative with postgress as database and Oracle Jdeveloper/ADF as development tool. However, we are seeing some basic loss of service with ADF when Postgress is backend. For e.g. when we create an ADF Swing application and in the model , building an ADF business component from table, it does not populate the model classes and table definitions in application module window when back end is postgress. However, if backend is Oracle, then it does populate thus allowing us to drag all attributes on the ADF Swing canvas.
    Have you faced similiar situation?
    Please advise.
    Darsh

    User please tell us your jdev version!
    The certification matrix http://www.oracle.com/technetwork/developer-tools/jdev/documentation/1212-cert-1964670.html#Abrams-SupportInformation-Databases does not show postgres as certified database. So you only get ' limited support', whatever this means.
    Timo

  • ADF Swing Empty form probmlem

    Hello,
    I'm trying to follow the "Build a Java Swing Application with Oracle ADF"Cue Cards. I'm stocked at the step 5 (create a Master Form in ADF Swing Form).
    When I try to add a collection OrdersView1 to empty form I've got error messages:
    D:\JDeveloper\tutorial\OrdersApplicationADF\View\src\view\PanelOrdersView1Helper.java
    Error(99,30): identifier $objects not found
    Error(105,30): identifier $objects not found
    Error(111,30): identifier $objects not found
    Error(117,30): identifier $objects not found
    In the xml there is following code:
    if ("Hide".equalsIgnoreCase(panelBinding.getDisplayHint("OrdersView1",
    "OrderDate",
    null))) {
    dataPanel.remove(mOrderDate);
    dataPanel.remove($objects.LabelVariableName);
    if ("Hide".equalsIgnoreCase(panelBinding.getDisplayHint("OrdersView1",
    "OrderId",
    null))) {
    dataPanel.remove(mOrderId);
    dataPanel.remove($objects.LabelVariableName);
    if ("Hide".equalsIgnoreCase(panelBinding.getDisplayHint("OrdersView1",
    "OrderStatusCode",
    null))) {
    dataPanel.remove(mOrderStatusCode);
    dataPanel.remove($objects.LabelVariableName);
    if ("Hide".equalsIgnoreCase(panelBinding.getDisplayHint("OrdersView1",
    "OrderTotal",
    null))) {
    dataPanel.remove(mOrderTotal);
    dataPanel.remove($objects.LabelVariableName);
    Can you help me? What I did wrong?

    Hi,
    Timo's approach works if you use e.g. ADF BC and then drag the "Create" operation as a method activity to the task flow diagram before you navigate to the view. As Timo mentions, if you want to abandon the row you can't just press cancel but i) navigate to another method activity you create from the "Delete" operation, or ii) access the current row in the iterator to remove it there before navigating off.
    Another approach is to expose a method on the ADF BC client interface that creates a new row in ADF BC. You can then drag and drop the method as a parameter form, which initially would be empty
    Frank

  • CCM 4.2 and 5.0 developer documentation

    Just in case you missed yesterday's announcement. CCM 4.2 and 5.0 are now officially out (as usual on new product hold) and the development documentation has been updated and is available at the usual place: http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_programming_reference_guides_list.html
    Now we just need somebody to come up with a way of running CCM 5.0 on a VMWare as having physical server for a handful of different CCM Versions and service releases never really was and never will be an option.
    While I do not have the WSDL and XSD files yet, the AXL manual still mentions the usual files so one thing's for sure: things have not improved at all in the AXL department and the WSDL still has to be hacked to permit an import into Visual Studio. When will Cisco learn that WSDL and XSDs are not to be edited (never ever ever), but must be autogenerated by the development environment where you design your webservice? <sigh>

    Dear All!
    My company just upgraded CCM from 4.1 to 4.2......
    AND NOW
    the applications i wrote (using VS 2005) may not work because of differences in AXL module in CCM 4.2.
    What should i do? If wsdl were not bugged i could update the proxy class and everything should work... but we know that this is not true!!
    Any people are working with VS and CCM 4.2? Is there an hacked version of .wsdl for CCM 4.2?

  • ADF Swing Deployment problem

    Hi,
    I have an ADF Swing project completed.
    I can run my application from Jdeveloper 10.1.3.3 successfully.
    Now we are ready to go to production.
    I want to generate a simple JAR file which can be called like - java -jar MyApp.jar
    To generate MyApp.jar:
    1) I have created a new group in the deployment profile file and specify to add the Manifest.
    2) I added all the jars found in my application log file (the logs when jdev run my app.).
    3) I Specify the full path to my MainForm.class
    4) I have added all my classes
    5) Finally I generated to JAR from jdeveloper
    6) I copied the MyApp.jar into the JDK\bin folder of my Jdeveloper (to avoid potential java version conflict)
    Problem: When I try to run my app from the JDK\bin folder with java -jar MyApp.jar, I got the error Exception in thread "main" java.lang.NoClassDefFoundError: .....
    My question is : Does anybody either successed in deploying an ADF Swing application using Jdeveloper. If yes, how?
    I have read dozen of articles from this forum, nobody seemed to successed deploying ADF Swing application.
    Thanks.
    houevoton.

    Gentlmen, thank very much.
    I have made a big progress.
    First, I have deploy a simple form based on Steve's scenario. It works fine. I learn from this the role of each type of File Group in a deployment profile.
    I also read and dowload the following show case http://verveja.footsteps.be/~verveja/files/oracle/JarStuffThread615655-v0.01.zip
    It works fine. I get how to include an external jar in my deployment file.
    However, I am still having a small problem with my generated JAR.
    In fact my workspace has 3 projects.
    1- AppUtils.jpr contains my utility classes (date utilities, system constants, etc.)
    2- Model.jpr contains BC entities, views objects and the AppModule.
    3- View.jpr where my forms and panels are.
    All those 3 projects are in the same workspace, which is slightly diffrent from the example of the show case above.
    I created a deployment profile and add two File Groups:
    - The first group is simple "Packaging" group and I check all utilities classes required in my application.
    - The second one is a "Dependency Analysis" group following process described by Steve.
    When I generate and run MyApp.jar, I get error [b]JBO-30003: The application pool (full.path.AppModuleLocal) failed to checkout an application.
    Since yesterday I was struggling with this. I am not able to understand why this message.
    My AppModule is well configured with credentials to connect to the target database. I tested it and it is ok.
    I can run the application from within Jdeveloper without trouble.
    Once again, I need your help.
    Thank in advance.
    houevoton.

  • ADF BC : Ant and XSLT to modify bc4j.xcfg and DataBindings.cpx

    hi
    Before I deploy my ADF BC / ADF Swing application I would like to use Ant to make some changes to bc4j.xcfg and DataBindings.cpx
    (see also "Defining ADF Business Components Runtime Properties for ADF Swing Applications" in the JDeveloper documentation)
    I would like DataBindings.cpx to point to the correct configuration and bc4j.xcfg to only contain the configuration information that is required.
    I created some XSLT transformation stylesheets to help me with that, see this example application:
    http://verveja.footsteps.be/~verveja/files/oracle/AntXsltConnectionSwitchStuff-v0.02.zip
    question
    Does JDeveloper itself provide any features to automatically make changes to DataBindings.cpx (and bc4j.xcfg) before deployment?
    many thanks
    Jan Vervecken

    repost

  • How To create ADF Search form in JDeveloper 11g 11.1.1.0.1

    Hi,
    I am using JDeveloper 11g 11.1.1.0.1 , in which i tried creating an ADF search form that has Find and Execute Buttons.
    I created the same ADF search form using JDeveloper 11g TP3 and TP4 wherein it works fine but not in JDeveloper 11g 11.1.1.0.1.
    Scenario....
    I dragged a read only view object on to the jspx page as ADF Search Form and dragged the same as Read only table.
    After doing this if i run the application the search functionality does not happen .
    ( I click on the find button and enter the condition and then click on the execute button. records does not get filtered based on that condition specified.)
    But when the same steps is done in 11g TP3 and TP4 the search functionalty works fine.
    Can someone suggest me what is the issue.
    Is this a bug in the new release.
    regards
    vinitha

    reply is in this id
    ADF Searchform with find and execute buttons in JDev 11.1.1.0.1 studio edi.

Maybe you are looking for

  • Computer won't charge (battery or cord)

    My computer is just over a year old and the battery has been wearing down over the past couple months, but can still last nearly an hour. In the past couple days my computer has randomly turned off several times and will take anywhere from a couple m

  • PO Number Range With Plant

    Hello All, We need to Assign the Number Range of the PO's based on the Document Type & Plant. This is as per the Client's Requirement. I am using ECC 6.0 and looking in the Exit MM06E003. The Include ZXM06U17 does have the Structure EKKO but nothing

  • Adobe Printer did not appear in the printer list

    Adobe Printer did not appear in the printer list after installing Acrobat Pro 12 month Subscription on Windows 7 Ultimate. I tried installing manually as per instructions but no help. Any suggestions?

  • WAD - Authorization

    Hi, I got new users here in my company and they have several Queryes developed on Web Aplication Designer(WAD). I don´t have any documentation about it, but when i open WAD i can´t see the queryes ... But when i open the Link taht my user have, i can

  • What exactly is going to happen to iWeb?

    When Iweb 'goes away'...what does that mean? Will my iweb no longer work? My iweb site is hosted by godaddy.... will I be able to continueto make changes in my current iweb and upload them to godaddy as before...? Do I really have to use another web