| See also: |
| ||
| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Examples Interview Transcripts | Presentations Tutorials |
- Migrating to Spring by Ethan McCallum - [Clicks: 97]
Sure, everyone's been talking up Spring for the last year or so, but what if your app already uses some other framework, or if you didn't even use a framework and instead rolled your own JDBC and DAOs? Ethan McCallum has a case study showing how he took a web application written for another article and converted it to Spring, highlighting what he gained in the process.
http://www.onjava.com/pub/a/onjava/2006/12/13/migrating-to-spring.html - Dec, 2006 - Make the Right Decision with Our Side-by-Side Comparison of Spring and EJB 3.0, Part 2 by Rod Coffin - [Clicks: 146]
If you are you know what a hard decision it can be. Explore the similarities and differences between two of the most popular Java technologies today and learn key distinctions in making a technological decision between the two. Part 2 explores messaging, remoting, dependency injection, and more.
http://www.devx.com/Java/Article/32447 - Sep, 2006 - Basic Spring Interaction with WebLogic Portal by Mark Meyer, Don Davis - [Clicks: 212]
The goal of this tutorial is to demonstrate how basic Spring functionality can be leveraged in a WebLogic Portal application. One use case focuses on page flows and Spring while the other use case focuses on backing files and Spring. In each use case, we show how the same Portal/portlet code is used to interact with different implementation objects accessed using the Spring framework.
[Includes the sample WebLogic Portal application]
http://dev2dev.bea.com/pub/a/2006/09/weblogic-portal-spring.html - Sep, 2006 - Make the Right Decision with Our Side-by-Side Comparison of Spring and EJB 3.0 by Rod Coffin - [Clicks: 109]
Are you trying to choose between Spring and EJB 3.0? If you are you know what a hard decision it can be. Explore the similarities and differences between two of the most popular Java technologies today and learn key distinctions in making a technological decision between the two.
http://www.devx.com/Java/Article/32314 - Aug, 2006 - Create Lightweight Spring Plug-Ins -- a la Eclipse by Bryant Harris - [Clicks: 48]
Leverage the Spring framework as a platform for creating lightweight plug-ins that work seamlessly with your existing J2EE applications
[Includes source code]
http://www.devx.com/Java/Article/31835 - Jul, 2006 - Develop enterprise Java applications with POJOs in Action by Jeff Friesen - [Clicks: 91]
Many enterprise Java developers have discovered that Java EE's Enterprise JavaBeans framework causes more problems than it solves. POJOs in Action is a book that identifies these problems and presents an alternative based on plain-old Java objects and lightweight frameworks. In this article, Jeff Friesen reviews this book chapter by chapter.
http://www.javaworld.com/javaworld/jw-07-2006/jw-0703-pia.html - Jul, 2006 - Using Lucene with Spring - Introduction to Spring Modules by Jeroen van Wilgenburg - [Clicks: 123]
While preparing a Lucene presentation and workshop I came across Spring Modules. It’s a small set of libraries that do things the Spring-way. It isn’t included in Spring because it doesn’t belong to the ‘core-business’ of Spring. I’m not writing about the possibilities of Spring Modules, I’ll only focus on the Lucene library. Nevertheless it’s worthwhile to take a peek at Spring Modules yourself. Lucene is a very fast and easy to use java based search engine. Spring Modules (SM) hides some implementation details and lets you configure the search engine in XML (like you’re used to in Spring).
http://technology.amis.nl/blog/?p=1248 - Jun, 2006 - Eclipse RCP Meets Spring: A Perfect Thick-Client Match by Stephen Lum - [Clicks: 164]
Eclipse Rich Client Platform (RCP) is fast becoming the framework of choice for building thick client applications. Get a step-by-step guide to leveraging Eclipse RCP with Spring.
[Includes source code]
http://www.devx.com/Java/Article/31763 - Jun, 2006 - Spring: the Eclectic Framework by Vlad Kofman - [Clicks: 62]
Vlad Kofman plays the role of the devil's advocate and focuses on the framework as a whole, its usefulness, and the problems it is trying to address. While doing this he also discusses the components of the framework in detail.
http://www.developer.com/java/ent/article.php/3611936 - Jun, 2006 - Build a Java App Server Foundation for Thick-Client Deployment by Stephen Lum - [Clicks: 32]
Web 2.0, rich Internet applications RIA, and heavy JavaScript have become the latest rage. But why build a Web application that tries to look and act like a thick client when you can leverage a traditional J2EE/Web application server architecture to easily deploy an actual thick client?
http://www.devx.com/Java/Article/31637 - Jun, 2006 - Declarative Caching Services for Spring by Alex Ruiz - [Clicks: 82]
Scalability, reliability, and high performance are must-have requirements in modern J2EE applications. Regardless of the type of client, request processing usually involves actions that have a negative effect on performance, such as information gathering from disparate data sources and execution of complex calculations, to say the least. Caching is one of the most essential practices that improve the performance of enterprise applications. Every application has its own caching requirements that must be constantly adjusted to ensure that no performance degradation occurs. Enterprise applications need an easy way to add and tune caching functionality without touching the application's code. This article introduces a code-free caching framework for Spring-based applications, Declarative Caching Services for Spring.
[Includes sample code]
http://dev2dev.bea.com/pub/a/2006/05/declarative-caching.html - May, 2006 - Developing with POJOs Part 3 by Chris Richardson - [Clicks: 103]
See how to configure applications with Spring, deploy a POJO application and review POJO design topics.
http://www.developer.com/java/ejb/article.php/3594121 - Mar, 2006 - Develop Spring applications for IBM WebSphere Application Server -- Part 1 by Sunil Patil - [Clicks: 344]
Develop a J2EE application for IBM WebSphere Application Server using the Spring Framework and IBM Rational Application Developer. In this first of three articles, learn about Spring, the Spring bean factory, and AOP, and about how to integrate Spring and Struts applications.
[Includes sample code]
http://www-128.ibm.com/developerworks/websphere/techjournal/0603_patil/0603_patil1.html - Mar, 2006 - Developing with POJPs Part 2 by Chris Richardson - [Clicks: 65]
Learn how to eliminate DTOs, return domain objects to the presentation tier, make POJOs transactional, and manage these transactions with Spring.
http://www.developer.com/java/ejb/article.php/3592341 - Mar, 2006 - Leverage Spring Web development with Offspring by Edward Salatovka - [Clicks: 38]
This article introduces Offspring, a Spring-based Web framework extension. It accelerates and simplifies the design and implementation of Web applications by reusing aspect-oriented modules, thereby separating the responsibilities of the software components and hiding the Java Spring specifics from the development process. Extreme flexibility is achieved by combining the generic framework with specialized modules called executors. Examples from the real Website www.whowillbethere.com, which was built on the principles of Offspring, illustrate this proof of concept.
[Includes source code]
http://www.javaworld.com/javaworld/jw-03-2006/jw-0313-offspring.html - Mar, 2006 - Developing with POJOs by Chris Richardson - [Clicks: 95]
Compare classic EJB to POJO approaches, discover the benefits of using POJOs, how to use transparent persistence with JDO and Hibernate, and how to encapsulate the calls to the persistence framework.
http://www.developer.com/java/ejb/article.php/3590731 - Mar, 2006 - Spring and EJB 3.0 in Harmony by Ales Justin - [Clicks: 126]
The new EJB 3.0 specification supports some notion of dependency injection via annotations. As an avid Spring user, I'm used to configuring fine-grained beans with Spring bean factories and XML. How does EJB 3.0 compare? More importantly, can we use EJB 3.0 POJOs and Spring POJOs side-by-side in applications? In this article, I'll try to answer those questions based on my own investigations and experiences. As it turns out, using a versatile application server like the JBoss Application Server (AS), Spring and EJB 3.0 POJOs can co-exist in harmony in your applications.
http://www.java.sys-con.com/read/180386.htm - Feb, 2006 - J2EE Without the Application Server by Guy Pardon - [Clicks: 84]
Guy Pardon advocates combining Spring with specific enterprise frameworks (persistence, messaging, transactions, etc.) to build enterprise applications without the heft of a full-blown J2EE server.
[Includes source code]
http://www.onjava.com/pub/a/onjava/2006/02/08/j2ee-without-application-server.html - Feb, 2006 - Twelve Best Practices For Spring XML Configurations by Jason Zhicheng Li - [Clicks: 132]
In this article, I will show you 12 best practices for Spring XML configurations. Some of them are more necessary practices than best practices. Note that other factors, such as domain model design, can impact the XML configuration, but this article focuses on the XML configuration's readability and manageability.
http://www.onjava.com/pub/a/onjava/2006/01/25/spring-xml-configuration-best-practices.html - Jan, 2006
- spring-kickstart. Spring Kickstart sample code - [Clicks: 218]
This is a project for creating sample code for the Spring 2.0 Kickstart presentation at Spring Forward 2006 (http://springforward2006.com)
http://code.google.com/p/spring-kickstart - 2006
- Spring Clustering with Terracotta by Frank Sommers - [Clicks: 44]
Terracotta's decision to open-source its clustering technology was in part driven by a new-found love between it and major open-source enterprise application tools and frameworks, such as Tomcat and Spring. Artima spoke with Spring project founder Rod Johnson and Terracotta co-founder Ari Zilka about using Terracotta to cluster Spring applications.
http://www.artima.com/lejava/articles/spring_clustering.html - Dec, 2006
- New in the World of Spring: A Look at Spring 2.0 and Related Projects by Colin Sampaleanu - [Clicks: 56]
"New in the World of Spring: a Look at Spring 2.0 and Related Projects", attached here, is a presentation I originally gave at the Philly Spring Users Group in late July, and then again in September (minus some detail slides) as the keynote at the one-day SpringForward 2006 conference. Aimed at developers already familiar with Spring 1.x, it walks through the many enhancements that Spring 2.0 brings to the table.
[Formats: PDF]
http://www.springframework.org/node/376 - Nov, 2006
- Build Apache Geronimo applications using JavaServer Faces, Part 5: Integrating your JSF application with Spring by Chris Herborth - [Clicks: 126]
This final installment wraps up the five-part tutorial series by introducing you to the Spring Framework. Learn to integrate your JavaServer Faces (JSF) applications with Spring, a popular framework that makes it easier for Apache Geronimo developers to build Java Platform, Enterprise Edition (Java EE) applications. You'll use Spring to continue developing the front end for the example Developer Forum Signup application.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/os-dw-os-ag-jsf5.html - Dec, 2006 - Apache Geronimo and the Spring Framework, Part 2: Building your first application by Arun Chhatpar - [Clicks: 45]
Learn how to create a basic, no-frills application on Apache Geronimo using the Spring Framework, a layered Java Platform, Enterprise Edition (Java EE) and Java 2 Platform, Enterprise Edition (J2EE) application framework developed under the Apache License. This six-part tutorial series covers the complete Spring Framework, front to back, including how to implement its functionality with Apache Geronimo. In Part 1, you were introduced to the Geronimo application server and the Spring Framework, including Inversion of Control (IoC) and the modules that comprise the Spring Framework. In this second installment, you'll develop, configure, and deploy your first application based on the Spring Framework. You'll also see how easy Geronimo is to install and how its Web Console simplifies deploying and managing Web applications.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-ag-springframe2.html - Sep, 2006 - Apache Geronimo and the Spring Framework, Part 1: Development methodology by Arun Chhatpar - [Clicks: 42]
Apache Geronimo is making news with its latest release, version 1.1. At its core is the Inversion Of Control (IoC) model, which is also the core pattern for the Spring Framework, a layered Java Platform, Enterprise Edition (Java EE) and Java 2 Platform, Enterprise Edition (J2EE) application framework developed under the Apache License. The Spring Framework was built on the principle that Java EE should be easier to use. This six-part tutorial series covers the complete Spring Framework, front to back, including how to implement its functionality with Apache Geronimo. This installment, Part 1 of the series, introduces you to the Spring Framework architecture and explores the instersection between Geronimo and Spring.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/os-dw-os-ag-springframe1.html - Sep, 2006 - Develop DB2 applications using persistence-based frameworks by Naveen Balani - [Clicks: 414]
Get an overview of various persistence-based frameworks for DB2 Universal Database (DB2 UDB) for Linux, UNIX, and Windows, including Hibernate, Java Data Objects (JDO), and Java DataBase Connectivity (JDBC) 3.0. Build DB2 persistence-based applications employing the widely used Hibernate and Spring framework.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/dm-dw-dm-0604balani-i.html - Apr, 2006