Getting started with JDev and 11i

Good morning everyone. I currently have access to an 11.5.10.2 Apps instance running on ATG RUP6. I am looking to start some BPEL development and have a couple questions regarding the development and server tools necessary for this.
1. I don't have the Metalink note(s) handy, but what I've read says that for 11i development with JDeveloper, you need certain versions of JDev available from Metalink as a patch. If I recall, they are all various patched versions of JDev 9i. Is it not possible to use the latest 10g version? From what I have seen, there are many many improvements from 9i to 10g, and I would really like to use the best tool available!
2. Several blog entries and Oracle white papers discuss creating BPEL processes that will work with EBS. For example, this one here: http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/bpel_ebuz/bpel_ebusiness.htm
In the few that I have gone over, they all say to download and install JDev, 11i (11.5.10+), and the SOA suite. I do not understand the part about having to install the SOA suite -- why is that necessary? Does 11.5.10 not have the necessary components to start doing BPEL development? This is not such a big deal for someone with a personal computer doing practice development, but at a company, we are talking about having to install and maintain a rather significant component. Is there anyone here who is actively developing BPEL processes for a production environment that can share some details regarding this?
Thanks for all of your input!
ryan

I found the note to my first question: 416708.1. It says that specific versions of JDev are required depending on your ATG tech stack version. For 11i, they are all 9i versions. Specifically, it says "When you create extensions to eBusiness OA Framework pages, you must use the version of JDeveloper shipped by the eBusiness product team.". To amend my question, would this mean that I could use JDev 10g for BPEL development in 11i and stick to the particular JDev 9i only when modifying OAF web pages in 11i? Again, I would like to use the latest dev tools where possible.
Thanks again.

