How to deploy a complex EJB application?

Hi!
I have 3 questions.
1. Is it really possible to deploy complex EJB applications with Oracle 8.1.7 ( or 9i )?
I mean, something like, for example, Sun's Java Pet Store. Because all examples that I've seen on Oracle's technet site contained not more that one enterprise bean.
2. Am I allowed to use JDK1.3 when I develop
applications that will run on Oracle JVM? When I compiled the "Customer" entity bean example having only JDK1.3 environment on my machine, the deployejb tool failed to deploy the bean. When I switched to JDK1.2.2 environment, the problem was solved ( I use Win2000 Professional OS )
3. When will Oracle support Collection for finder methods return? It's so uggly, slowly and unpractical to work with Enumeration....
Thanks a lot!

OK. I know the Java 2 EE, and I work since 2 years with it. I know all the specifications, and API's. Of course I know that the XML files are deployment descriptors. In fact, the application that I want to deploy with Oracle App. Server was succesfully deployed an runned by me on Weblogic and on OrionServer. So I just wandered IF there is an example of a complex app deployment with Oracle App Server ( like, for exampe, BEA delivers it's App. Server with Java Pet Store deployed ), so that I can see how Oracle App. Server do O/R mapping and IF I am able to use their App Server for development purpouse also.
Thanks a lot.

