• 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

Creating Web Services With J2EE 1.3

 
Ranch Hand
Posts: 361
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to create web services to be deployed on an application server with J2EE version 1.3.

Reading the J2EE tutorial, it says I only create and interface and an implementing class. The example the generate helper classes is using Sun One Studio and Sun One Application server.

I am using latest beans version. How can I with netbeans and glass fish create a J2EE 1.3 Web Service.

Thanks in advance.
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Khaled Mahmoud:
How can I with netbeans and glass fish create a J2EE 1.3 Web Service.



???

Glassfish has always been Java EE 5.

SOAP Web Services were never mandatory under J2EE 1.3 - they where optionally supplied through non-compliant vendor extensions. SOAP web services became a mandatory part of J2EE with 1.4 using JAX-RPC. JAX-RPC is deprecated under Java EE 5 and replaced with JAX-WS 2.x.
 
reply
    Bookmark Topic Watch Topic
  • New Topic