The Java BluePrints book Designing Web Services with the J2EE 1.4 Platform: JAX-RPC, SOAP, and XML Technologies has just been made available for free PDF download.
The book provides the guidelines, patterns, and real-world examples architects and developers need for designing and integrating enterprise-level Web services using the Java 2 Platform, Enterprise Edition (J2EE) 1.4.
-
Designing Web Services with the J2EE 1.4 free book PDF posted (15 messages)
- Posted by: Floyd Marinescu
- Posted on: May 24 2005 12:04 EDT
Threaded Messages (15)
- what a mess..... by Joe Fouad on May 24 2005 19:53 EDT
- RE: what a mess..... by Joe Parks on May 25 2005 05:05 EDT
- Chapter naming convention suggestion by Wah John on May 24 2005 20:03 EDT
- thanks for content by marouan kechiche on May 24 2005 20:25 EDT
- Chapter naming convention suggestion by Clive Brettingham-Moore on May 25 2005 21:33 EDT
- Thanks by jeff dumelod on May 25 2005 02:01 EDT
- Thanks by pradeep singh on May 25 2005 07:48 EDT
- Thanks by Hetal Velani on May 25 2005 08:07 EDT
- Grateful by Javier Diaz on May 25 2005 09:27 EDT
- Grateful too by Saqib Rasul on May 25 2005 10:57 EDT
- Thanks by Stas Kubasek on May 25 2005 14:46 EDT
- Many thanks for sharing by Guneet Uppal on May 25 2005 19:23 EDT
- Message level security by Maris Orbidans on May 26 2005 05:35 EDT
- Message level security by Sean Brydon on May 26 2005 21:04 EDT
-
what a mess.....[ Go to top ]
- Posted by: Joe Fouad
- Posted on: May 24 2005 19:53 EDT
- in response to Floyd Marinescu
why it isnot available as one pdf , next time donot forget to provide each page in a single pdf
thanx for the contents -
RE: what a mess.....[ Go to top ]
- Posted by: Joe Parks
- Posted on: May 25 2005 05:05 EDT
- in response to Joe Fouad
You can also view the whole thing in html format.
By the way, it is impolite to complain about the condition of a gift. -
Chapter naming convention suggestion[ Go to top ]
- Posted by: Wah John
- Posted on: May 24 2005 20:03 EDT
- in response to Floyd Marinescu
Chapter naming convention suggestion
Thank you for providing such resources for free. I will start reading it soon. If you can name your chapter like:
01_introduction.pdf
....
It would be more easy for view them with file explorer.
Regards,
W. John -
thanks for content[ Go to top ]
- Posted by: marouan kechiche
- Posted on: May 24 2005 20:25 EDT
- in response to Wah John
thank you for the book
marwan -
Chapter naming convention suggestion[ Go to top ]
- Posted by: Clive Brettingham-Moore
- Posted on: May 25 2005 21:33 EDT
- in response to Wah John
There is, of course, the HTML version with a properly hyperlinked table of contents ....
wget -r -p -np -k -l0 http://java.sun.com/blueprints/guidelines/designing_webservices/html/index.html
(has the decency to look a little guilty) -
Thank you[ Go to top ]
- Posted by: B B
- Posted on: May 27 2005 18:54 EDT
- in response to Clive Brettingham-Moore
That is an extremely useful command, -
Thanks[ Go to top ]
- Posted by: jeff dumelod
- Posted on: May 25 2005 02:01 EDT
- in response to Floyd Marinescu
Maraming salamat po s ebook :D Thanks! -
Thanks[ Go to top ]
- Posted by: pradeep singh
- Posted on: May 25 2005 07:48 EDT
- in response to Floyd Marinescu
Thanks for providing a good book -
Thanks[ Go to top ]
- Posted by: Hetal Velani
- Posted on: May 25 2005 08:07 EDT
- in response to Floyd Marinescu
Thanks for sharing this free e-book. -
Grateful[ Go to top ]
- Posted by: Javier Diaz
- Posted on: May 25 2005 09:27 EDT
- in response to Floyd Marinescu
Simply to thank you for sharing this book. -
Grateful too[ Go to top ]
- Posted by: Saqib Rasul
- Posted on: May 25 2005 10:57 EDT
- in response to Floyd Marinescu
-
Thanks[ Go to top ]
- Posted by: Stas Kubasek
- Posted on: May 25 2005 14:46 EDT
- in response to Floyd Marinescu
Thanks a lot.
I also think it's impolite to complaign about a gift, especially about a minor detail.
W. John, you can rename the pdf file yourself, right? -
Many thanks for sharing[ Go to top ]
- Posted by: Guneet Uppal
- Posted on: May 25 2005 19:23 EDT
- in response to Floyd Marinescu
Many thanks for providing with the book, excellent resource. I've been searching on the net for a while, for something as complete as this book. I don't think how anyone can complain about this. :-) -
Message level security[ Go to top ]
- Posted by: Maris Orbidans
- Posted on: May 26 2005 05:35 EDT
- in response to Floyd Marinescu
It's a very nice book. However it doesn't have much information about message level security. Many books have some theoretical information about it, but I would like to have some practical information - APIs, libraries and code samples. -
Message level security[ Go to top ]
- Posted by: Sean Brydon
- Posted on: May 26 2005 21:04 EDT
- in response to Maris Orbidans
Yes, for message level security, the security chapter does just provide a high level view. The reason is because the book tries to focus on the portable aspects on J2EE1.4, so that the information stays valid on all J2EE1.4 platforms. Also, the details of message level security are changing a lot so the interoperability is an issue that makes details about message level security stale quickly in a book. I was concerned about adding detail about message level security to the chapter because it might make the content incorrect as the message level security specs change.
<br>
Instead the security chapter fousses on interoperable security with Basic Profile and portable security in J2EE 1.4. This way at least the J2EE security model is explained in some detail. And HTTPS is still used frequently in web services today, so its good to understand the j2ee security model with web services over HTTPS.
<br>
We are considering adding some entries to the Java BluePrints Solutions Catalog on message level security. So this would allow us to extend the book content and cover topics that change frequently. Thanks for the feedback.
<br>
hope that helps,<br>
Sean