• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

AS compatibility

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does my web services that is created out of oracle jdeveloper wizard can be implemented and invoked using other AS containers aside from ORACLE AS(such as tomcat, etc..)?..thanks guys
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes it should work, but then again, there can also be many reasons why a WS created with Oracle JDeveloper and deployed on an Oracle AS will not work on other AS.

One of the main reason i can think of is jars that an are available both in JDeveloper and the Oracle AS by default may not be available in other AS. And perhaps the Oracle License may not allow you to copy these jars to other AS.

I have never used the Oracle AS or the JDeveloper, but these problems are fairly common when you have to move Web Applications from one AS to another.

The only way to know is to try it and find out

Regards,

Saqib
 
reply
    Bookmark Topic Watch Topic
  • New Topic