This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Top down WS development in JDK1.4 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Top down WS development in JDK1.4" Watch "Top down WS development in JDK1.4" New topic
Author

Top down WS development in JDK1.4

Vincenzo Turco
Greenhorn

Joined: May 15, 2009
Posts: 12
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


SCJP6 (90%), SCDJWS (74%), SCBCD (83%), SCEA next? ;)
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35237
    
    7
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"?


Android appsImageJ pluginsJava web charts
Vincenzo Turco
Greenhorn

Joined: May 15, 2009
Posts: 12
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Top down WS development in JDK1.4
 
Similar Threads
Iterative vs. Incremental development
Jdk 1.4 with WAS 3.5
JDK 1.4
I want to get jaxm-api.jar
Jdk 1.4 with VAJ