Commit Graph
25 Commits
Author SHA1 Message Date
Costin Leau 38a49f088e SPR-4331
docs for LTW for WebSphere


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3934 50f2f4bb-b051-0410-bef5-90022cba6387
2011-02-01 10:18:06 +00:00
Costin Leau 33dcc26b96 SPR-7887
+ add note about JBoss 6

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3931 50f2f4bb-b051-0410-bef5-90022cba6387
2011-01-31 16:53:56 +00:00
Chris Beams 78ee247ac3 Replace 'Java EE' with 'enterprise Java' as appropriate
Also change 'JEE' -> 'Java EE'

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3539 50f2f4bb-b051-0410-bef5-90022cba6387
2010-08-07 14:47:17 +00:00
Chris Beams 9d514b6d59 Fix typos (SPR-7339)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3536 50f2f4bb-b051-0410-bef5-90022cba6387
2010-08-07 13:57:23 +00:00
Juergen Hoeller 7a9f9febf8 added warnings regarding accidental usage of @Configurable on a managed bean (SPR-7216)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3414 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-11 13:48:52 +00:00
Juergen Hoeller 53ac18362a added explicit section on autodetecting aspects through component scanning (SPR-7246)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3413 50f2f4bb-b051-0410-bef5-90022cba6387
2010-06-11 13:28:14 +00:00
Oliver Gierke d19d06cde4 SPR-7186 Added section on generic advice parameters
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3351 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-19 05:52:47 +00:00
Costin Leau f868c794eb SPR-7163
SPR-7161
+ update Petclinic references
+ minor corrections

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3312 50f2f4bb-b051-0410-bef5-90022cba6387
2010-05-05 13:42:46 +00:00
Costin Leau 90e931289f + minor doc update regarding Tomcat setup (so the Tomcat list is rendered properly)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3298 50f2f4bb-b051-0410-bef5-90022cba6387
2010-04-28 10:29:21 +00:00
Costin Leau 3a83af4d97 SPR-4493
+ added some clarifications
+ improved the document structure

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2864 50f2f4bb-b051-0410-bef5-90022cba6387
2010-01-26 14:31:44 +00:00
Costin Leau 244b530aeb SPR-4493
SPR-6756

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2860 50f2f4bb-b051-0410-bef5-90022cba6387
2010-01-25 17:03:05 +00:00
Juergen Hoeller 415b4acfba fixed instrumentation jar names (SPR-6753)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2853 50f2f4bb-b051-0410-bef5-90022cba6387
2010-01-22 19:23:11 +00:00
Thomas Risberg edfbe3dd8c updated reference documentation with references to "spring-agent.jar" to use "org.springframework.instrument-{version}.jar" (SPR-6597)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2848 50f2f4bb-b051-0410-bef5-90022cba6387
2010-01-21 16:49:05 +00:00
Arjen Poutsma 991f040948 Updated docbook files to use Docbook 4.5 DTDs, so it uses the locally cached versions
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2617 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-10 15:22:55 +00:00
David Syer 94d9c2606e SPR-6092: add section on EBR/Maven and tidy up references to jar files throughout
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2571 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 11:21:04 +00:00
Costin Leau 31a52a0f24 SPR-6469
+ renamed spring-agent.jar to org.springframework.instrument.jar through-out the documentation.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2550 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-30 13:18:16 +00:00
Costin Leau 3800a1bdab SPR-4724
+ most of the problems were already fixed (probably by Mark). These are just minor adjustments

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2500 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-24 14:32:18 +00:00
Andy Clement 99afed69f5 SPR-6123: doc update on writing good pointcuts (should include a within())
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2038 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-01 19:05:11 +00:00
Chris Beams ef0c822610 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


git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1790 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-31 05:36:34 +00:00
Thomas Risberg e96cef688a changed J2EE to Java EE
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1663 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-30 18:32:05 +00:00
Thomas Risberg ad1364163c updated xxx-2.5.xsd references to 3.0
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1340 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-09 23:39:37 +00:00
Thomas Risberg 04c3863246 fixed DOCTYPE to refer to the root_element used
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1082 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-30 04:16:07 +00:00
Thomas Risberg 8fe2a89d43 switched to use XInclude
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1001 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-14 21:37:40 +00:00
Thomas Risberg 8f20271be5 added language element to programlisting for syntax highlighting
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@947 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-08 13:38:36 +00:00
Thomas Risberg e2cb01c676 Added the Spring Framework reference documentation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@773 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-18 20:00:49 +00:00