Book Excerpt: Groovy in Action 28 Feb 2007 21:06 GMTChapter 1 explains Groovy, providing a broad overview of the language features. Find out what makes this new language so dynamic.
Source: JavaBoutique Java 6 Navigable Interfaces: What's in Them for Me? 28 Feb 2007 03:18 GMTA Java developer determines where in a real development scenario he would use the two new navigable interfaces in Java SE 6, NavigableSet and NavigableMap, and comes away a bit disappointed.
Source: DevX ColdFusion for JSP Developers 27 Feb 2007 05:00 GMTColdFusion has been around long enough, and in different forms, that it's easy to not see it for what it is. In this article, Kola Oyedeji looks at how this long-lived scripting language has been adapted to integrate into the world of Java EE.
Source: Java.net Expose Your POJO-Based Domain Apps as Web Services 22 Feb 2007 21:10 GMTCombine Axis2, the next-generation web services API of Apache Axis, with Spring to expose POJO-based, domain-tier applications as both REST- and SOAP-based web services.
Source: DevX How to Write a Custom Swing Component 22 Feb 2007 05:00 GMTYou want a GUI component with a unique behavior, and Swing doesn't offer exactly what you need. So what do you do, go without? Hardly. Swing's flexibility allows you to develop custom components with any functionality you care to model and render. Substance project owner Kirill Grouchnikov shows how this is done.
Source: Java.net