Linked by Thom Holwerda on Tue 20th Dec 2005 20:46 UTC, submitted by WNB
Java "The Eclipse Foundation will make the Eclipse Web Tools Platform 1.0 release generally available the week of Dec 19th, 2005. Eclipse WTP 1.0 is an extensible, standards-based tool platform for developing J2EE and Web applications. This full version release solidifies the platform API for 3rd party extension, and accompanying major documentation improvements make WTP ready for the next-level of vendor adoption."
Permalink for comment 76559
To read all comments associated with this story, please click here.
Web Services
by Noodles on Wed 21st Dec 2005 08:36 UTC
Noodles
Member since:
2005-08-12

Service implementation in Eclipse/WST has serious problem: You cannot change Service parameters once you created it. I tried both cases:

Top-down model (first create wsdl interface and then generate WS project from there). Subsequent changes of wsdl only produced errors, classes were not re-generated.

Bottom-up model (first create WS functions and then generate WS project from that). Subsequent changes of function parameters again created broken project, classes were not re-generated.

Am I missing something? If not, this plugin will hardly impress any serious developer. You never create ideal service with ideal parameters in a first attempt.