Sponsorised links
June 2008
Grails at Linkedin
Chez LinkedIn, site social 2.0 folksonomé agile qui va bien, ils ont quand même besoin de plus de 80 ingénieurs pour développer et tourner le bouzin. En même temps, ils ont leur customized Spring IoC Internal backend... faire de l'IoC customisé sur une base de Spring, il faut aimer les usines à gaz.80+ Software Engineers
April 2008
Déploiement d'un Web Service avec Spring WS - Club d'entraide des développeurs francophones
Resource resource = new ClassPathResource("be/hikage/spring/ws/client/traductionRequest.xml");
Sponsorised links
March 2008
slimy but interesting
Children watch frogs crawling on a window at an aquarium in Seoul, South Korea, Tuesday, March 4, 2008, during an event marking the upcoming end of insect hibernation, close to Spring.
(AP Photo/Lee Jin-man)
Spring has arrived!
Workers decorate a pink flower on the headquarters of Kyobo Life Insurance to signal the coming spring in Seoul, Tuesday, March 4, 2008. At left is a statue of Admiral Yi Sun-sin, the national hero who won a major naval victory over Japan in the 16th century.
(AP Photo/Ahn Young-joon)
February 2008
Presentations -> AOP in the Enterprise
What is the role of AOP in enterprise application development? This session will demonstrate how AOP can simplify the implementation of common enterprise application requirements, with examples using Spring AOP and AspectJ
Jasypt 1.4 released: encrypt your configuration files - Spring Framework Support Forums
Jasypt 1.4 has been released. Jasypt (Java Simplified Encryption) [http://www.jasypt.org] is a library aimed at providing developers a simple way to add encryption capabilities to their projects including: password digesting, text/binary encryption, Hibernate transparent encryption and Spring Security (ACEGI) integration.
January 2008
springnet - CommunityWalk
A place for spring.net website users to get to know each other geographically.
December 2007
SALT SPRING ISLAND REAL ESTATE
SALT SPRING ISLAND REAL ESTATE: Homefinder Sandra Smith
The Spring series, Part 4: 1-2-3 messaging with Spring JMS
I introduce you to features of the Spring JMS (Java Message Service) framework. JMS defines a standard way for Java applications to create and exchange messages through a Message Oriented Middleware (MOM).
The Spring series, Part 3: Swing into Spring MVC
I introduce you to the Spring Model-View-Controller (MVC) framework. As in the previous articles, I use a banking example to show you how to model and build a simple application. The example application will encompass some of the techniques you've already learned -- such as dependency injection -- but will primarily demonstrate features of Spring MVC.
The Spring series, Part 2: When Hibernate meets Spring
Naveen Balani continues his Spring series with a how-to guide to integrating Hibernate transactions with Spring aspect-oriented programming (AOP). The result is a persistence framework you can count on.
The Spring series, Part 1: Introduction to the Spring framework
Start to build lightweight, robust J2EE applications using Spring technology, with this first installment in a three-part introduction to the Spring framework. Regular developerWorks contributor Naveen Balani launches his three-part Spring series with an introduction to the Spring framework, including Spring aspect-oriented programming (AOP) and the Inversion of Control (IOC) container.
Get a better handle on Struts actions, with Spring
importing Struts applications into the Spring framework. Follow along as George shows you how to revamp Struts actions so they can be managed just like Spring beans. The result is a boosted web framework that easily reaps the benefits of Spring AOP.
October 2007
August 2007
InfoQ: Integrating Java Content Repository and Spring
It is extremely common for applications to store various pieces of information, most of the time in relational databases. While they do a great job when working with regular data types, they are not very efficient when dealing with binary data, for example images or documents. File systems can be used as an alternative and while they offer better performance, there is neither a query language for searching information nor a notion of relationship or transaction.
Unitils - the excellent unit test library
I am developing the Wicket application using Spring, Hibernate. I use Wicket tester module, JUnit4, EasyMock and DBUnit for writing test code. While writing test code, many lines of code writing for set up test cases and they are re-used across test cases. The new unit test framework names Unitils helps me a lot in configuring the database unit test (DBUnit, Hibernate) also the service unit test (Spring, EasyMock).
