|
Book Reviews
Book Reviews
Feb. 13, 2004 12:00 AM
Microsoft .NET and J2EE Interoperability Toolkit The practical content starts on Page 52, where Guest shows how to automatically generate XML Schemas (XSD files) for both Java and .NET classes to enable seamless sharing of objects between the two platforms via XML serialization. If you are already well acquainted with the inner workings of both Java and .NET, you can probably safely skip to this point, reading the material before this on a purely as-needed basis. I skipped Chapters 4, 8, 9, and 10 because they deal with commercial products that aren't applicable to any of the work I am likely to do in the near future. However, by skimming the contents I feel pretty comfortable saying that those of you interested in interoperating with .NET Remoting, WebSphere MQ, or mainframes will find plenty of value in these chapters. The material that was of most direct interest to me was in chapters 13-15, where Guest demonstrates - with actual source code provided on the accompanying CD - how to achieve WSA interoperation using tools currently available on both .NET and Java. WSA is the successor to the previous GXA (Global XML Web Services Architecture) standards and stands for Web Services Architecture. It is embodied in the suite of standards you hear a lot about in Web services circles lately, with names like WS-Security, WS-Routing, etc. Specifically, I wanted to figure out how to use WS-Security to avoid requiring the installation of an SSL certificate on a .NET Web service. The challenge was in getting a Java client to work with WS-Security so soon after the ratification of this standard. Thankfully, Guest has resolved this issue by using a particularly advanced (and free for most commercial uses) Java tool called GLUE. The time he saved me by showing detailed code implementing WS-Security using this tool and a .NET Web service more than justified both the time and money I spent for this book! To further whet your appetite for this book, a downloadable excerpt is available from www.sys-con.com/dotnet. Title: Microsoft .NET and J2EE Interoperability Toolkit Reviewer bio: Derek Ferguson is editor-in-chief of .NET Developer's Journal and author of the book Mobile .NET (Apress). He is also chief technology evangelist for Expand Beyond Corporation (www.xb.com), a worldwide leader in mobile software for enterprise management. How to Do Everything with Javascript This book is a very good primer for JavaScript. It covers both JavaScript 1.5 and the currently unreleased JavaScript 2.0. In addition, because JavaScript 2.0 is much more object oriented than previous versions, it serves as a good reinforcement for the object-oriented concepts you will be learning while mastering VB.NET. The writing is clear and concise, with good, simple examples throughout the book. Since JavaScript is tightly aligned with HTML, there is a nice review chapter on HTML as well. The book is thorough in its topics, covering such relevant ideas as browser compatibility, debugging, and plug-ins. The book covers the issue of handling the differences between Internet Explorer and Netscape but makes the interesting observation that Internet Explorer has now captured about 96% of the browser market. This book is not a repository of neat JavaScript routines you can implement; it is a nice basic primer that gives you a good feel for what JavaScript can do, how it interacts with HTML, and how the new object-oriented version contains many concepts similar to VB.NET. There is a lot of good supplementary information, along with links to valuable Web sites. Title: How to Do Everything with JavaScript Reviewer bio: Steven Mandel has worked in the IT industry for more than 15 years. Steven is a technology consultant with The SAVO Group of Chicago, a firm that combines marketing and technology expertise to develop custom-built, cost-effective, customer-focused solutions for marketing, sales, and relationship management teams. |
|||