You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore multi-page and PDF reference documentation
Generate docbook xml from the asciidoc reference guide and use the
docbook-reference-plugin to generate HTML (single and multi-page) and
PDF documentation.
Issue: SPR-11096
Copy file name to clipboardExpand all lines: src/asciidoc/index.adoc
+21-29Lines changed: 21 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,15 @@
1
1
= Spring Framework Reference Documentation
2
-
:author: Rod Johnson; Juergen Hoeller; Keith Donald; Colin Sampaleanu; Rob Harrop; +
3
-
Thomas Risberg; Alef Arendsen; Darren Davison; Dmitriy Kopylenko; +
4
-
Mark Pollack; Thierry Templier; Erwin Vervaet; Portia Tung; Ben Hale; +
5
-
Adrian Colyer; John Lewis; Costin Leau; Mark Fisher; Sam Brannen; +
6
-
Ramnivas Laddad; Arjen Poutsma; Chris Beams; Tareq Abedrabbo; Andy Clement; +
7
-
Dave Syer; Oliver Gierke; Rossen Stoyanchev; Phillip Webb; Rob Winch
8
-
:doctype: book
9
-
10
-
Core support for dependency injection, transaction management, web applications, data
11
-
access, messaging, testing and more.
12
-
13
-
__Copies of this document may be made for your own use and for distribution to others,
14
-
provided that you do not charge any fee for such copies and further provided that each
15
-
copy contains this Copyright Notice, whether distributed in print or electronically.__
16
-
17
-
18
-
19
-
20
-
2
+
Rod Johnson; Juergen Hoeller; Keith Donald; Colin Sampaleanu; Rob Harrop; Thomas Risberg; Alef Arendsen; Darren Davison; Dmitriy Kopylenko; Mark Pollack; Thierry Templier; Erwin Vervaet; Portia Tung; Ben Hale; Adrian Colyer; John Lewis; Costin Leau; Mark Fisher; Sam Brannen; Ramnivas Laddad; Arjen Poutsma; Chris Beams; Tareq Abedrabbo; Andy Clement; Dave Syer; Oliver Gierke; Rossen Stoyanchev; Phillip Webb; Rob Winch
21
3
22
4
23
5
24
6
25
7
26
8
[[spring-introduction]]
27
9
= Overview of Spring Framework
10
+
11
+
[partintro]
12
+
--
28
13
The Spring Framework is a lightweight solution and a potential one-stop-shop for
29
14
building your enterprise-ready applications. However, Spring is modular, allowing you to
30
15
use only those parts that you need, without having to bring in the rest. You can use the
@@ -44,6 +29,7 @@ your code base.
44
29
This document is a reference guide to Spring Framework features. If you have any
45
30
requests, comments, or questions on this document, please post them on the user mailing
46
31
list or on the support forums at http://forum.spring.io/[].
32
+
--
47
33
48
34
49
35
@@ -71,7 +57,6 @@ Examples of how you, as an application developer, can use the Spring platform ad
71
57
72
58
73
59
[[overview-dependency-injection]]
74
-
75
60
=== Dependency Injection and Inversion of Control
76
61
77
62
[[background-ioc]]
@@ -339,7 +324,7 @@ there are some pros and cons between them. In general, pick one place or the oth
339
324
your project; do not mix them. This is particularly important since EBR artifacts
340
325
necessarily use a different naming convention than Maven Central artifacts.
0 commit comments