Integrating Apache Axis with the Spring Framework 19 Jan 2006 00:59 GMTApache Axis and the Spring Framework are becoming more and more popular as developers look for easy ways to make applications in decentralized, distributed environments exchange structured information. Find out What happens when you combine the two.
Source: JavaBoutique Spring: Integrating iBATIS 18 Jan 2006 05:00 GMTiBATIS is one of the object-relational (OR) frameworks embraced by the Spring framework, and it's an ideal choice for those seeking a middle ground between full-blown OR and hand-written JDBC. In this excerpt from
Spring: A Developer's Notebook, Bruce Tate and Justin Gehtland show how to integrate iBATIS with Spring.
Source: O'Reilly How to Create a Windows Installer for an SWT Application 17 Jan 2006 22:48 GMTNative Windows installers offer unparalleled integration with the operating system, as well as familiar installation for users. Learn how to build a native Windows installer for an SWT application using open source tools.
Source: DevX Java Tutorial Update: J2SE 5.0 14 Jan 2006 11:37 GMTThe Java Tutorial, a practical guide for programmers with hundreds of complete working examples, has recently been updated to include J2SE 5.0.
Source: Sun Java Technology 2005: A Year in Review 14 Jan 2006 11:37 GMTIn 2005, Java technology turned ten years old, but what else happened to the platform? Plenty. Here's a quick look back.
Source: Sun Ruby on Rails vs. Java: An Expert Roundtable 14 Jan 2006 03:25 GMTAt this years No Fluff, Just Stuff symposium in New York, Barry Burd asked three experts to compare Java with Ruby on Rails--a framework, built on the Ruby language. Heres what the experts had to say.
Source: JavaBoutique Building an eBay Rich Client using the XUI Framework 12 Jan 2006 05:00 GMTRich client development doesn't have to mean AWT, Swing, SWT, or even Ajax. Using the XUI framework, you can build your GUI with XML markup, and use convenient data binding to interact with your Java code. In this article, Luan O'Carroll combines XUI with the eBay SDK to show how you build a rich client for eBay users.
Source: Java.net StAX: DOM Ease with SAX Efficiency 11 Jan 2006 20:59 GMTStAX (the Streaming API for XML) is a memory-efficient, simple, and convenient way to process XML while retaining control over the parsing and writing process.
Source: DevX Maven Project Reporting and Publishing, Part 2 11 Jan 2006 05:00 GMTMaven helps you not only with building and tracking your project, but also with releasing it. In this second excerpt from
Maven: A Developer's Notebook, authors Vincent Massol and Timothy M. O'Brien show how Maven can publish artifacts like JAR/WAR/EAR files, automate announcements, generate changelogs, and publish a project website.
Source: O'Reilly