Similar Messages

  • Get started with file and font sync

    Get started with file and font sync how do you access the 700 free fonts?

    Have you requested and received an email that you're eligible for File and Font Sync early access?
    If you have, go to creative.adobe.com and download the latest version Creative Cloud desktop after you log in with your Adobe ID.
    Then when installed, you should be able to click on Fonts to browse on the Typekit website.

  • Where do I get started with OAS and JSP ?

    Where do I get started with OAS and JSP ?
    Resources?
    Please point me in the right direction!
    Post and/or email me at [email protected]

    The simplest way is to read OAS4082 Documentation:
    Developer's Guide: JServlet and JSP Applications.

  • Getting started with Java and XML

    Hi,
    Although I am pretty familiar with Java, I am a total newbie with using it to parse XML. I have been reading quite a few tutorials so am getting a good understanding of it and am thinking of using the DOM model for my purposes.
    What I haven't been able to find, however, is how I can actually get started with this. I have tried compiling a few examples and have been getting errors such as:
    xmltest.java package javax.xml.parsers does not exist
    xmltest.java package org.w3c.dom does not existetc etc...
    It looks like these packages don't come with J2SE. Can anyone confirm this? Do I need to download and install the Java Web Services Developer Pack to solve this problem?
    Finally, I know I will need an XML parser but have read that JDK 1.4 has it's own parser (Crimson). Is this adequate for parsing XML files or will I also need a parser such as Xerces?
    Thanks so much for any help!

    Hi DrClap,
    Thanks for the reply. I have JDK 1.4.1_02 installed on my server but the following error keeps coming up when I try to run my example:
    Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/NodeAre there any further packages I need to download in order to run Java with XML? I have read some people install JAXP and XERCES... are these necessary for parsing an XML document or should J2SE 1.4.1 be sufficient?
    Thanks for your help!
    Jill

  • Getting started with ATG and Eclipse

    Hi,
    I am newbie in ATG web commerce. I am doing some R&D how to integrate ATG with eclipse JBoss and oracle. I searched on Google, there is one very interesting topic about getting started with atg, jboss, oracle :
    http://atgdeveloper.wordpress.com/2009/04/19/getting-started-with-atg-jboss-and-oracle
    It is very helpful to me but there is one problem what are the requirements of eclipse to integrate it with ATG. Is there any ATG plugin, which I can download all the plugin for eclipse and please can anyone help me if there is any ATG configuration documentation available, please share link or document(if there is complete step-by-step documentation available).
    I will greatly thankful to you. Very very thanks in advance.
    Thanks,
    Manveer
    Edited by: msingh on Nov 9, 2011 3:37 AM
    Edited by: msingh on Nov 9, 2011 3:38 AM

    Hi GarethR,
    I have a looked on ATGInstallationGuide.pdf, which url it shows is not working http://www.atg.com/eclipse. I think the url for ATG plugin has been changed now but I didn't found that url on google. Can you please help me to get correct url.
    When I try to use this url using eclipse update manager. It shows me no features available for this site.
    Thanks,
    Manveer

  • Getting started with air and android

    Hi,
    I made a game using flash as3 technolgy some time ago, that is deployed in a website. I've been studying the possibility of porting the game to mobile devices (android). Is that possible? Wich level of effort am I going to need? Wich tools from adobe am I going to need?
    I think that's all for now... thanks!

    That's great! I also bought a book in amazon to help me to get started
    Thanks!!
    Sent from my iPhone
    El 09/04/2011, a les 23:20, Saumitra Bhave <[email protected]> va escriure:
    The development process remains almost same. In flash development you create swf and put it in HTML using object or embed tag. In Adobe AIR you create SWF and package it using the ADT tool which comes with AIR SDK.(But, With adobe AIR you get some more APIs which you don’t have in Flash)
    While packaging you can tell the adt to package for Android, iOS or any desktop. And provide the required parameters along with the SWF and application xml.
    Once you create the apk. You can install it on actual device or android simulator.
    For testing purposes you can generate a self signed certificate using java -keytool command.
    You can google any of the following things to get started.
    1. Android SDK, adb tool, creating Android emulator
    2. AIR adt - package command for android
    3. java -keytool help
    >

  • Getting started with oracle and jdbc

    i have downloaded ojdbc14.zip from oracle.com
    it's documentation only tells you about the api and the packages and nothing about how to configure it.
    how do i get started? where do i unzip those files and what to do next?
    please help

    "The Old oracle.jdbc.driver Package Will Go Away Soon
    If you still have existing applications that use the
    old oracle.jdbc.driver
    package, now is the time to convert your code."
    And who is so foolish as to use concrete types
    instead of java.sql and javax.sql interfaces or embed
    driver class names in their code? Well, anybody who's more interested in optimal performance than being generic, and willing to put up with the headaches of that, such as providers of high-performance OR mapping tools or someone tuning a very heavily used bit. Or anybody working in a committed Oracle-only shop. It's not a one-size-fits-all world...
    Again, Oracle is evolving the standard. No, the standard is Sun's java.sql interface.Yea, Sun evolved Java, and Oracle is recommending the use of Datasources to keep step with that evolution...
    This still
    works, but Oracle is shifting away from <sid> and
    using <service name> instead. The alternate syntax
    for the URL is:
    String url=jdbc:oracle:thin:@<host>:<port>/<database>
    This has been true for as long as Oracle has had a
    thin, type IV JDBC driver. The URL syntax hasn't
    changed.
    Yes it has and Oracle says it has, here:
    http://download-west.oracle.com/docs/cd/B14117_01/java.101/b10979/urls.htm#BEIJFHHB
    Wherein it is written, in Section 3.2.1 of the Oracle� Database JDBC Developer's Guide and Reference, the sesction on the several supported URL formats for Oracle 10.1
    Notes:
    * Oracle Service IDs are no longer supported at 10g Release 1 (10.1).
    They go on to list three URL styles supported:
    Oracle Net connection descriptor - like an entry in tnsnames.ora (ick!)
    Thin-style service name - the most common, what was quoted above.
    LDAP syntax - for having an LDAP service resolve the database for you
    However, in the old 8.1.7 JDBC documentation, here:
    http://download-east.oracle.com/docs/cd/A87860_01/doc/java.817/a83724/basic1.htm#1006213
    Oracle lists support for:
    Net8 connection descriptor - Net8 is the old name for Oracle Net
    Thin-style sid name - what was quoted in the post to which I first responded.
    Thin-style sid name syntax has a colon between the port and the sid; thin-style service name syntax has a forward slash between the port and the service name. SIDs and service names are not the same thing, although they serve the same purpose in a URL (connecting you to the right instance) and often have the same value. However, a SID for a database is set at DB creation time, is unique to the DB, and cannot be changed easily. Multiple service names can be configured for a database, and they can easily be changed (if you're the DBA). Oracle is providing an additional leval of abstraction by moving to service names, to support additional features and choices. While many installations don't need all that and have in essence ignored the distinction bewteen SID and service name, some multi-database projects can benefit from it.
    >
    StuDerby, I think you should look into this a bit
    more. Your advice is far from optimal, IMO.
    Yeah, I could've taken the time to write a more generic, newbie friendly repsonse; instead, I lifted directly from the Oracle documentation that was cited earlier since newbies seem to have an aversion to reading documentation.

  • Getting started with DW and PhoneGap

    I've checked the videos and the FAQs, and I can't seem to find an answer to this simple(?) question:
    How do you initially create a PhoneGap app within DreamWeaver?
    The videos show things such as how to upload/build/install/etc such an app, but they all start with "here's the app that's ready to build".  They already have assets such as "phonegap.js" as part of the project.

    Try this tutorial:
    Create & package Mobile app with DW, jQuery Mobile & PhoneGap
    http://www.adobe.com/devnet/dreamweaver/articles/dw-phonegap-mobile-app.html
    Nancy O.

  • Getting started with CF10 and Dreamweaver

    I'm trying to get some HS students started on CF10 and Dreamweaver (used together).  Back in the day, Macromedia had an awesome little tutorial that showed how to get everything all set up and program a simple web app.  Can anyone point me to a similar tutorial for CF10 and Dreamweaver.  I've tried to get started but seem to get errors on every step (for example it won't let me use an Access database).  My preference is to use Dreamweaver to write a lot of the code (initially).
    Thanks for any help people can provide,
    Ben

    Here is your answer:
    http://blogs.coldfusion.com/post.cfm/coldfusion-10-64bit-and-msaccess

  • Getting Started with Flex and Java RPC for Free?

    Good Morning,
    Please forgive me if this is the wrong place to post- I'm
    just having trouble wrapping my head around what is and what isn't
    available for free in the Adobe Flex world.
    I've been working on an application for the last few months
    using Open Laszlo (
    http://www.openlaszlo.org/),
    but I've been running into frustrations with their lack of
    up-to-date documentation, and I've found it difficult to bring new
    people into the project, since the set of users who know it is so
    small.
    While I do like that I can compile to DHTML, that's not
    enough to hold me there.
    I've been looking into Adobe Flex, and it seems like a good
    alternative- I'm comfortable paying $500 for the IDE-
    I use Eclipse currently, so having a plugin for it sounds
    ideal. That said, when I look into ways to talk to a Java backend,
    everything points to Flex Data services, which is now part of some
    larger package costing tens of thousands of dollars.
    I don't need advanced messages, or data synchronization, as
    nice as it would be.. All I really need is the ability to call a
    Java method, and get an object back, which I can then work with in
    Flex.
    I see the forum message that asks
    "How
    do I 'do' Flash for free?, but this only talks about RPC very
    broadly. Given that the message is from over a year ago, I thought
    it would be better form to start a new topic, than replying to it.
    Can someone explain to me what components I'd need, both on
    the client side and the server side?
    Is there a set of manuals that explain how to do Flex RPC
    from Java?
    Can Flex compile to any versions of flash earlier than 9?
    (Flash 6/7 is still in wide deployment)
    Do I want to start using Flex 2, or Flex 3? Are the
    components compatible? Will the F3 docs be ready?
    Finally, where can I purchase the Charting components? The
    ability to create charts such as
    this
    overcome a decent price barrier.
    Thank you for any insight you can offer, and direction you
    can provide.

    quote:
    Originally posted by:
    cunparis2day
    On our project they made a proxy in java where they passed in
    the name of the method as a string, and an array of objects for the
    parameters. The proxy then sent the request via RMI and returned
    the result. Kind of a hack but they say it worked (I wasn't here
    when they did it).
    What did the RMI talk to? Are there docs on this?
    quote:
    Another approach, generate the proxy from the java
    interfaces. Or better yet, generate it dynamically with CGLIB.
    quote:
    Finally, I'm investigating using Mule for the integration.
    Let me know what you think about those suggestions.
    We have our own messages, but how would MULE translate them
    to Flex?
    You know quite a bit more about this, can you take a step
    back, and explain?

  • Getting started with JMS and weblogic 10

    Hi,
    Do anyone have the refer doc or tell me do i create a simple Sender client and reciever client tht use JMS Admin object on Web logic server.
    I tried with weblogic example but they run in their directory.
    How do i write separate program in notepad and run from command prompt.?????
    What is the classpath requiered to set??
    what are the jars required and where do i get those jars??
    Plzzz help i m tryibg to learn JMS on weblogic.
    Thanks
    Rohan Lopes

    Hi,
    I tried running my First JMS code, but it seems there is some problem on my ConnectionFactory setup. Here is the exception stacks:
    Exception in thread "Main Thread" javax.naming.NameNotFoundException: Unable to resolve 'QueueConnectionFactorAllwyn'. Resolved '' [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'QueueConnectionFactorAllwyn'. Resolved '']; remaining name 'QueueConnectionFactorAllwyn'
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:217)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
         at weblogic.jndi.internal.ServerNamingNode_1000_WLStub.lookup(Ljava.lang.String;Ljava.util.Hashtable;)Ljava.lang.Object;(Unknown Source)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:379)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:367)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at jms.QueueSend.init(QueueSend.java:53)
         at jms.QueueSend.main(QueueSend.java:94)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'QueueConnectionFactorAllwyn'. Resolved ''
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1138)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:251)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:171)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:205)
         at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
         at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
         at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    My Code where queues and connection factory is defined is:
    // Defines the JNDI context factory.
    public final static String JNDI_FACTORY="weblogic.jndi.WLInitialContextFactory";
    // Defines the JMS context factory.
    //public final static String JMS_FACTORY="weblogic.examples.jms.QueueConnectionFactory";
    public final static String JMS_FACTORY="QueueConnectionFactorAllwyn";
    // Defines the queue.
    //public final static String QUEUE="weblogic.examples.jms.exampleQueue";
    public final static String QUEUE="exampleQueueAllwyn";

  • Getting started with flex and Eclipse 3.1?

    Hi all,
    Im a java Eclipse RCP developer and I wanted to work on some small apps using flex.
    I have been searching around on the web for instructions on how to get everything set up, but most of them seem to skip a  few steps.
    I am using Eclipse ganymede (3.1), and have downloaded the flex sdk.  Is there a plugin or something for flex that creates the proper perspectives in eclipse?  Or what exactly do I need to do?
    Also, I see that flex uses mxml, if I want to use flex and java as opposed to flex and php or coldfusion (the only examples I saw) is that possible?  I guess Im slightly confused as to what exactly I am writing this app in... java?  Actionscript?  Php? ??
    Basically my goal is this:
    Use eclipse 3.1 (not flex builder)
    Write an RIA that can also use AIR
    Connect to a MySQL database on the backend
    I have very little experience (or need) for J2EE, but maybe I should use it?
    Can anyone point me to a good tutorial that will get me going to achieve my goal?  Or tell me what exactly I need to install, and how to put it together?
    Thank you!

    You need Flex Builder plugin version.
    Trial version here:
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=flexbuilder3

  • How to disable "getting started with Firefox" web page when starting Foxfire?

    Every time I open Firefox I get the additional web page "getting started with Firefox" and do not know how to disable it. Can you help?

    The page may be set as an additional home page, the following link shows how to check and set your home pages - https://support.mozilla.com/kb/How+to+set+the+home+page

  • Getting started with 8i Lite Trial

    I have a copy of 8i Lite that I downloaded from the Oracle site and I have a few questions that I have not been able to answer in the documentation. I want to use this in conjunction with Codewarrior on a Palm platformave a Symbol 1740 Palm-based scanner. I am just getting started with this and want to get an understanding of how I can use this in batch and realtime environements.
    - Is there any way to run 8i Lite in a 'trial mode' on a Windows 98 PC without an existing Oracle 8 server?
    - Can I use iConnect with a 7.3 DB server used by Oracle Apps 10.7? I see where it is mentioned on the web where it will support this but in one of the doc files, it says iConnect only supports 8 and 8i.
    - Is there a sample DB included with the 8i Lite download that I can 'play' with?
    Please e-mail me at [email protected]

    Hi
    If I remember I think a lite database named POLITE is the default database and use iconnect to connect to it
    scott
    tiger
    ODBC:POLITE
    Try it and let me know if it works
    Thanks

  • I have very thin, colored lines running vertical on my desktop monitor screen.  I don't know where they come from or how to get rid of them.  I started with one and now have three.  Can anyone give me some insight about what to do in getting rid of them?

    I have very thin, colored lines that have shown up on my IMac monitor screen.  I don't know where they came from or how to get rid of them.  I'm concerned now because I started with one and now have three.  Does any know why this occurs or how to get rid of them?

    I got an address from Applecare, although I can't place my hand on it right now. I didn't bother persuing the letter route myself as I didn't expect much. I know that the location was Cork, Ireland though as that where the UK Applecare is based as far as I'm aware. The best thing to do is to call Applecare (if it's free) and discuss the issue. State that you are not happy wit the fact that you will have to pay to have the problem resolved especiiay if it is an ongoing problem that has not been resolved. I ended up speaking to a senior manager of the Applecare team who then proceeded to tell me about mailing in my grievence to customer services division or something like that.
    If I can find the address I may post it if I'm allowed.
    In the case of age, Schools usually have a 5-year life-cycle as they tend to be used differently than consumer machines, i.e. being used constantly on a daily basis for at least 12 hours with no break. you would expect issues to appear after a few years, but I expect problems that arise through defects to be resolved and stay resolved. As I mentioned we had machines for around 2 years before the lines appeared and sent them to be repaired. I'm happy with that. What I am unhappy about is the fact that the problem has reappeared exactly in the same way and now I'm left with around 7 machines that I either pay loads to repair or, the more likely replace the machines with newer ones since the age is now big enough to warrant the replacement.
    Sorry for the lengthy moan, but these are the reasons I purchased Apple ahrdware in the first place to avoid the "not our problem" stance some PC vendors  usually take, similar to the Dell monitors thread mentioned in here somewhere.

Maybe you are looking for

  • What is the diffrence between BAPI and RFC and business object

    Hi Experts, Can anybody tel me what is the diffrence between RFC and BAPI , and also what is ther relation with business object? Thanx in advance. Nilesh Hiwale

  • I need a step-by-step plan: my WD external hard drive is 'read only'

    Hi, I hope someone can help me, because i'm in quite a pickle. I bought a WD 500 GB external hard drive a couple of months ago. I have a MacBook Pro version OS X 10.8.5. The problem I have now is that I haven't used my external hard drive for a coupl

  • Master Collection Student and Teacher Licensing Commercial Use?

    Hello, I purchased the CS5 Master Collection from my college under this program. I know it's a perpetual license and that I can upgrade to a commercial version of CS6. I live in North America and purchased CS5 in North America as well, so I think it'

  • ADF security at runtime

    Hi All, Is there any posibility to edit resource grant at runtime in adf applicatoin deployed on standalone weblogic with LDAP configured. based on this blog i guess i need to edit system-jzan-data file. here is detailed senario app role created abc

  • Setting up POP e-mail on a Muse site hosted on Business Catalyst

    Hi, I've recently taken a Muse site 'live' using one of the 5 'credits' I got with the Creative Cloud Subscription.  This, I understand, means that the site is hosted on WebBasics+ service, which includes hosted e-mail. The domain name has been regis