Spring

See also: 
View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Books
Extensions
IDEs
  Projects
Weblogs
Wiki
  

Articles:
  • Getting Started with jBPM and Spring by Josh Long   - [Clicks: 15]
    Josh Long looks at business process management using jBPM and Spring to implement a simple multi-stage operation.
    http://www.theserverside.com/tt/articles/article.tss?l=jBPMandSpring - Sep, 2008
  • Java Tip: Simplify Spring Apps with @Autowired by Michael Klaene   - [Clicks: 18]
    @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: 22]
    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: 30]
    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: 15]
    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: 44]
    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

[Top]

Books:
  • Pro Java EE Spring Patterns: Best Practices and Design Strategies Implementing Java EE Patterns with the Spring Framework  by Dhrubojyoti Kayal
    Pro Java EE Spring Patterns focuses on enterprise patterns, best practices, design strategies, and proven solutions using key Java EE technologies including JSP, servlets, EJB, and JMS APIs. This Java EE patterns resource, catalog, and guide, with its patterns and numerous strategies, documents and promotes best practices for these technologies, implemented in a very pragmatic way using the Spring Framework and its counters.
     - Aug, 2008
  • Pro Spring 2.5  by Jan Machacek, Jessica Ditt, Aleksa Vukotic, Anirvan Chakraborty
    Pro Spring 2.5 covers the new features of Spring 2.5, but moreover, it is focused on the best practices and core standards of contemporary Spring development. As members of the Spring development team at Cake Solutions, the author team brings extensive practical experience gained from working with Spring since version 1.0 and delivering successful systems on top of it. Learn the approaches that really matter in a professional, enterprise–level environment, so you can apply them to your projects today, safe in the knowledge that they just work.
     - Aug, 2008
  • Spring Recipes: A Problem-Solution Approach  by Gary Mak
    Spring Recipes covers Spring 2.5 from basic to advanced, including Spring IoC container, Spring AOP and AspectJ, Spring data access support, Spring transaction management, Spring Web and Portlet MVC, Spring testing support, Spring support for remoting, EJB, JMS, JMX, E–mail, scheduling, and scripting languages. This book also introduces several common Spring Portfolio projects that will bring significant value to your application development, including Spring Security, Spring Web Flow, and Spring Web Services.
     - Jun, 2008

[Top]

Extensions:
  • Spring Modules   - [Clicks: 52]
    Contains modules, add-ons and integration tools for Spring.
    https://springmodules.dev.java.net/

[Top]

IDEs:
  • Spring Console by James Holmes   - [Clicks: 69]
    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: 36]
    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: 106]
    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/

[Top]

Projects:
  • Spring Java Configuration Project   - [Clicks: 61]
    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

[Top]

Weblogs:

[Top]

Wiki:
  • Spring Recipes by Rob Lambert   - [Clicks: 174]
    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: 103]
    http://opensource.atlassian.com/confluence/spring/homepage.action

[Top]