Similar Messages

  • Hi team, please help me how to deploy creative cloud desktop application through SCCM for an enterprise

    Hi team, please help me how to deploy creative cloud desktop application through SCCM for an enterprise

    Moving this discussion to the Enterprise Deployment for Creative Cloud, Creative Suite forum.

  • How to deploy and run  EJB in eclipse without XDoclet

    Hi Friends
    I am new in j2ee.In my academic project i want to do some ejb programming.
    For that purpose i want to write some ejb's.I have written all required class for ejb,created ejb-jar.xml file manually,weblogic .xml file manually. I am using weblogic8 as an server for deployment.
    I know deployment with xdoclet but i want to know hoe to deploy ejb without xdoclet.
    If u have saple code or useful link regarding this please send it as soon as possible.
    Thanks in advance
    How to deploy and run EJB in eclipse without XDoclet

    HI Welcome to J2ee...
    I am also new to this...But i ll share my ideas with you...
    In EJB 3.0 No need of any Deployment Descriptors....
    And If you are using Eclipse You can Deploy(as jar) using Export in File tab...
    XDoclet is not mandatory...
    Gopal V

  • How to deploy CE7.1.1 applications in EP7.0.

    Hi All,
    how to deploy CE7.1.1 applications in EP7.0.,is it possible to deploy or not.
    any one help me
    regards,
    jasmine

    Hi Jasmine,
       It's not possible deploy a Java EE aplication developed in SAP CE 7.1 into EP 7.0 because the XML descriptors have differents formats. Try to use the export options over your applications and maybe you will found some options to help you.
    Best Regards
    Ivá

  • How to deploy and run ejb

    I am new to jboss.How to deploy ejb in jboss and what is the configuration structure for jboss.
    Thanks in advance,
    Bala

    Once you have a ejb jar, copy it to $JBOSS_HOME/server/default/deploy, and it will be automatically deployed and started. You can then access the bean from stand alone java applications, servlet/jsp, aplication client, etc.

  • How to deploy oracle forms + J2EE application in single OC4J instance

    We have ORACLE forms application, which is deployed in OC4J Instance in application server.
    There are some modules, which are developed in Java/J2EE, which are invoked from Oracle forms application. Currently this java application is
    deployed in separate OC4J instance.
    Could you please help us how to combine this forms +J2ee application in single ear file,
    And this ear file has to be deployed in one OC4J instance.

    Maybe have a look at :
    http://download.oracle.com/docs/cd/B14099_19/web.1012/b14032/basics.htm

  • How to Create One Full EJB Application?

    Hi,
    Does Anyone knows how to Create the EJB Application, as JSP as The Client using Eclipse and Weblogic?
    Thanks in Advance,
    Sundar

    Dont they come with sample projects.
    else search for tutorials in the net

  • How to deploy the custom java application for self regaistration in portal?

    hi,
    I have created a custom java application in NWDS for Self Registration of new users.I am working on EP 7.02 and the standard self registration application is a Web dynpro java application.
    How can i deploy my custom java application built as a par file in place of the Web dynpro java application?
    Thanks,

    Hi Amarys,
    If you have developed the PAR file in NWDS then you can deploy the PAR in the server with NWDS ( [Check Required Settings |NWDS 7.0 does not deploy PAR;) or in server directly (system administrator > support >> portal runtime >> administration console)
    Best Regards
    Arun Jaiswal

  • How to deploy and remove one application from WebLogic server

    Dear Friend:
    Do you know anyway that I can deploy or remove an application using
    command line intead of administration console when the WebLogic
    server is running?
    Thanks in advance,
    Damon

    I think we have to clean ( already scheduled for next release) list of some of the
    supported API on various MBeans. However just FYI , there is an "void
    setURI(java.lang.String)" method in Component MBean that you could use.
    Viresh Garg
    Pamela Minthorn wrote:
    I am also trying to automate application deployment process. I have looked at
    the docs you suggested below and am wondering why the ComponentMBean has a getURI()
    but not a setURI().
    Here's a snippet from my config.xml that I want to automate:
    <Application
    Deployed="true"
    Name="TestApp1"
    Path="E:\WebApps\version1">
    <WebAppComponent
    Name="TestApp1"
    URI="TestApp"
    Targets="myserver"
    />
    </Application>
    I haven't figured out how to set the URI.
    Also, it looks like this should also be possible using weblogic.Admin. Is that
    true?
    Thanks,
    Pam
    Viresh Garg <[email protected]> wrote:
    You can write a JMX java client and create an Application Admin Mbean
    and then use the application MBean and component MBean interface to set
    the targets for components and deploy them . For more information look
    at the JAVAdoc for:
    weblogic.management.MBeanHome
    weblogic.management.configuration.ApplicationMBean
    weblogic.management.configuration.ComponentMBean
    Let me know if you have addional questions.
    Viresh Garg
    Principal Developer Relations Engineer
    BEA Systems
    Damon wrote:
    Dear Friend:
    Do you know anyway that I can deploy or remove an application using
    command line intead of administration console when the WebLogic
    server is running?
    Thanks in advance,
    Damon
    [att1.html]

  • How to deploy a normal Java application onto Sun Server

    Hi
    How do you deploy a normal Java application onto the Sun server...what are the required config files one needs to set etc

    You might want to start with the Java EE 5 tutorial, available here :
    http://java.sun.com/javaee/5/docs/tutorial/doc/
    --ken                                                                                                                                                                                                                                                           

  • How to deploy and test J2ME application on handset???

    Hi all,
    I write an application using j2mewkt toolkit and generated all jad and jars.It's working fine on test models but want to test it on handset.Can naybody tell me how to deploy and test it on Handset,what basics i required,kindly tell me step-by-step as i m novice in J2ME.
    thanx

    STEP-1
    Create the package - In the J2ME Wireless Toolkit Menu Select "Project"-"Package"-"Create Package". It creates jar and jad file in the bin directory.
    STEP-2
    Converting this file from m/c to device : There are many tools to transfer your midlet suites to your device. for example MIDWay Tool
    The MIDWay tool allows you to download MIDlet suites to your developer-enabled device via SERIAL CABLE. Please note this is a preview of the tool included in the upcoming Motorola SDK for J2ME v3.1. The MIDWay v2.6 preview only supports the following devices : V60i, V66i, T280i, T720, T720i, A830
    For this tool to work properly your device must be enabled for development and the "Java
    STEP : 3
    Open the jad file from Midway Appplication in which it imports the jad file and export it to the device. This is done by jam (Java Application Manager) takes responsibilities for this function i.e., the jad file is installed to the device. After installing it u can test as same as in emulator.

  • How to deploy java stand alone applications

    I need to find information on how to deploy java classes to just run time clients.
    I appretiate any help on this.

    Probably yes. It is possible to write a lunch application. But what considerations do I have to take. Let's say, Since Forte for Java 4 does not use CLASSPATH environment variable, How do I tell the JRE where my classes are located? I tried running
    javaw c:\directory\classname.class
    ...but I receive a message saying that the main class was not found...
    Do you know why this could be?

  • How to deploy Forms/Reports 9i Application on Internet

    Hi Forms gurus,
    We install Oracle 9IAS Server on LINUX to deploy Forms/Reports 9i applications. Applications are well deployed using the local network.Now we want to deploy using Internet. I would like to know, the step i must follow to do this.
    PLZ it's very important. I'm waiting for your answer.

    A technique should might be to create a WAR file with fmx and rdf inside, an deploy it.
    For creating WAR file, use Jdeveloper or ant.
    For deploying war file, use Oracle9iAS EM control, and add the war to OC4J_BI_FORMS instance.
    Then, either the formsweb.cfg is already configured, or you need to add some setup (to be done ...).
    A brand new formsweb.cfg file can be give as a parameter of OC4J startup (if needeed).
    If the fmx are not already made for Linux, you must do it before packaging them in the war file.
    Of course, it's just a track to explore, but it can be interesting in case of a single deployement on multiple OC4J instances.
    Another way is to use WEBDAV !
    Patrick.

  • How to deploy or remove an application from WebLogic server?

    Dear Friend:
    Do you know anyway that I can deploy or remove an application using
    command line intead of administration console when the WebLogic
    server is running?
    Thanks in advance,
    Damon

    Yes, you can use the command-line weblogic.deploy utiltiy to do the
    same.
    For more info:
    http://e-docs.bea.com/wls/docs60///////adminguide/utils.html#1138475
    cheers,
    Mihir
    Damon wrote:
    Dear Friend:
    Do you know anyway that I can deploy or remove an application using
    command line intead of administration console when the WebLogic
    server is running?
    Thanks in advance,
    Damon

  • How to create the simple EJB Applications.

    Hi
    I have asked about the what are the necessary softwares required for creating the Simple EJB Applications.
    I have
    Jdk 1.6,
    Netbeans 5.5,
    J2EE5 ,
    Apache Tomcat 5.5
    what are other necessary softwares?please tell me From where i get the source code samples?
    Please Tell me it is necessary for me..

    Hi U,
    Tomcat is only JSP/Servlet container -- no EJB support.
    Easiest is to download the Netbeans 6.1 bundle including Glassfish and JavaDB, thats all you need + JDK and Java EE of course.
    Glassfish has both web/JSP/Servlet-container and EJB-container, so Tomcat is not needed then.
    ( If for some reason you really want to use Tomcat, you can use it together with OpenEJB for example, to add EJB-support. )

Maybe you are looking for

  • Oracle 10g Enterprise Manager Console bug?

    I think I have come across a bug in the Oracle 10g Enterprise Manager Console. If I go into my database, then into the schema, select your schema from the list, then tables. Now once your in your tables, find one that you know of and know fairly well

  • Objects hyperlinked to pages?

    I am hoping someone has found a solution to this, or that IBA is going to come out with a feature upgrade soon? It sure would open up the interactivity of a page if you could have objects link to other pages. I know that text can link to a figure on

  • Opening RTF Documents

    Using Dreamweaver for the first time.   I tried to use it to open an RTF document and it showed all the Markup and formatting elements. Is it possible to open an RTF document in Dreamweaver so the document markup is not displayed? How?

  • Connecting MAC and PC to Airport Express

    We have a MacBook and an HP PC-- Is the AE print server compatible with an HP C3100 printer (didn't see it on the iFelix list)? If so, will the PC be able to see it on the network? Thanks for your help--

  • How you change directory in Java

    Can someone tell me how to change directory in java ? Sample code would be much appreciated. Thanks in advance.