Thats great. With so many basic books on J2EE around perhaps this book will be a good buy.
I would certainly hope so!
One question. From the syllabus of the book it looks like you have covered Webservices in Weblogic. Since Webservices are a relatively new area what has been covered.
Web services support was actually introduced in WLS 6.1, so it's not totally new. That said, the implementation in 7.0 is significantly new and improved compared to 6.x. That said, it's still not compliant with any J2EE standards, and it will be changing again in the future (in particular, to support the J2EE 1.4 requirements). In other words, the implementation is still proprietary to WebLogic
and changing fairly rapidly, and you need to be aware of that if you're planning to put a significant amount of effort into using the current web services features of WebLogic.
As for the coverage in the book, I discuss all the features, but in terms of detail focus primarily on deploying web services backed by stateless session beans (either all methods or individual methods). I cover the WebLogic tools for web services development, and in particular, the
Ant tasks that let you integrate web services code generation, WSDL, and packaging into a normal J2EE build process. I also cover generating
Java code to invoke web services, based on the WSDL, whether they are hosting in WebLogic or another environment (.Net, etc.). In other words, I try to cover the most likely case of web services development and deployment in detail, and give pointers if you want to go further than that (into message-backed web services, web services with extremely complex data types in the parameters or return types, etc.).
I guess I'd suggest you strongly consider not going too far afield here, since you'll want to be able to port easily to the standard J2EE 1.4 features, and/or be prepared for changing features in future relases of WLS or between WLS and other app servers.
Is Weblogic Workshop Covered in any way??
Bzzt! That makes two questions! Oh, wait, the customer is always right.
Yes, Workshop is covered "in a way". That way is a fairly minimalist way, with some screen shots and pointers, but not a lot of detailed procedures. I'm personally a little wary of Workshop because it takes control away for the developer. It may be great for a web (site) developer who wants to drag and drop some icons to web service-enable something, but I think more experienced J2EE developers should really be taking more control of the whole process. We talked about this a little on another
thread here yesterday.