• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

compatability between oc4j and other application server

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know oc4j comes with jDeveloper. I have following questions ---

1. is oc4j a web container or application server ?
2. does oc4j support EJB and web service ?
3. if I develope some web application and test it on oc4j on windows 2000, how do I deploy this application to another application server like weblogic on UNIX ? Does the difference between weblogic and oc4j require me to make lot of changes on my code ? or can I just deploy the entire EAR or WAR without change ? What kind of change is essential ?
 
Ranch Hand
Posts: 216
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let me give you the best answer I can think of.
1. oc4j is an app server.
2. oc4j does support EJBs and web services
3. with both being j2ee compliant you shouldn't have to make any changes. In theory there shouldn't be any code changes and you should be able to simply drop the ear file. In practice you might have to change some config file(s) but that's a guess on my part.
 
Steve Mutanson
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
one more question ---

I know Oracle 10g JDeveloper comes with the oc4j server. If I have installed another applicationweblogic on windows and create a EJB or WAR using jdeveloper, can I use weblogic instead of oc4j ? The reason why I ask this is I am afraid that jdeveloper is too much closely tight with oc4j...
 
Vladan Radovanovic
Ranch Hand
Posts: 216
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well then my answer to you would be a question: What's forcing you to use JDeveloper?
I work with oc4j every day but we never needed to deploy our ears elsewhere. There is a chance that JDeveloper might create orion-ejb-jar.xml (which is container specific deployment descriptor) therefore your ear might have it, but I doubt that. Would weblogic complain because of that extra file? Don't know.
Probably the best thing for situation like this is to spend an hour and create simple app and see if weblogic complains.

HTH
 
Let nothing stop you! Not even this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic