| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Tutorials |
- Using ETags to Reduce Bandwith & Workload with Spring & Hibernate by Gavin Terrill - [Clicks: 92]
Gavin Terrill explores one of the lessor known facilities available to web developers, the humble "ETag Response Header", and how to integrate its use in a Spring and Hibernate based web app to improve application performance and scalability.
[Includes sample code]
http://www.infoq.com/articles/etags - Jul, 2007 - Project Experience with Acegi Security, Spring MVC and Oracle MapViewer by Erik Kerkhoven - [Clicks: 163]
For a customer with an interesting business we had to build a web application that has a RIA front end, displays data on maps, authenticates thru a web service that is connected with a back office customer subscription system, and that can handle any kind of data (for example shops, garages or whatever) as long as it conforms to a certain format. Depending on the specific dataset the application is configured in a different way and behaves differently.
http://technology.amis.nl/blog/?p=1486 - Jan, 2007
- Develop Spring applications for WebSphere Application Server Community Edition, Part 1: Spring MVC by Sunil Patil - [Clicks: 450]
If you're at all active in the Java community, or even if you just read Java-related online magazines or blog sites, you've probably heard of the Spring Framework, which has gained a lot of attention in the past few years. Now's your chance to try it out! This multipart tutorial series shows you how to develop Spring applications that you can use with IBM WebSphere Application Server Community Edition, a free, lightweight Java 2 Platform, Enterprise Edition (J2EE) application server. This installment introduces you to various database connection management options available to you while developing Spring applications. Learn about Spring's own implementation of DataSource, how to use an open source connection pool implementation, and how to use connection pools maintained by WebSphere Application Server Community Edition from your Spring application. Also, find out how Spring makes it easy for you to switch from one connection pool implementation to another without making any changes in your Java code.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/websphere/library/tutorials/0702_patil/0702_patil.html - Feb, 2007 - Apache Geronimo and the Spring Framework, Part 6: Spring MVC: Using Web view technologies by Arun Chhatpar - [Clicks: 275]
This tutorial, the final installment in a six-part series, shows you how to use JavaServer Pages (JSP), Velocity, Tiles, and PDF export using the Spring Framework. You'll experiment with the V in Model-View-Controller (MVC) -- the various Web views built into the Spring MVC. Along with this solid introduction to the various view technologies supported by the Spring MVC, you'll see how easy these technologies are to implement in the sample Phonebook application you've been building throughout this series.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/os-dw-os-ag-springframe6.html - Jan, 2007 - Apache Geronimo and the Spring Framework, Part 5: Spring MVC by Arun Chhatpar - [Clicks: 197]
Spring Model-View-Controller (MVC) is the most widely used module in the Spring Framework. It's based on a clean design and provides many classes you can use right out of the box. In this tutorial, the fifth installment of a six-part series, you'll get a detailed introduction to Spring MVC by adding more functionality to your Phonebook sample application. Along the way you'll learn how to employ useful classes from the rich set of Spring MVC APIs, define easy-to-understand controllers to handle actions for JavaServer Pages (JSPs), extend and use data-validation classes provided by the Spring MVC, and more. And as always, you'll use the Apache Geronimo Web Console to simplify application deployment.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/os-dw-os-ag-springframe5.html - Jan, 2007