| 000 | 00946camuu22003014a 4500 | |
| 001 | 000045425903 | |
| 005 | 20080307144329 | |
| 008 | 071220s2008 ctua 001 0 eng | |
| 010 | ▼a 2007282719 | |
| 020 | ▼a 9781933988139 (pbk.) | |
| 020 | ▼a 1933988134 (pbk.) | |
| 035 | ▼a (KERIS)REF000014825348 | |
| 040 | ▼a DLC ▼c DLC ▼d 211009 | |
| 050 | 0 0 | ▼a QA76.73.J38 ▼b W342 2008 |
| 082 | 0 4 | ▼a 005.13/3 ▼2 22 |
| 090 | ▼a 005.133 ▼b W215s2 | |
| 100 | 1 | ▼a Walls, Craig. |
| 245 | 1 0 | ▼a Spring in action / ▼c Craig Walls with Ryan Breidenbach. |
| 250 | ▼a 2nd ed. | |
| 260 | ▼a Greenwich, CT : ▼b Manning Publications Co. , ▼c c2008. | |
| 300 | ▼a xxxiv, 730 p. : ▼b ill. ; ▼c 24 cm. | |
| 500 | ▼a Includes index. | |
| 500 | ▼a "Covers Spring 2.0"--Cover. | |
| 650 | 0 | ▼a Java (Computer program language) |
| 650 | 0 | ▼a Application software ▼x Development. |
| 700 | 1 | ▼a Breidenbach, Ryan. |
| 945 | ▼a KINS |
소장정보
| No. | 소장처 | 청구기호 | 등록번호 | 도서상태 | 반납예정일 | 예약 | 서비스 |
|---|---|---|---|---|---|---|---|
| No. 1 | 소장처 과학도서관/Sci-Info(2층서고)/ | 청구기호 005.133 W215s2 | 등록번호 121165711 | 도서상태 대출가능 | 반납예정일 | 예약 | 서비스 |
컨텐츠정보
책소개
스프링 2.0에 대해 알아야 할 모든 내용을 다루고 있다. 곧바로 예제로 뛰어들기 전에 배경이 되는 중요 개념을 주의 깊게 소개한다. 또한 누구라도 즐겁게 읽을 수 있으며, 스프링을 경험해 본 개발자에게도 가치 있는 내용을 풍부하게 담고 있다.
또한 기사, 음유시인, 마술사, 1인 밴드, 학생, 라임, 수하물, 빨간 알약 등의 예제를 통해 새로운 다양한 개념을 설명하고 있다. 프로그래밍 기법뿐 아니라 해결하고자 하는 비즈니스 도메인과의 상호작용을 통해, 종속객체 주입(dependency injection)과 애스펙트 지향 프로그래밍(aspect-oriented programming)이 실제로 어떻게 작동하는지를 이해할 수 있도록 돕고자 했다.
Spring in Action 2E is an expanded, completely updated second edition of the best selling Spring in Action. Written by Craig Walls, one of Manning's best writers, this book covers the exciting new features of Spring 2.0, which was released in October 2006.
Spring is a lightweight container framework that represents an exciting way to build enterprise components with simple Java objects. By employing dependency injection and AOP, Spring encourages loosely coupled code and enables plain-old Java objects with capabilities that were previously reserved for EJBs. This book is a hands-on, example-driven exploration of the Spring Framework. Combining short code snippets and an ongoing example developed throughout the book, it shows readers how to build simple and efficient J2EE applications, how to solve persistence problems, handle asynchronous messaging, create and consume remote services, build web applications, and integrate with most popular web frameworks. Readers will learn how to use Spring to write simpler, easier to maintain code so they can focus on what really matters-- critical business needs.
Spring in Action, 2E is for Java developers who are looking for ways to build enterprise-grade applications based on simple Java objects, without resorting to more complex and invasive EJBs. Even hard-core EJB users will find this book valuable as Spring in Action, 2E will describe ways to use EJB components alongside Spring. Software architects will also find Spring in Action, 2E useful as they assess and apply lightweight techniques prescribed by Spring. and learn how Spring can be applied at the various layers of enterprise applications.
"Spring in Action" 2E is an expanded, completely updated second edition of the best selling "Spring in Action," Written by Craig Walls, one of Manning's best writers, this book covers the exciting new features of Spring 2.0, which was released in October 2006. Spring is a lightweight container framework that represents an exciting way to build enterprise components with simple Java objects. By employing dependency injection and AOP, Spring encourages loosely coupled code and enables plain-old Java objects with capabilities that were previously reserved for EJBs. This book is a hands-on, example-driven exploration of the Spring Framework. Combining short code snippets and an ongoing example developed throughout the book, it shows readers how to build simple and efficient J2EE applications, how to solve persistence problems, handle asynchronous messaging, create and consume remote services, build web applications, and integrate with most popular web frameworks. Readers will learn how to use Spring to write simpler, easier to maintain code so they can focus on what really matters-- critical business needs. "Spring in Action," 2E is for Java developers who are looking for ways to build enterprise-grade applications based on simple Java objects, without resorting to more complex and invasive EJBs. Even hard-core EJB users will find this book valuable as "Spring in Action," 2E will describe ways to use EJB components alongside Spring. Software architects will also find "Spring in Action," 2E useful as they assess and apply lightweight techniques prescribed by Spring. and learn how Spring can be applied at the various layers of enterprise applications.
정보제공 :
저자소개
크레이그 월즈(지은이)
현재 Pivotal 사의 시니어 엔지니어이자 자바 챔피언 및 알렉사 챔피언이며, 《Spring in Action》 《Spring Boot in Action》 《Build Talking Apps》의 저자다. 크레이그는 지역 사용자 모임과 콘퍼런스에서 자주 강연하고 스프링 관련 글을 기고하는 등 스프링 프레임워크의 열렬한 홍보대사로 활동하고 있다. 코드를 짜지 않을 때면 디즈니 월드나 디즈니랜드로의 다음 여행을 계획하거나, 아내와 두 딸, 새로 맞이한 사위, 새 한 마리 그리고 강아지 세 마리와 함께 최대한 많은 시간을 보낸다.
Ryan Breidenbach(지은이)
5년간 자바 웹 애플리케이션을 개발해왔으며, 현재 텍사스 주 코펠에 살고 있다.
