Введение в Spring Framework 2.5

Rod Johnson, “Introduction to the Spring Framework 2.5”, public translation into Russian from English More about this translation.

See also 106 similar translations

Translate into another language.

Participants

Egiptyanin3361 points
artamonov3043 points
Nuke1525 points
And others...
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 фрэймворк 2.5 (Introduction to the Spring Framework 2.5)

Введение в Spring Framework 2.5

History of edits (Latest: lam0x86 3 years, 6 months ago) §

http://ru.wikipedia.org/wiki/Spring_F... в помощь selezian

— Мне кажется, что правильнее не переводить название, а оставить как есть — "Spring Framework 2.5". lam0x86

— НАРОД, НАДО УЖЕ ЗАКАНЧИВАТЬ ПОТИХОНЬКУ:) kolodrevskiy

Since I last revised this article in May, 2005, the Spring Framework has continued to grow in popularity, and has become the de facto standard for enterprise Java development. It has progressed from version 1.2 to the present 2.5, and has been adopted in an even wider range of industries and projects. In this article, I'll try to explain what Spring sets out to achieve, and how I believe it can help you to develop enterprise Java applications.

С тех пор как я последний раз обновлял эту статью в мае 2005 года, Spring фрэймворк продолжал набирать популярность, и стал стандартом де-факто для Enterprise Java разработки. Пока он развивался с версии 1.2 до теперешней версии 2.5, он был принят в еще более широком спектре отраслей и проектов. В этой статье я попытюсь объяснить, чего Spring собирается достичь, и как, я полагаю, это может помочь вам в разработке Enterprise Java приложений.

History of edits (Latest: batoha83 3 years, 7 months ago) §

Why Spring?

Почему Spring?

History of edits (Latest: kolodrevskiy 3 years, 7 months ago) §

I believe that Spring is unique, for several reasons:

Я верю, что Sping уникален, по нескольким причинам:

Unapproved edits (Latest: kolodrevskiy 3 years, 7 months ago) §

* It addresses important areas that other popular frameworks don't. Spring focuses around providing a way to manage your business objects.

* Он затрагивает важные области, которых не касаются другие фрэймворки. Spring фокусируется на способе управления вашими бизнес обьектами.

History of edits (Latest: artamonov 3 years, 6 months ago) §

* Spring is comprehensive and modular. Spring has a layered architecture, meaning that you can choose to use just about any part of it in isolation, yet its architecture is internally consistent. So you get maximum value from your learning curve. You might choose to use Spring only to simplify use of JDBC, for example, or you might choose to use Spring to manage all your business objects. And it's easy to introduce Spring incrementally into existing projects.

* Spring - самодостаточный модульный фреймворк, с выраженной многослойной архитектурой. Вы можете использовать каждую из его частей независимо, и при этом его архитектура останется внутренне целостной. Вы получите максимум пользы на любом этапе изучения. Например, вы можете использовать Spring только для упрощения использования JDBC, а можете использовать его для управления бизнес объектами. Кроме того, можно достаточно легко внедрить Spring в существующие проекты.

Unapproved edits (Latest: artamonov 3 years, 6 months ago) §

— фигня какая-то, не могу уловить смысл второго предложения batoha83

— Есть несколько слоёв,они представляют собой работающий механизм,но в тоже время ты можешь выделить только один слой и работать только с ним. Это никак не повлияет на структуру приложения или на его работу. Nuke

* Spring is designed from the ground up to help you write code that's easy to test. Spring is an ideal framework for test driven projects.

* Spring создан с нуля, для того чтобы помочь вам писать код, который можно легко тестировать. Spring идеальный выбор платформы для проектов, развиваемых в рамках методологии разработки через тестирование (TDD)).

History of edits (Latest: Kodeks 3 years, 6 months ago) §

— "test driven projects" - не совсем понятна формулировка. Nuke

— мне кажется тоже что речь идёт о test-driven development kolodrevskiy

— думаю стоит воспользоваться устоявшимся переводом http://wiki.agiledev.ru/doku.php?id=t... Kodeks

* Spring is an increasingly important integration technology, its role recognized by vendors large and small.

* Spring — это технология интеграции, важность которой возрастает всё больше, её роль признана как крупными, так и маленькими компаниями-разработчиками.

History of edits (Latest: ruguevara 3 years, 5 months ago) §

— "становящаяся все более важной" - как-то не по-русски, имхо. Egiptyanin

* The Spring Framework is the core of the Spring Portfolio , an increasingly complete solution for enterprise Java development, exhibiting the same consistency of approach developed in the Spring Framework itself.

* Spring Framework является ядром Spring Portfolio, быстро развивающегося комплексного решения для разработки корпоративных приложений на Java, которое демонстрирует такой-же последовательный подход к разработке, как и сам Spring Framework.

History of edits (Latest: artamonov 3 years, 5 months ago) §

— Ума не приложу, как лучше перевести enterprise Java development. Текущий вариант, "разработки на JAVA для предприятий" мне очент не нравится. Egiptyanin

— а как вариант "промышленная разработка на Java" или "промышленная Java-разработка"? YuM

Spring addresses most infrastructure concerns of typical applications. It also goes places other frameworks don't.

Spring предназначен для решения большинства "инфраструктурных" проблем обычного приложения. Кроме того, этот фреймворк решает те проблемы, которые не могут решить другие фреймворки.

History of edits (Latest: batoha83 3 years, 7 months ago) §

An open source project since February 2003, Spring has a long heritage. The open source project started from infrastructure code published with my book, Expert One-on-One J2EE Design and Development, in late 2002. Expert One-on-One J2EE laid out the basic architectural thinking behind Spring. However, the core architectural concepts go back to early 2000, and reflect my experience in developing infrastructure for a series of successful commercial projects.

Будучи open-source проектом c февраля 2003, Spring имеет уже долгую историю. Этот проект основан на исходном коде к книге, Expert One-on-One J2EE Design and Development, вышедшей в конце 2002 года. Идеи, изложенные в книге, легли в основу видения архитектуры Spring. Впрочем, основные его архитектурные принципы относятся к началу 2000 года, и отражают мой опыт в создании инфраструктуры целой серии коммерчески успешных проектов.

History of edits (Latest: Egiptyanin 3 years, 5 months ago) §

— Охренеть. А название книги и нафиг никому не надо? Egiptyanin

Pages: ← previous Ctrl next next untranslated

© Rod Johnson. License: Public