| View: | [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Tutorials |
- Using Oracle TopLink with the Spring Framework by Lonneke Dikmans - [Clicks: 128]
Here you’ll build a sample application using Spring 1.2.8 and TopLink with Oracle JDeveloper 10.1.3. First, you’ll set up the workspace and then look at a sample application. After that, you’ll examine the data access code as well as the Spring configuration. After testing the code, you’ll deploy the application to the Oracle Containers for Java (OC4J) runtime.
http://www.oracle.com/technology/pub/articles/dikmans-spring-toplink.html - Sep, 2006 - Hibernate can meet your validation needs by Ted Bergeron - [Clicks: 611]
While it's important to build data validation into as many layers of a Web application as possible, it's traditionally been very time-consuming to do so, leading many developers to just skip it -- which can lead to a host of problems down the road. But with the introduction of annotations in the latest version of the Java platform, validation got a lot easier. In this article, Ted Bergeron shows you how to use the Validator component of Hibernate Annotations to build and maintain validation logic easily in your Web apps.
[Includes sample code]
http://www-128.ibm.com/developerworks/java/library/j-hibval.html - Sep, 2006 - Wake Up to iBATIS, the Hibernate Alternative for Spring by Kyle Gabhart - [Clicks: 1307]
As great as Hibernate is, a lesser-known Java persistence solution called iBATIS actually may be a superior technology for your Spring development in certain situations. Find out which.
[Includes sample code]
http://www.devx.com/Java/Article/31481 - May, 2006 - Using the Java Persistence API with Spring 2.0 by Seth White - [Clicks: 381]
The Java Persistence API (JPA) and the version 2.0 release of the Spring Framework have been creating a lot of interest among developers. This article looks at how Spring 2.0 and JPA can be used with BEA WebLogic Server. In particular, we describe an updated version of WebLogic Server's medical records sample application that uses Spring and JPA. The article shows how Spring and JPA form a powerful combination that is the cornerstone of a simplified POJO-based application architecture. The major technologies used include WebLogic Server 9.1, Spring 2.0, and Kodo JPA.
[Includes source code]
http://dev2dev.bea.com/pub/a/2006/03/jpa-spring-medrec.html - Mar, 2006 - Using Spring with JDO and Hibernate by Bruce Tate, Justin Gehtland - [Clicks: 1053]
In an earlier excerpt from Spring: A Developer's Notebook, authors Bruce Tate and Justin Gehtland kicked off their discussion of object-relational (OR) persistence with a look at iBATIS. While compelling for some, this option requires serious involvement with SQL. In this excerpt from Chapter 5, they move on to frameworks that more thoroughly isolate your Spring app from SQL.
[O'Reilly Book Excerpts: Spring: A Developer's Notebook]
http://www.onjava.com/pub/a/onjava/excerpt/springadn_ch05/index1.html - Feb, 2006 - Spring: Integrating iBATIS by Bruce Tate, Justin Gehtland - [Clicks: 953]
In this excerpt from Spring: A Developer's Notebook, Bruce Tate and Justin Gehtland introduce the iBATIS object-relational framework and show how Spring makes working with it easier.
[O'Reilly Book Excerpts: Spring: A Developer's Notebook]
http://www.onjava.com/pub/a/onjava/excerpt/springadn_ch05/index.html - Jan, 2006
- Apache Geronimo and the Spring Framework, Part 3: Integrating DAO and ORM by Arun Chhatpar - [Clicks: 579]
Extend the Apache Geronimo application you created in Part 2 of this six-part tutorial series. In Part 1 you explored the Geronimo application server, the Spring Framework, and Inversion of Control (IoC). Then you learned how to develop, configure, and deploy your first application based on the Spring Framework. In this installment, you'll learn how to let the integrated technologies -- like Spring Java Database Connectivity (JDBC) and Spring Data Access Objects (DAO) APIs -- do the work by reading your application data dynamically from an Apache Derby database. You'll also find out how to integrate Object Relational Mapping (ORM) into your application using iBATIS and appreciate the beauty of dependency injection by modifying the data sources in your application without touching the code.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/os-dw-os-ag-springframe3.html - Sep, 2006 - Introduction to Spring 2 and JPA by Sing Li - [Clicks: 185]
Java server applications need not be difficult and tedious to create. Now in its second generation, the lightweight Spring framework adds a large suite of features that make it simple for even new server application developers to use. One key enhancement is Spring 2's integration with the Java Persistence API (JPA), a cornerstone of the Enterprise JavaBeans (EJB) 3.0 specification. In this tutorial, learn how to create server applications from scratch using the Spring 2 framework.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/j-dw-java-spring2-i.html - Aug, 2006