• 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

Developing web service in J2EE 1.4

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to develop and deploy a web service, which is give in the book J2EE Web Services By Richard Monson-Haefel chapter 9 session 1. The book does not tell how to configure the web service. can you help me configure the web service and deploying it.

 
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 P Sathish Kumar:
I am trying to develop and deploy a web service, which is give in the book J2EE Web Services By Richard Monson-Haefel chapter 9 session 1. The book does not tell how to configure the web service. can you help me configure the web service and deploying it.



Ultimately that depends on the SOAP web services stack that you are using. The easiest environment for the RMH code is the Sun Java System Application Server PE 8.2 + Java Web Services Developer Pack 1.6 (JWSDP 1.6) - see the bottom of the SCDJWS FAQ for details. That environment is basically the "reference implementation" of the J2EE environment that RMH is assuming.

The The J2EE 1.4 Tutorial contains tutorials like Building Web Services with JAX-RPC and A Web Service Example: HelloServiceBean that explain how to develop and deploy J2EE web services on the Sun Java System Application Server.
[ December 23, 2008: Message edited by: Peer Reynders ]
 
I just had the craziest dream. This tiny ad was in it.
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