Spring a developer's notebook

Since development first began on Spring in 2003, there's been a constant buzz about it in Java development publications and corporate IT departments. The reason is clear: Spring is a lightweight Java framework in a world of complex heavyweight architectures that take forever to implement. Sprin...

Full description

Bibliographic Details
Main Author: Tate, Bruce
Other Authors: Gehtland, Justin, Loukides, Michael Kosta
Format: eBook
Language:English
Published: Beijing O'Reilly 2005
Edition:First edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03617nmm a2200445 u 4500
001 EB001945952
003 EBX01000000000000001108854
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9780596523480 
020 |a 0596553099 
020 |a 0596523483 
020 |a 9780596553098 
050 4 |a QA76.76.A65 
100 1 |a Tate, Bruce 
245 0 0 |a Spring  |b a developer's notebook  |c Bruce A. Tate and Justin Gehtland ; [editor, Mike Loukides] 
250 |a First edition 
260 |a Beijing  |b O'Reilly  |c 2005 
300 |a 212 pages  |b illustrations 
505 0 |a Getting started -- Building a user interface -- Integrating other clients -- Using JDBC -- OR persistence -- Services and AOP -- Transactions and security -- Messaging and remoting -- Building rich clients 
653 |a Logiciels d'application / Développement 
653 |a Application software / Development / fast 
653 |a Spring (Computer program language) / bisacsh 
653 |a Java (Computer program language) / fast 
653 |a Java (Langage de programmation) 
653 |a Java (Computer program language) / http://id.loc.gov/authorities/subjects/sh95008574 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
700 1 |a Gehtland, Justin 
700 1 |a Loukides, Michael Kosta 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a "Updated.". - Includes index 
776 |z 0596009100 
776 |z 9780596523480 
776 |z 9780596009106 
776 |z 0596523483 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596009100/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.3 
520 |a Since development first began on Spring in 2003, there's been a constant buzz about it in Java development publications and corporate IT departments. The reason is clear: Spring is a lightweight Java framework in a world of complex heavyweight architectures that take forever to implement. Spring is like a breath of fresh air to overworked developers. In Spring, you can make an object secure, remote, or transactional, with a couple of lines of configuration instead of embedded code. The resulting application is simple and clean. In Spring, you can work less and go home early, because you can strip away a whole lot of the redundant code that you tend to see in most J2EE applications. You won't be nearly as burdened with meaningless detail. In Spring, you can change your mind without the consequences bleeding through your entire application. You'll adapt much more quickly than you ever could before. Spring: A Developer's Notebook offers a quick dive into the new Spring framework, designed to let you get hands-on as quickly as you like. If you don't want to bother with a lot of theory, this book is definitely for you. You'll work through one example after another. Along the way, you'll discover the energy and promise of the Spring framework. This practical guide features ten code-intensive labs that'll rapidly get you up to speed. You'll learn how to do the following, and more: install the Spring Framework set up the development environment use Spring with other open source Java tools such as Tomcat, Struts, and Hibernate master AOP and transactions utilize ORM solutionsAs with all titles in the Developer's Notebook series, this no-nonsense book skips all the boring prose and cuts right to the chase. It's an approach that forces you to get your hands dirty by working through one instructional example after another-examples that speak to you instead of at you