View Rendering in Java: Templates Out, Groovy Builders In Category: Article Glen Kunene,
Jul 24, 2008
Template engines have long been the de-facto standard for rendering views in Java web development. Learn why templates are far from ideal and how Groovy builders provide a literate solution for bringing view rendering back into your code.
Is Open Source Development Insecure? Category: Article Brad Jones (jGuru Site Manager) PREMIUM,
Jul 23, 2008
By Sean Michael Kerner - A leading application security firm issues research report alleging that open source software developers are missing the security boat.
ANNOUNCE: New JSFCentral content: David Geary podcast on JSF, Ajax, and GWT Category: Article Kito Mann,
Jul 22, 2008
I’m pleased to announce the fourth podcast in JSFCentral’s podcast series. This podcast is an interview with David Geary, author of Core JSF and the president of Clarity Training, Inc., where he teaches developers to implement web applications using JSF, GWT, and Grails.
eBook: Maximizing Your Java App Development
This eBook will help you understand issues such as porting from another language, working in the best IDE or optimizing for today's multi-core computing environments. Get the most out of your Java code.
eBook: The Road to Ruby
Does the Ruby programming language offer enough power and elegance to make it a legitimate alternative to the current heavyweight languages such as Java? Many Ruby converts believe so, but don't take their word for it. Find out for yourself.
Download IBM Data Studio v1.1
An integrated development and management environment that empowers you to design, develop, deploy and manage your data-driven applications throughout the data management life cycle utilizing a consistent and integrated user interface.
Rational Method Composer v7.2
30 day fully functioning trial of IBM® Rational® Method Composer, which helps you deliver customized yet consistent process guidance to your project teams and IT organization. Includes the latest version of IBM Rational Unified Process® (RUP®).
Create Secure Java Applications Productively, Part 1 Snooped: Jun 18, 2008 See how Data Studio with pureQuery can increase the efficiency of your database-driven Web development. Develop a Java Web application with Rational Application Developer, and then with Java Server Pages (JSP) you will deploy the application...
An Introduction to Java Thread Programming Snooped: May 23, 2008 By David M. Williams - Multi-threaded programming is all but essential for complex problem solving and effective user interfaces. Yet, to many programmers, it remains an arcane science. Java makes threaded programming simple due to its portable...
Learn to Read and Write Microsoft Excel Documents with Jakarta's POI Snooped: May 23, 2008 By Samudra Gupta - Jakarta's POI project makes it easy to read and write Excel files and provides support for manipulating other documents based on Microsoft's OLE 2 Compound Document Format. This article contains a step-by-step walkthrough...
Simplify Unit Testing for Spring Web Components Snooped: May 23, 2008 By Edmon Begoli - Utilize Spring mock objects and Spring's extensions to the JUnit framework to simplify unit testing for Spring Web components.
Open Source Java Reporting with JasperReports and iReport Snooped: May 12, 2008 By John Ferguson Smart - JasperReports is a powerful and flexible open source reporting solution. The iReport visual designer enables you to take advantage of the full power of JasperReports without in-depth knowledge of the JasperReports native...
Good Java Style, Revisited Snooped: May 12, 2008 By Rob Lybarger - Learn the elements of good Java code style and why they are important.
Learn to Use the Annotation Feature of Java 5.0 Snooped: May 1, 2008 By Javid Jamae - Developers have always struggled to find ways of adding semantic data to their Java code. They had to: Java didn't have a native metadata facility. But that all changed with version 5.0 of Java, which allows annotations as a...
Spring: Creating Objects So You Don't Have To Snooped: May 1, 2008 By Javid Jamae - As a dependency injection framework (not to mention one of the more popular open source Java projects today), Spring links objects together using XML definitions. Find out about Spring and the ways you can invert control in...
Integrate the Eclipse Web Tools Platform and Maven Snooped: May 1, 2008 By Raghuraman Ramaswamy - Leveraging the Eclipse Web Tools Platform (WTP) and the M2Eclipse (M2) plugin in the same project has compelling benefits for the Java web developer.
Simplify Your Web App Development Using the Spring MVC Framework Snooped: Apr 11, 2008 By Javid Jamae - Struts is in fairly widespread use in the Java world, but the Spring MVC framework promises to provide a simpler alternative to Struts for separating presentation layer and business logic. Learn how to build a simple stock trading...