5 Minute Guide to Spring Security
A brief tutorial illustrating use of Spring Security 2 (aka Acegi Security) with XML configuration and simple integration into a web application with... more »
0 commentsSave Tags: frameworks, how-to, java, open source
How to Reference and Use JSTL in your Web Application
I dug in and did some research on use of JSTL across various servlet spec versions and application servers. Out of this research came this article,... more »
0 commentsSave Tags: java, server, standards
5 Minute Guide to the Java Amazon Associates Web Service API
A quick and simple introduction to the Java Amazon Associates Web Service API. We review the basic structure of the API, and walk through a basic... more »
0 commentsSave Tags: frameworks, java, web services
Auto-Expanding Collections as JDBC Parameters with Spring SimpleJdbcTemplate
One of the most irritating limitations of plain JDBC is that queries with a variable number of parameters are notoriously painful to deal with. The... more »
0 commentsSave Tags: database, frameworks, how-to, java
5 Minute Guide to Spring and Simpler JDBC
This 5 minute (or less!) tutorial illustrates some new Spring 2.x features with a plain JDBC example, showing that you don't always need to pair... more »
3 commentsSave Tags: database, frameworks, java, tools
Why ColdFusion 8 isn't Free
I've been asked many times recently... "Why doesn't Adobe open source ColdFusion?" In return I always ask, "Okay, if Adobe open sourced ColdFusion but... more »
1 commentsSave Tags: frameworks, open source, server, web 2.0
Bleeding Edge Transactional Wicket Web Applications with Warp and Guice
Outlines the steps required to build a transactional, Java-based web application using Wicket (1.3), Guice, and the beta-stage Warp API. You too can... more »
0 commentsSave Tags: frameworks, java, open source, trends
Spring 2.5 RC 2 Released
Juergen says: "I'm pleased to announce that Spring Framework 2.5 RC2 has been released! This is the second release candidate for Spring 2.5,... more »
0 commentsSave Tags: frameworks, java, open source
5 Minute Guide to Spring and JMX
This quick tutorial (5 minutes, really!) will show you how to augment your existing Spring 2.x project with JMX MBean support, with a simple example.... more »
0 commentsSave Tags: frameworks, how-to, java, open source
Spring 2.5 Makes Unit Testing Easy with Annotations
Spring 2.5 makes dramatic changes in the Spring unit testing framework, eschewing inheritance-based design for annotations. In the process, writing... more »
1 commentsSave Tags: java, open source, tools