| See also: |
| ||
| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books | Tutorials Weblogs |
- Ajax Form Validation Using Spring and DWR, Revised by Eric Spiegelberg - [Clicks: 59]
In a previous article, Eric Spiegelberg offered a design for using DWR to allow an Ajax-based web application to provide server-side validation of client-side input. After nearly a year in production, he's back with a cleaner, more efficient design.
http://today.java.net/pub/a/today/2007/12/02/ajax-form-validation-2.html - Dec, 2007 - What's New in Spring 2.5: Part 1 by Mark Fisher - [Clicks: 38]
The first in a series of articles by Mark Fisher of Interface21 exploring what's new in Spring 2.5: annotation-driven dependency injection, auto-detection of Spring components on the classpath using annotations rather than XML for metadata, annotation support for lifecycle methods.
http://www.infoq.com/articles/spring-2.5-part-1 - Nov, 2007 - Software Testing With Spring Framework by Srini Penchikala, Kavitha Penchikala - [Clicks: 30]
Srini & Kavitha Penchikala provide an overview of the support provided by Spring framework in the areas of unit and integration testing. I will use a sample loan processing web application to help the readers in implementing an Agile Testing framework in a typical Java EE application and how to use Spring test classes to test the application functionality.
http://www.infoq.com/articles/testing-in-spring - Nov, 2007 - Spring Batch Overview by David Syer, Lucas Ward - [Clicks: 113]
Spring Batch is a module for Spring that provides the capability to use Spring's dependency injection feature in a batch-processing environment - through tasklets, modeling the functionality COBOL's brought to high-volume computing for decades.
http://www.theserverside.com/tt/articles/article.tss?l=SpringBatchOverview - Nov, 2007 - Bridging Configuration from Spring to Legacy Frameworks by Bryant Harris - [Clicks: 12]
Spring's POJO-based programming model has proven to be a much better way to write, test, and assemble robust Java EE applications, but it works only if you configure your objects with Spring. What happens when you combine Spring with an in-house legacy framework or Java EE technology such as EJBs or servlets?
http://www.devx.com/Java/Article/35907 - Nov, 2007 - The Java EE Application as an EJB/Spring/Hibernate Hybrid by Ramanujam A. Rao - [Clicks: 176]
Java EE 5 provides all the features you need to build a robust enterprise application right in an EJB 3.0 container, but incorporating the relative strengths of Spring and Hibernate can further improve the productivity and quality of your application.
[Includes sample code]
http://www.devx.com/Java/Article/35722 - Oct, 2007 - Introduction to the Spring Framework by Rod Johnson - [Clicks: 56]
Since I last revised this article in May, 2005, the Spring Framework has continued to grow in popularity, and has become the de facto standard for enterprise Java development. It has progressed from version 1.2 to the present 2.5, and has been adopted in an even wider range of industries and projects. In this article, I'll try to explain what Spring sets out to achieve, and how I believe it can help you to develop enterprise Java applications.
http://www.theserverside.com/tt/articles/article.tss?l=IntrotoSpring25 - Oct, 2007 - Manage test data for integration tests using Spring and DBunit by Avneet Mangat - [Clicks: 50]
This article will look at configuring integration tests using Spring and DBUnit so that test data is inserted into the database before every test. This article also looks at a utility to export/import test data in the database using DBunit.
http://www.theserverside.com/tt/articles/article.tss?l=ManageTestDataSpringandDBunit - Aug, 2007 - Spring 2.1 Grows New Features and Evolutionary Enhancements by Vlad Kofman - [Clicks: 32]
Learn about the new features of Spring framework 2.0 and 2.1 and what they can do for you.
http://www.developer.com/design/article.php/3688126 - Jul, 2007 - Spring and Java EE 5 (PART 2) by Debu Panda - [Clicks: 76]
In the first part of this article you learned how Java EE 5 has simplified enterprise application development by adopting a POJO programming model and making use of Java 5 metadata annotations. You also discovered how the Spring Framework version 2.0 integrates with Java Persistence API (JPA) and makes it simple to use from enterprise Java applications.
http://java.sys-con.com/read/393298.htm - Jun, 2007 - The Spring Framework and IBM WebSphere Application Server by Editorial staff - [Clicks: 117]
With the recent announcement from Interface21 that the Spring Framework has been certified with IBM WebSphere Application Server, developerWorks sat down with Rod Johnson, CEO of Interface21, and Paul Buck, Director of WebSphere Open Source at IBM, to find out what this announcement means to developers and customers of Spring and the WebSphere product family.
http://www.ibm.com/developerworks/websphere/library/techarticles/0706_johnsonbuck/0706_johnsonbuck.html - Jun, 2007 - Using Spring and Hibernate with WebSphere Application Server by Tom Alcott, Roland Barcia, Jim Knutson, Sara Mitchell, Ian Robinson - [Clicks: 254]
If you're considering using Spring or Hibernate with IBM WebSphere Application Server, this article explains how to configure these frameworks for various scenarios with WebSphere Application Server. This article is not an exhaustive review of either framework, but a critical reference to help you successfully implement such scenarios.
[Updated for Spring Framework 2.1]
http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html - Jun, 2007 - Spring is the New Java EE by Salil Deshpande - [Clicks: 36]
Salil Deshpande shares his perspective and experience - this article is partly human-interest and partly technical. The primary conclusion: Spring is the new Java EE version.
http://www.theserverside.com/tt/articles/article.tss?l=SpringNewJavaEE - May, 2007 - Authoring Custom Namespaces in Spring 2.0 by Aravindan Ramkumar - [Clicks: 28]
In this article, Aravindan Ramkumar discusses the new XML schema based configuration available in Spring 2.0.
http://www.theserverside.com/tt/articles/article.tss?l=CustomNamespacesSpring2 - Apr, 2007 - Spring 2.0.1 and BEA WebLogic Server 9.2 Integration by Eric Hsiao - [Clicks: 35]
WebLogic Server 9.2 provides a platform for enhanced management, ease-of-use and scalability of Java applications. The Spring Framework enables a simpler, POJO based, approach to Java EE development without sacrificing the power of the platform. This article describes the synergy of these two systems, and introduces the Spring on WebLogic kit.
http://dev2dev.bea.com/pub/a/2007/04/spring-2-weblogic-server-9-integration.html - Apr, 2007 - Spring and Java EE 5. Part 1: Simplicity and power combined by Debu Panda - [Clicks: 83]
The Java Platform, Enterprise Edition, or Java EE, is the most popular middleware platform for developing and deploying enterprise applications. Java EE offers developers a choice of vendors, portability, scalability, and robustness. However, it has been criticized for its complexity and its need for a lot of redundant and procedural code. In addition, lightweight frameworks such as Spring and scripting platforms such as Ruby on Rails have emerged to challenge the platform's supremacy in the middleware world.
http://java.sys-con.com/read/366297.htm - Apr, 2007 - Spring Time by Rich Schwerin - [Clicks: 43]
Oracle delivers solutions for Spring Framework-based applications.
http://www.oracle.com/technology/oramag/oracle/07-may/o37opensource.html - Apr, 2007 - Integrating Java Content Repository and Spring by Costin Leau - [Clicks: 123]
Costin Leau introduces JSR 170 (Java Content Repositories) and how to integrate it with Spring Modules' JCR module, whose main objective is to simplify development with the JSR-170 API in a similar manner to that of the ORM package from the main Spring distribution.
http://www.infoq.com/articles/spring-modules-jcr - Mar, 2007 - The Geronimo renegade: Ease data access and configuration issues with the Spring Framework by Nicholas Chase - [Clicks: 57]
If you're a typical developer, you'd no doubt welcome a solution to data access issues and embrace any tool that would make configuration easier. It's hard to have a conversation about Web applications in general, and these issues specifically, without somebody somewhere mentioning Spring. But good grief, do we really need another Web application framework? When I decided to do a Geronimo renegade piece on the intersection between Apache Geronimo and Spring, I knew it was high time to find out what all the Spring Framework buzz was about. I did that by cornering Jeff Genender.
http://www-128.ibm.com/developerworks/java/library/os-ag-renegade13/index.html - Feb, 2007 - Expose Your POJO-Based Domain Apps as Web Services by Ramanujam A. Rao - [Clicks: 127]
Combine Axis2, the next-generation web services API of Apache Axis, with Spring to expose POJO-based, domain-tier applications as both REST- and SOAP-based web services.
[Includes sample code]
http://www.devx.com/Java/Article/33839 - Feb, 2007 - POJOs in Action by Chris Richardson - [Clicks: 37]
In this chapter, we explore the benefits and drawbacks of using the Transaction Script pattern, and describe how to implement this pattern using POJOs and the Spring framework. You’ll learn how to implement the procedural business logic and database access logic in a way that makes them easier to develop, test, and maintain. You’ll also learn how to develop procedural business logic using a test-driven approach that uses mock objects to implement the tests.
http://dev2dev.bea.com/pub/a/2007/01/pojos_in_action.html - Jan, 2007 - Spring 2.0: What's New and Why it Matters by Rod Johnson - [Clicks: 60]
Spring co-founder Rod Johnson provides the definitive article on the motivations behind and uses of the new features in Spring 2.0. This first article covers the Spring core container, XML configuration extensions, AOP enhancements and Java 5-specific features.
[Includes sample code]
http://www.infoq.com/articles/spring-2-intro - Jan, 2007
- Building Spring 2 Enterprise Applications by Interface21, Mark Fisher, Seth Ladd, Bram Smeets - [Clicks: 53]
Spring has made a remarkable rise in popularity since its conception in 2002. Many users have found the lightweight, open source Spring Framework 2.x ideal for building their applications in Java EE environments. Written by Interface21, Building Spring 2 Enterprise Applications will take developers through the following: * Covers the first steps of using Spring while discussing the relevant technologies that Spring can be integrated with, what to be aware of, and how working with Spring makes them easier to use; * Focuses on the most useful features of Spring, including persistence and transaction management as well as the complete Spring web tools portfolio; * Introduces three-tier application design and how to test these designs.
http://www.apress.com/book/bookDisplay.html?bID=10359 - Aug, 2007 - Beginning Spring 2: From Novice to Professional
by Steven Devijver, Seth Ladd, Bram Smeets - [Clicks: 168]
Spring has made a remarkable rise since its conception in 2002. Users find Spring the ideal framework to build their applications in J2EE environments. Beginning Spring 2 is the first and only Spring-authorized book that takes you through the first steps of using Spring, and requires no prior J2EE experience. It discusses relevant integrated technologies that you should be aware of, and illustrates how Spring makes using them easier. The book teaches the correct usage of Spring in applications, and lowers the learning curve on J2EE standards. It covers useful features of Spring without delving too far into complicated features. The authors take advantage of less complex alternatives whenever possible, and shows how Spring can make you more productive in complicated environments where J2EE technologies need to be applied. The book covers the complete Spring web tools portfolio and deals with persistence and transaction management. It also introduces 3-tier application design and how to test these designs.
Apress, Paperback - Jul, 2007 - Spring in Action. Second Edition by Craig Walls, Ryan Breidenbach - [Clicks: 105]
Spring is a fresh breeze blowing over the Java landscape. Based on the principles of dependency injection, interface-oriented design, and aspect-oriented programming, Spring combines enterprise application power with the simplicity of plain-old Java objects (POJOs). In this second edition, Spring in Action has been completely updated to cover the exciting new features of Spring 2.0. The book begins by introducing you to the core concepts of Spring and then quickly launches into a hands-on exploration of the framework. Combining short code snippets and an ongoing example developed throughout the book, it shows you how to build simple and efficient J2EE applications. You will see how to solve persistence problems, handle asynchronous messaging, create and consume remote services, build web applications, and integrate with most popular web frameworks. You will learn how to use Spring to write simpler, easier to maintain code so that you can focus on what really matters--your critical business needs.
http://www.manning.com/walls3/ - Jun, 2007
- Develop Spring applications for WebSphere Application Server Community Edition, Part 2: Database connection management with Spring by Sunil Patil - [Clicks: 77]
In Part 1 of this tutorial series, you developed a contact management sample application, which allows you add, delete, and modify a contact, and deployed it on IBM WebSphere Application Server Community Edition (also referred to as Community Edition). This installment of the series shows you how to use Spring's connection management infrastructure. Learn how to develop the ContactDAOJDBC.java class, how to use Spring's own implementation for connection management — as well as popular open source implementations of connection pools — and how easy it is to use the WebSphere Application Server Community Edition connection pool implementation.
[Formats: html, pdf]
http://www.ibm.com/developerworks/websphere/library/tutorials/0704_patil/0704_patil.html - May, 2007
- Sample Application using JSF, Spring 2.0, and Java Persistence APIs by Carol McDonald - [Clicks: 296]
This Sample Store Catalog app demonstrates the usage of JavaServer Faces, the new Java Persistence APIs, and Spring 2.0 to implement pagination.
[Includes sample code]
http://weblogs.java.net/blog/caroljmcdonald/archive/2007/06/sample_applicat.html - Jun, 2007