Hi: I've been developing in J2EE for 3 years now, using Servlets/JSP/Tag Libraries etc.... I want to find a good source (book) that teaches you web services with J2EE, does anyone recommend any good starters to advance books for Web Services.Thank youGoce
No.1 | | 117 bytes | |
Richard Monson-Haefel 's book J2EE Web Services (Addison-Wesley) is supposed to be pretty good.
No.2 | | 245 bytes | |
Have you looked at the J2EE 1.4 Tutorial?http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.htmlIt includes chapters on developing both Web applications and enteprise beans as Web service endpoints.-Ian Evans