• 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

Top down WS development in JDK1.4

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I need to perform top-down web service development for JDK1.4
I would like to provide wsdl as input to an IDE plugin and have interfaces for ejbs and types auto generated.
I know this can be done in EE5, how can I do this also in 1.4?

Thanks for your help
Regards

Vincenzo
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

By "top-down", do you mean "interface first"? Do you want to generate the client-side classes, or the service classes, or both?

Also, by "JDK 1.4", do you mean "JSE 1.4" or "J2EE 1.4"?
 
Vincenzo Turco
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ulf Dittmer wrote:Welcome to JavaRanch.

By "top-down", do you mean "interface first"? Do you want to generate the client-side classes, or the service classes, or both?

Also, by "JDK 1.4", do you mean "JSE 1.4" or "J2EE 1.4"?



Hi Ulf, thanks for replying
Yes, I mean interface first and EE1.4. I would like to generate the server-side classes in which to implement the actual service code.
Ideally I would like the plugin to generate EJB2 and config files to expose it as WS, is that possible?

Thanks
regards
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic