"Spring в Действии. Второе издание (Часть 2. Enterprise Spring)"

Craig Walls, Ryan Breidenbach, ““Spring in Action. Second Edition (Part 2. Enterprise Spring)””, public translation into Russian from English More about this translation.

See also 39 similar translations

Another translations: into English. Translate into another language.

Participants

YuM1145 points
blandger467 points
zakov79 points
Join Translated.by to translate! If you already have a Translated.by account, please sign in.
If you do not want to register an account, you can sign in with OpenID.
Pages: ← previous Ctrl next next untranslated

“Spring in Action. Second Edition (Part 2. Enterprise Spring)”

"Spring в Действии. Второе издание (Часть 2. Enterprise Spring)"

History of edits (Latest: zakov 1 year, 7 months ago) §

In part 1, you learned about Spring’s core container and its support for
dependency injection (DI) and aspect-oriented programming (AOP). With
that foundation set, part 2 will show you how to apply DI and AOP to imple-
ment business layer functionality for your application.

В первой части вы познакомились с ядром Spring'а и поддержкой им инъекций зависимостей (dependency injection, DI) и аспектно-ориентированного программирования (aspect-oriented programming, AOP). Основываясь на этих знаниях, в главе 2 будет показано, как использовать DI и AOP при реализации слоя бизнес-логики в вашем приложении.

History of edits (Latest: YuM 1 year, 6 months ago) §

Most applications ultimately persist business information in a relational
database. Chapter 5, “Hitting the database,” will guide you in using Spring’s
support for data persistence. You’ll be introduced to Spring’s JDBC support,
which helps you remove much of the boilerplate code associated with JDBC.
You’ll also see how Spring integrates with several popular object-relational
mapping frameworks, such as Hibernate, JPA, and iBATIS.

Большинство приложений в итоге сохраняют бизнес-информацию в реляционной базе данных. Глава 5, "Обращение к базе данных", расскажет вам об использовании поддержки Spring для доступа к данным. Вы познакомитесь с поддержкой JDBC Spring'ом, которая позволяет избавиться от большей части шаблонного кода, характерного для JDBC. Так же вы увидите, как Spring интегрируется с некоторыми популярными ORM-фреймворками (ORM - object-relation mapping - объектно-реляционное отображение), такими как Hibernate, JPA и iBATIS.

History of edits (Latest: zakov 1 year, 6 months ago) §

Once you are persisting your data, you’ll want to ensure that its integrity
is preserved. In chapter 6, “Managing transactions,” you’ll learn how Spring
AOP can be used to declaratively apply transactional policies to your applica-
tion objects using AOP. You’ll see that Spring affords EJB-like transaction sup-
port to POJOs.

Когда вы сохраняете свои данные, вы хотите быть уверены, что их целостность сохранится. В главе 6, "Управление транзакциями", вы изучите, как Spring AOP может использоваться для декларативного назначения политик транзакций объектам вашего приложения. Вы увидите, что Spring в состоянии поддерживать транзакции для POJOs (plain old Java objects - обычные Ява-объекты) в стиле EJB.

History of edits (Latest: YuM 1 year, 6 months ago) §

As security is an important aspect of many applications, chapter 7, “Secur-
ing Spring,” will show you how to use the Spring Security (formerly known as
Acegi Security) to protect the information your application contains.

Так как безопасность - важный аспект многих приложений, глава 7, "Безопасность Spring", покажет вам, как использовать Spring Security (ранее известную как Acegi Security) для защиты информации вашего приложения.

History of edits (Latest: zakov 1 year, 6 months ago) §

In chapter 8, “Spring and POJO-based remote services,” you’ll learn how
to expose your application objects as remote services. You’ll also learn how
to transparently access remote services as though they are any other object
in your application. Remoting technologies explored will include RMI, Hes-
sian/Burlap, web services, and Spring’s own HTTP invoker.

В 8-й главе, "Spring и удаленные сервисы, основанные на POJO", вы изучите, как делать объекты вашего приложения способными работать как нормальные удаленные сервисы. Вы также научитесь прозрачно получать доступ к удаленным сервисам так, как будто это обычные объекты вашего приложения. Такой подход будет работать с RMI, Hessian/Burlap, веб-сервисами и собственной библиотекой вызова через HTTP Spring'а.

History of edits (Latest: zakov 1 year, 6 months ago) §

Chapter 9, “Building contract-first web services in Spring,” approaches web ser-
vices from a different angle by showing how to use the Spring Web Services frame-
work to build contract-driven, document-centric web services.

Глава 9, "Строительный контракт - первые веб службы в Spring", подходит к веб-службам с другой стороны, показывая как использовать Spring Web Services фреймворк для создания документо-ориентированных веб-служб управления контрактами.

History of edits (Latest: zakov 1 year, 6 months ago) §

Chapter 10, “Spring messaging,” explores a different approach to application
integration by showing how Spring can be used with JMS to asynchronously send
and receive messages between applications. You’ll also see how to develop mes-
sage-driven POJOs and build asynchronous remote services using Lingo.

Глава 10, "Обмен сообщениями в Spring", рассматривает несколько иной, отличный от стандартного, подход к интеграции приложения, показывая, как Spring может быть использован с JMS'ом для асинхронного обмена сообщениями между приложениями. Вы также увидите, как разработать управляемые сообщениями POJO и построить асинхронные удаленные сервисы, используя Lingo.

History of edits (Latest: zakov 1 year, 6 months ago) §
Pages: ← previous Ctrl next next untranslated