JDeveloper 11 g ADF and application servers

I'm new to JDeveloper and benefited from the 11g, but I am concerned about the deployment of my code. Can I deploy a 11g ADF asks the server to Oracle 10gAS version 10.1.2.0.2 applications or do I request an upgrade of the server that will be difficult to accomplish?

Thanks :)

Hello
In theory, you can, but you must pay attention to what you are doing.
I encourage you to do so.
You can use the new rich ADF faces if you plan to deploy an older AEO. Be careful selecting the right JDK while developing (11g using 1.6.x).
I'm not sure that you can start a new project in 11g using the old Oracle stuff entirely.

So, if you plan to use the new test features to get a WLS 10 g R3 update.

Timo

Tags: Java

Similar Questions

  • ADF and application Server 10 g SE1

    Hello

    ADF dose is delivered with Oracle Application Server 10 g R2 stranded OneEdition?

    Or should I take a separate license to use the ADF?

    Thank you!

    Abdjallil.

    ADF is included in all editions of Oracle application server. See this for more details:
    http://download.Oracle.com/docs/CD/B14099_19/core.1012/b14128/options.htm#BABBCFGG

    Thank you
    Shail

  • Deploy the ADF web application and forms and reports Services on the same installation of Weblogic Server

    I have forms and reports already installed on the Weblogic Server.

    Now, I want to install ADF web Application on the same server, Weblogic.

    Is it really possible to have forms & reports services and the application of the adf on the same installation of weblogic server?

    Please suggest / guide me on how to achieve the task above.

    Here are the details of my wls, forms and reports, and adf web application

    • WebLogic Server version 10.3.5
    • Forms & Reporst 11 GR 2
    • ADF web application developed using JDeveloper 11.1.2.4

    Thank you

    Deven


    Hello

    a few entries,

    https://forums.Oracle.com/thread/2433508

    https://forums.Oracle.com/message/11020401

  • Security ADF of application using DB tables for users and roles

    Hello
    I followed the below documents to use SQL authentication instead of jazn.

    http://Biemond.blogspot.com/2008/12/using-database-tables-as-authentication.html


    http://Biemond.blogspot.com/2008/12/using-WebLogic-provider-as.html

    The second paper after completing the ADF Security Assistant, there are steps to create roles and application below at point

    * "We need to use myrealm as Kingdom and not jazn.com. Create the role of valid users. "

    Could someone suggest where to put these roles?

    Thanks in advance!
    Vinod

    Hi Vinod,

    If you set up SQLAuthenticator in the JDeveloper's integrated Weblogic Server, so what happened to your case is expected, because you deleted the Weblogic instance where SQLAuthenticator has been configured. Yes, you have deleted the domaine_par_defaut instance that is located in the directory specified above. JDeveloper will recreate a new instance (not configured) the next time you run.

    To avoid reconfiguring SQLAuthenticator, you must set it up on a stand-alone instance of Weblogic (which is not located on the JDeveloper/systems user... folder.

    Kind regards

    Pino

  • 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

  • The application Mobile of the ADF and DMS synchronization

    Hi all

    I'm working on a demo an app-based mobile cross-platform, working mostly offline (using a local database that must be synchronized manually when the unit is online).

    I started to look at Mobile ADF and Oracle Database Server Mobile framework.

    Now, I'm a little confused about how these two elements interact each others.

    Looking at a video/documentation, I see that using the MF of the ADF, I can create a mobile app for iOS/Android write pure java code. Can I deploy the application by using a deployment profile to get my request, ready to be installed on my device.

    The question is, how can my mobile application be kept synchronized to a DMS MW running?

    I read the synchronization call in Applications with Mobile Sync API, using an Android Application on the Mobile Client of SQLite , ADFm integrate applications in Mobile database server

    but I don't how that is supposed to work.

    It seems that I have to add osync_me.jar library to my project, define the parameters of my file ose.ini (via SetParam.run) then create an OSESession and use the sync() method. This is supposed to get a change in delta DMS and put in it my changes executed locally.

    Isn't it? Do I need something more?

    Here How to integrate Oracle Adf Mobile App and DMS? there is a very similar question without public reaction, is there any documentation on this topic detailed?

    Thanks to you all

    There is a document located here: Oracle database Mobile Server Documentation

    Look for the doc on how to integrate the ADFm and DMS.

    This gives a step by step on what needs to be done.

  • R12.1.3 updated 11.5.10 and have several application servers

    Hello

    We are trying to upgrade the Instance to R12.1.3 11.5.10.
    12.1.3 Instance will have several application servers.

    I'll make a R12.1.1 Installation with Option to upgrade.

    What should be the procedure to several application servers?

    Finish the upgrade on a node of the Application, and then clone the other levels of applications?
    Please notify.

    Kind regards
    VN

    The current Architecture is two nodes with the Application on a node and the CM layer and DB level on another node.
    R12 Application tier is going to be on both nodes and the DB on cars.

    Please let know us on how to achieve.
    Upgrade with the node of an application and then clone or make a multi tier application node upgrade.

    Both approaches will work. However, using the cloning approach would take less time to compare several node approach.

    Thank you
    Hussein

  • Oracle ADF and Oracle Applications

    Hi all

    Can we use Oracle ADF with the latest version of Oracle E-business suite (R11i 2 in my case)? Or we need to use only the OFA and ADF can only be used for the future release of Oracle ERP?

    It will be great if anyone can list the advantages of the OFA on ADF for Oracle EBS 11i 2. I want to convince the customer that the ADF is not safe or not a good platform for customizations in the current version (2 R11i) and even for the next immediate release (R12).

    Thanks in advance,

    CAH

    Hello

    I don't think that ADF can be used with 11i applications, it may be user in R12 (it is my understanding), if you want to run in pages ADF of Apps then these pages should be located on the external server and you can access it as an external Application.

    Customization is concrened, it cannot be done using only new Applications developed in ADF ADF and if you plan to develop an application, custom Apps then ADf will be a good choice as to 11g migration will be easier (but it will not support the features Apps like KFF, FDF, accessories etc.).

    Please check Metalink Note 563047.1 on metalink for that and you can see a few articles on this www.apps2fusion.com and the Blog of Mukul.

    I hope that you will get a clear picture on it.

    Kind regards
    Out Sharma

  • WebCenter suite 11 g and ADF web application

    Hello

    I am new to WebCenter Suite 11 g.
    If I create an ADF web application (includes the .jspx file), it can be integrated into webcenter?

    Hello

    You can expose your workflow as portlets through [bridge Portlet JSF Oracle | http://download.oracle.com/docs/cd/E12839_01/webcenter.1111/e10148/jpsdg_bridge.htm#JPSDG884], or you can also extend your application of Fusion Middleware to a WebCenter App, adding the necessary libraries. What is important to remember is that, at the end of the day, a WebCenter app is an app of the ADF.

    See you soon,.
    George

  • SSO ADF and Oracle Forms?

    Hello

    Is there a recommended way to share authentication between ADF and Oracle forms?

    We currently use Oracle 11 g 2 forms and we have our forms developed in-house running on this.  I would like to start working on some applications of the ADF, but I do not know how to ensure that the username and passwords are the same for our existing forms applications and any new request to ADF we add.

    I would use JDeveloper 12 c.

    We have < 100 users, so this isn't a large installation, and most users are (same office).

    Thanks for ideas or advice.

    Check out this blog https://blogs.oracle.com/olaf/entry/ofm_11g_oam_sso_for_forms_and because it describes how using OAM.

    Timo

  • Latest stable version of the ADF and Jdev.

    Hello

    1. who is the latest 'stable' of the ADF? (12.2.1, 12.1.3, 11.1.1.6,11.1.2.3 etc..)

    2. for the latest stable version of ADF, which is the corresponding version of jdeveloper?

    3. what version of WLS is certified for deployment of ADF applications built using this version?

    Kind regards

    Yousuf Baig

    At this point you should use 12.1.3 (same version of the ADF and JDeveloper).

    If you need integration with WebCenter and BI - you need to 11.1.1.9

  • Access a secure web service of ADF Mobile Application

    Hello

    We try to create an ADF Mobile application that uses a secure web service located in Oracle EBS (with SOA Suite).

    We use JDeveloper 11 g 11.1.2.4.0

    Initially, create usd a Control(SOAP/REST) Gallery Web Service data and provided the WSDL document. We tried to run on a simulator, but not did not do anything. We have also found a way to provide the user name and password. So we left it there.

    Then we tried to create a Java desktop app to check if it was a problem with our server. In the desktop application, we created a "Web Service Client and Proxy" new gallery followed the steps and used oracle/wss_username_token_client_policy, added the code below to put the username and password and was able to call the service and retrieve data.

    (reqContext.put (BindingProvider.USERNAME_PROPERTY, "DBAKER");

    reqContext.put (BindingProvider.PASSWORD_PROPERTY, "xxxxx");

    So we thought to return to the application the ADF Mobile and creating a "Web Service Client and Proxy" it, but when we built this project, we had the ' annotations are not supported in - source 1.4 "&" generics are not supported in - source 1.4 "errors and found that ADF Mobile does not support beyond Java 1.4" "» (Is that right?)

    We then found the video "to access the secure Services of ADF Mobile Web" by Shay (https://www.youtube.com/watch?v=rk5om3o3Pas) and saw that he was using a login server.

    We wanted to confirm if you use a login server is the right path to access a secure web service of an Oracle ADF Mobile application?

    Are there other ways to do it?

    If we need to create a login server, can provide you links that will put us on the right track in establishing a connection server that can connect to the EBS?

    Thank you.

    The URL must point to a protected page that prompts the user for basic authentication.

    See an example here:

    https://blogs.Oracle.com/Shay/entry/accessing_secure_web_services_from

    As well as the blogs linked at the bottom of this entry.

  • Public Web site using Oracle ADF and Web Logic

    Hi Experts,

    We intend to develop a new web application using ADF (11.1.1.5.0) and a Web of logic 11 g server. Please share some tips to the public of sites web/web applications developed using ADF. In addition, please share details of technical challenges, issues of performance, scalability and capacity planning of creating public web/web sites with ADF and logical server applications.

    Thanks in advance
    Rouhaud

    Roudier,

    Can I use the old app on a managed server deployed with libs ADF 11.1.1.5.0 and the new app on another managed server

    In theory Yes, but so far I see you can't. The reason is that you install the adf by WLS home runtime. During installation normally install you the libraries in an oracle_common folder that gets wired up more late to run it the servers that you specify. Never tested whether you can install (not on existing day) two different sets of adf runtime in a single server. My hunch is that you may not like the wiring of the libs deep inside the wls server iis.

    In addition, ADF libs have no dependency on the WLS version (currently our WLS East of 10.3.5.0) as I can run any version ADF (11 GR 1 material, 11 2 GR) on WLS 10.3.5.0?

    There are some dependencies since the libs a WLS version. In the bookstores of adf later this are minimal as you use WLS 10.3.5 to run JDev 11.1.1.5, JDev 11.1.1.6, JDev 11.1.2.0, JDev 11.1.2.1. 11.1.2.2 JDev can be UN on WLS 10.3.5 (JDev 11.1.2.20 internal server is actually a WLS 10.3.5) but I would so do as I'm not sure you get patches for this combination.

    Timo

  • 11g (11.1.1.4) ADF and OPA

    Hello
    I'm using WLS/JDeveloper 11 g (11.1.1.4). I have also downloaded the latest modeling OPA and server (Oracle policy Automation 10.2.0 modeling and runtime).
    Then I advanced and installed the determinations - server.war in 11 g (included into JDeveloper) after you change the 'application.properties"to include the following
    Load.RuleBase.from.claspath = true
    RuleBase. Path = rulebases

    I tested the http://localhost:7101 / web-determinations / URL

    I was also able to create a form of basic rule the Modeler and run against the 'determination of Oracle Web' tool (instead of the "determinations Oracle Server").

    My questions are these.
    Q1. Deployment of rules with Fusion: I would like my users to be able to create rules and test them against a test server WLS preference Weblogic Server that hosts my web-determinations. In this regard, I would like to know how I can configure the deployment/test OPM tool against Weblogic. In other words, should I set values in tools-> Options-> development-> embedded server based rule? The only parameters that I see are for Tomcat, but I'm assumign that I can put something similar for weblogic. Any sample will be appreciated.
    Note that I do not understand the question on the rulebase.path directory. In other words, I can be
    (a) explode deploy determinations - server.war, or
    (b) add a Director with my rules to the weblogic class path, or
    (c) use something comme-Ddeterminations.server.rulebase.dir=/some/other/dir/rulebases my startWeblogic.cmd


    Q2. OPA with ADF example: can someone point me to a concrete example of the takeover bid, which has been integrated with ADF 11g. In other words, I'm looking for an end-to-end scenario where I can develop my business in takeover rules and use them in an ADF application. It would be better that the example uses values of the trade rules that reside in a database.

    Q3. OPA against OBR: can someone articulate with clarity the use cases when someone would choose OBR (business rules in the ADF) versus OPA (the product of haley) and the impact on the development of the ADF.

    Thank you very much

    Q2. OPA with ADF example: can someone point me to a concrete example of the takeover bid, which has been integrated with ADF 11g. In other words, I'm looking for an end to end scenario where I can
    develop my business in takeover rules and use them in an application of the ADF. It would be better that the example uses values of the trade rules that reside in a database.

    I got to work on a CEP of base on the integration of the OPA - ADF, a year back. Copy the relevant part here.

    http://ADF-samples.googlecode.com/files/ADF_OPA_POC.zip
    http://ADF-samples.googlecode.com/files/InstallationGuidelines.PDF

    Attached InstallationGuidelines.pdf contains steps to configure the application locally POC (some OTN links no longer works, but this isn't a problem). The sources are packaged in 2 different application one contains the UIBuilder taskflow and the other as a separate application that consumes the taskflow "UIBuilder. This is intended to simulate the real life scenario - consume UI builder taskflow from another application altogether. InstallationGuidelines.pdf contains the steps to follow to generate workflow library and the consumption of the same to a second request.

  • Project of Fussion ADF and IE6

    Hi all

    I use JDeveloper 11 g, EntityObjects, and ADF Faces.

    I noticed that it is not possible to display an ADF with IE6 application, and I would like to know if there is an alternative rendering kit which supports IE6.

    Thank you

    Joseba

    You can use the components of the Trinity to 11g to create JSF interfaces that will appear on IE6: these are the equivalent of ADF Faces 10.1.3.
    The ADF Faces Rich Client components require a newer version of the browser.

Maybe you are looking for

  • The HT820 ear and lower volume stuck button

    I had these headphones for almost 2 years works very well. I don't have a bluetooth phone, but I use my HT820 with my HP Ipaq 211 listening to music or watching movies. I also connected them to my work and the home pc. At work I connected them to the

  • Replacement of simulate signal VI with the DAQ assistant

    Hello I have a VI fucntioning, where signal comes 2 simulate VI signals and is being recorded. I replaced that with the DAQ assistant. I want to know if the wiring is correct and if it will give me the same result as the simulated VI. Thank you.

  • Optimization of 2D image is not refresh properly

    I have an application that displays an image in a 2D image indicator and draws a few rectangles and lines on the top of the image. The locations of these lines of change throughout the day, and the application is designed to run reduced and then give

  • TravelMate B113 - M BIOS version is newer than the available downloads

    I have an Acer Travelmate B113-M. My BIOS has gone bad and is stuck at the loading screen with press to access the configuration. F2 does nothing, but by pressing the ESC key gives me more information. Insyde H2O EFI 3.7Coyright (c) 1983-2012 Insyde

  • SC40220 - iscsi - 2 * FD - unable to discover through the 2nd IP Portal

    Hello Trying to get multipath and switch fabric resilience working with installation of FD double on the SC4020. MSDS are ISCSI1 and ISCSI2. Addresses IP SAN 10.154.167.205/24 address IP ISCSI1 Controller X p1 10.154.167.201/24 Controller Y p1 10.154