| See also: |
| ||
| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Extensions IDEs | Projects Weblogs Wiki |
- Java Tip: Simplify Spring Apps with @Autowired by Michael Klaene - [Clicks: 4]
@Autowired is not just for property injection, but also can be used in methods and constructors. Learn to leverage the power of @Autowired into your Java apps.
http://www.developer.com/java/other/article.php/3756831 - Jul, 2008 - Spring into Seam, Part 2: When stateless and stateful collide by Dan Allen - [Clicks: 13]
You say adding stateful behavior to Spring beans is too much work? Maybe all you need is a little extra muscle from JBoss Seam.
[Excerpted from Seam in Action, forthcoming from Manning Publications.]
http://www.javaworld.com/javaworld/jw-04-2008/jw-04-spring-seam2.html - Apr, 2008 - Spring into Seam, Part 1: Build a Spring-Seam hybrid component by Dan Allen - [Clicks: 19]
Who says adopting Seam means giving up Spring? In this first installment in a three-part series, Dan Allen shows you how to build hybrid components that benefit from both Seam and Spring container functionality.
[Excerpted from Seam in Action, forthcoming from Manning Publications.]
http://www.javaworld.com/javaworld/jw-04-2008/jw-04-spring-seam.html - Apr, 2008 - The Why and How Behind Listener-Based Dependency Injection by Bryant Harris - [Clicks: 13]
Listener-based dependency injection builds upon the core concepts of property-based Dependency Injection and offers many of the same benefits. Find out how you can use listener injection to reduce boilerplate code and clearly communicate relationships between POJOs using the Spring framework.
[Includes source code]
http://www.devx.com/Java/Article/37623 - Apr, 2008 - Custom components with Spring 2.5 by Jeff Hanson - [Clicks: 34]
A quick, hands-on introduction to custom component creation, declaration, and deployment in Spring 2.5.
[Includes source code]
http://www.javaworld.com/javaworld/jw-02-2008/jw-02-springcomponents.html - Feb, 2008
- Spring Modules - [Clicks: 51]
Contains modules, add-ons and integration tools for Spring.
https://springmodules.dev.java.net/
- Spring Console by James Holmes - [Clicks: 66]
The Spring Console is a FREE standalone Java Swing application for developing and managing Spring-based applications. With the Spring Console you can visually edit JavaServer Spring configuration files as well as JSP Tag Library files. The Spring Console also plugs into multiple, popular Java IDEs for seamless management of Spring applications from one central development tool.
http://www.jamesholmes.com/spring/ - Spring Netbeans Module - [Clicks: 34]
The module provides the ability to select the Spring Framework when creating web applications. The module also adds third party libraries, configures the web.xml, and registers an XML catalog which provides code completion in Spring configuration files.
http://spring-netbeans.sourceforge.net/ - Spring UI for Eclipse by Torsten Juergeleit - [Clicks: 104]
This project provides a set of plugins for the Eclipse platform (v2.1.x) to ease working with Bean Factory configuration files of the Spring Framework.
http://springui.sourceforge.net/
- Spring Java Configuration Project - [Clicks: 57]
The Spring Java Configuration project is an experiment in producing a Java-based alternative to configuring Spring Application Contexts. While most people currently use XML to configure bean definitions in their Application Contexts, Spring's versatility and metadata based internal handling of bean definitions means alternatives to XML config are easy to implement. Aside from the Java Config, Properties files and Groovy builder support already exists.
http://www.springframework.org/javaconfig
- Spring Live by Matt Raible - [Clicks: 88]
http://jroller.com/page/raible
- Spring Recipes by Rob Lambert - [Clicks: 160]
This series of articles aims to be a recipe book for getting things done quickly using the Spring Framework. The goal is to give a brief how-to for each topic including code examples. The code for these examples is available for download and includes all Java code, configuration files and required jars to complete all the examples in these tutorials.
http://www.zabada.com/technology/Wiki.jsp?page=SpringRecipes - Spring Wiki - [Clicks: 97]
http://opensource.atlassian.com/confluence/spring/homepage.action