Costin Leau
dcf0244566
SPR-3786
...
+ add note on annotation-based injection vs XML
+ provide a nicer introduction to annotation based chapter
16 years ago
Chris Beams
1cda8cb6fa
Updated documentation to point out that AnnotationConfigWebApplicationContext can accept both fully-qualified class names as well as base packages to the contextConfigLocation init-param.
16 years ago
Costin Leau
71d7b22d5e
SPR-3771
...
+ added table summarizing the Aware interfaces in Spring 3
16 years ago
Juergen Hoeller
23b0f82173
fixed link to blog entry (SPR-6691)
16 years ago
Juergen Hoeller
4931e8b229
fixed "inner vs. nested class" terminology (SPR-6608)
16 years ago
Juergen Hoeller
f7b0a2c0a2
fixed JavaConfig sample code (SPR-6637, SPR-6638)
16 years ago
Chris Beams
d2f28ccf41
SJC-273 resolved minor @Configuration documentation error
16 years ago
Chris Beams
f6228b91e5
Resolved SPR-6187: touch-ups based on mfisher's feedback.
16 years ago
Chris Beams
0057481a0a
SPR-6187: Document @Configuration classes and AnnotationConfig[Web]ApplicationContext
16 years ago
Arjen Poutsma
04e08d6952
Updated docbook files to use Docbook 4.5 DTDs, so it uses the locally cached versions
16 years ago
Mark Fisher
f6a2e58d95
SPR-6341 Added documentation for Lifecycle, SmartLifecycle, and LifecycleProcessor in the 'beans' chapter after init/destroy callbacks are covered.
16 years ago
Keith Donald
4877a0412c
fixed typo
16 years ago
Luke Taylor
afe87ea881
SPR-6220: Corrected spelling of 'DataSource'
16 years ago
David Syer
46818b038a
SPR-6257: Resolved in beans.xml
17 years ago
Sam Brannen
6ea83afe1e
Corrected typos and cleaned up DocBook structure.
17 years ago
Mark Pollack
d8245c800b
Add minimal doc for JSR 330 support.
17 years ago
Chris Beams
19bccaaa11
updates made during my review of beans.xml:
...
* eliminated all usage of "the section entitled", because <xref> links already render including "the section called ". This was resulting in sentences like 'see also the section entitled the section called "@Autowired"'. This issue affected nearly all sections of the documentation, so went beyond just beans.xml
* fixed table overflow in the "Using filters to customize scanning" section (approx. p.90)
* fixed all code overflows in <programlisting/> elements
* corrected a couple minor syntax errors with SpEL examples (missing closing braces)
* added 'language="..."' element to <programlisting> elements where appropriate to enable syntax highlighting.
* normalized all code indention to four-space (some code listings were using one- and two-space)
* updated all code listings to use same-line opening braces.
* eliminated section regarding backward compatibility with Spring DTDs and singleton=true|false. This seems like cruft to me, and we shouldn't keep historical notes around forever.
* Added <note> regarding the new thread scope (SimpleThreadScope) to Section 3.5 Bean Scopes. Also updated the section on registering a custom Scope implementation to use the SimpleThreadScope as an example.
* updated the new-in-3.xml section to improve the @Configuration example
17 years ago
Chris Beams
b118aae971
s/(init|destroy)MethodName/(init|destroy)Method/ to reflect recent changes made when porting @Bean to Spring core.
17 years ago
Mark Pollack
3e02887dd2
SPR-5979 - Reference guide refers to non-existing type StandardScopes
...
SPR-5965 - Typo error in reference documentation - "What's new in Spring 3.0"
17 years ago
Mark Pollack
9696c66517
Finished applying Beverly's edits
17 years ago
Mark Pollack
35b2a7e612
Applied and reviewed Beverly's final edits up to section "beans-factory-scopes"
17 years ago
Mark Pollack
241280d24d
Beverly's edits reviewed.
17 years ago
Mark Pollack
474ffaac63
Beverly's copy edits - to be reviewed.
17 years ago
Thomas Risberg
9eacd10615
removed some instances of unnecessary <value></value> elements
17 years ago
Mark Pollack
bb3c9c1898
clean up use of old <value></value> usage.
...
Refer to STS and p-namespace
17 years ago
Mark Pollack
7b1ff5859e
minor cleanup
17 years ago
Mark Pollack
f05df17037
Remove the emphasis on BeanFactory and replace with use of ApplicationContext
...
Remove example of ObjectFactoryCreatingFactoryBean
Some chapter restructuring
More explicit listings of non-XML based configuration options.
17 years ago
Sam Brannen
7038e1fa3d
[SPR-5824] Removed references to StandardScopes from the reference manual; updated examples accordingly; corrected typos; etc.
17 years ago
Mark Pollack
d89c8e5ea4
Internal formatting changes introduced only by XmlMind editor, mostly changing < to %lt;
17 years ago
Thomas Risberg
268f04aac8
updated xxx-2.5.xsd references to 3.0
17 years ago
Mark Pollack
278488d11e
Documentation cleanup.
...
Move classic aop-api chapter to appendix
Move JMS 1.0.2 related documentation to appendix
Remove references to Commons Annotations and source level metadata abstraction
Fix program highlighting issue in beans.xml
17 years ago
Mark Pollack
7b815b5e05
SPR-5740
17 years ago
Mark Pollack
41c8352e16
Documentation fixes: SPR-5748, SPR-5723, SPR-5750, SPR-5753, SPR-5747
17 years ago
Thomas Risberg
0383f705ae
clean-up of the @Bean content
17 years ago
Thomas Risberg
05f1d08028
re-arranged the @Bean content
17 years ago
Thomas Risberg
b1577c28e2
removed some JavaConfig references
17 years ago
Thomas Risberg
41423a9ab9
added some JavaConfig content
17 years ago
Mark Pollack
30967d3b20
Update docs to use of @Bean inside a @Component
17 years ago
Mark Pollack
c2f4f97fa5
Update docs to use of @Bean inside a @Component
17 years ago
Thomas Risberg
1facd45c5e
switched to use XInclude
17 years ago
Mark Pollack
aa36118e1c
Finish REST docs, add docs for @FactoryMethod , add links in 'new-in-3'
17 years ago
Thomas Risberg
a3cbb05ed5
added language element to programlisting for syntax highlighting
17 years ago
Thomas Risberg
fb8ec6ed97
added some styling and color coded syntax highlighting to beans chapter
17 years ago
Thomas Risberg
abbdc1144a
Added the Spring Framework reference documentation
17 years ago