-
Free chapters: Agile Java Development (6 messages)
- Posted by: Regina Lynch
- Posted on: August 02 2006 12:31 EDT
In Agile Java Development With Spring, Hibernate and Eclipse, author Anil Hemrajani describes technologies and methods to help bring simplicity back into enterprise Java development. Focusing on Spring, Hibernate and Eclipse, three key technologies that enable POJOs to be deployed in light-weight containers, this book demonstrates the complete lifecycle of an application from conceptualization to production. Other technologies covered in this book include Ant, JUnit and JSP tag libraries. Extreme Programming, Agile Model Driven Development and refactoring are also incorporated into the text as methods that can reduce the amount of up-front requirements and design. Chapter 5 of Agile Java Development, focusing on "Using Hibernate for Persistent Objects," Hemrajani develops the classes needed to implement functionality for his sample application. The chapter covers object-relational mapping, how to install HSQLDB, database design, writing a Data Definition Language (DDL) script using Ant, and setting up and understanding more advanced areas of Hibernate. Chapter 7 covers "The Spring Web MVC Framework." This chapter describes the benefits of the framework and how to build screens in the sample application using Spring MVC: a no-form controller, two form controllers, and a Spring HTTP interceptor. Download these chapters from Agile Java Development.Threaded Messages (6)
- Re: Free chapters: Agile Java Development by Thai Dang Vu on August 02 2006 17:07 EDT
- See also the book review by Floyd Marinescu on August 03 2006 09:04 EDT
- Appfuse by Patrick Turcotte on August 03 2006 23:54 EDT
- The source code for this book ? by ing erl on August 15 2006 08:19 EDT
- Source code by Johan Klinge on August 18 2006 17:23 EDT
- Re: Source code by John Ritter on September 01 2006 15:25 EDT
-
Re: Free chapters: Agile Java Development[ Go to top ]
- Posted by: Thai Dang Vu
- Posted on: August 02 2006 17:07 EDT
- in response to Regina Lynch
Has anybody read this book and had a look at AppFuse? If you have, could you give me some advices? I haven't read this book yet, just skimmed it. The reason I didn't read it is that it doesn't have examples about Acegi Security (or any security framework which allows us to implement the login, logout ... quickly). -
See also the book review[ Go to top ]
- Posted by: Floyd Marinescu
- Posted on: August 03 2006 09:04 EDT
- in response to Thai Dang Vu
A detailed book review of this awesome book was also done here: http://www.infoq.com/articles/Book-Review--Agile-Java-Devel -
Appfuse[ Go to top ]
- Posted by: Patrick Turcotte
- Posted on: August 03 2006 23:54 EDT
- in response to Thai Dang Vu
If you're looking into Appfuse, you could also look into SpringLive, a book by Matt Raible (creator of Appfuse). It does include a chapter with Acegi Security. And from my point of view, Acegi is the way to go for quick login / logout implementation. Patrick -
The source code for this book ?[ Go to top ]
- Posted by: ing erl
- Posted on: August 15 2006 08:19 EDT
- in response to Thai Dang Vu
Hello! Reading this book but I cannot find the sourcecode, it is said to be on the books homepage .... where !? anyone ? regards, i -
Source code[ Go to top ]
- Posted by: Johan Klinge
- Posted on: August 18 2006 17:23 EDT
- in response to Regina Lynch
You can find the source code here: http://www.samspublishing.com/bookstore/product.asp?isbn=0672328968&rl=1#info2 /Johan -
Re: Source code[ Go to top ]
- Posted by: John Ritter
- Posted on: September 01 2006 15:25 EDT
- in response to Johan Klinge
Or, at the author's website: http://visualpatterns.com/resources.jsp