Amazon.com
This book provides a worthwhile tour of what's best in new Microsoft Java technologies. The author's intelligent examples will help any developer be more productive with Java used with Windows.
After a how-to on installing the MS Java software development kit (SDK), the author delves right in with an introduction to Application Foundation Classes (AFC) programming. The author then looks at AFC controls, such as trees. Next, he covers a news reader, based on the Network News Transport Protocol (NNTP)--a functional example that he employs to show off different approaches to using Java as an AFC-based applet, as a stand-alone application, and as a JavaBean.
Further chapters turn to using Windows-specific Java. Besides ActiveX controls, there is good coverage of the new Windows Foundation Classes (WFC) available in Visual J++ 6. Java Programming in Windows looks at the architecture and the basics of WFC, including controls and graphics programming. Additional Java technologies presented here include J/Direct (for calling Win32 APIs), JScript (for browser scripting), and DirectX (for game development). This title also introduces XML for programming with data on the Internet. --Richard Dragan
Kurzbeschreibung
This book explores how Java programmers can take advantage of the Microsoft technology to improve performance and optimize Windows applications. In the book, different Java programs and utilities are developed using the Microsoft APIs, and they are classified as "portable Java" or "platform specific Java". Features: * Provides both a tutorial approach and useful Java software for a wide range of technologies for exploiting the Windows platform * Introduces the important Extended Markup Language (XML) technology by developing tools for XML and Microsoft's CDF, and a Java Web server that supports XML is developed in the book