Commit Graph

83 Commits

Author SHA1 Message Date
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.
2009-06-12 21:01:05 +00:00
Sam Brannen
d6d72b225c Fixed typo 2009-06-12 15:09:23 +00:00
Sam Brannen
7038e1fa3d [SPR-5824] Removed references to StandardScopes from the reference manual; updated examples accordingly; corrected typos; etc. 2009-06-12 14:29:29 +00:00
Mark Pollack
d89c8e5ea4 Internal formatting changes introduced only by XmlMind editor, mostly changing < to %lt; 2009-06-11 18:15:55 +00:00
Arjen Poutsma
332d2287da - Merged server-side REST into MVC chapter
- Merged client-side REST into Remoting chapter
- Removed sections about Controller interface, in favor of @Controller
- Updated samples to be more 'RESTful'
2009-06-10 11:09:39 +00:00
Thomas Risberg
268f04aac8 updated xxx-2.5.xsd references to 3.0 2009-06-09 23:39:37 +00:00
Thomas Risberg
c9bcc771dc updated ORM coverage to provide <tx:advice> and @Transactional samples; removed ProxyFactoryBean example 2009-06-09 23:30:36 +00:00
Thomas Risberg
48e7c44c35 changed section ids so they don't clash with aop-spring.xml 2009-06-09 23:28:54 +00:00
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
2009-06-09 21:29:53 +00:00
Thomas Risberg
60af7aba16 fixed duplicate section ids 2009-05-29 11:34:54 +00:00
Arjen Poutsma
15e51c5fb3 Minor changes 2009-05-28 11:13:38 +00:00
Sam Brannen
e5f37c8230 The text which was previously "instilled with boldness" (i.e., emboldened) is now just bold. ;) 2009-05-25 15:41:09 +00:00
Thomas Risberg
660cd3d00a further re-working of the ORM chapter 2009-05-22 19:01:32 +00:00
Thomas Risberg
62406474e0 first cut at re-organizing the ORM chapter; moved outdated sections to new Classic Spring Usage appendix 2009-05-22 16:16:12 +00:00
Mark Pollack
44b7ef43d3 reformatting due to loading inside XmlMind 4.1 2009-05-22 13:40:27 +00:00
Mark Pollack
7b815b5e05 SPR-5740 2009-05-21 20:41:57 +00:00
Thomas Risberg
762f1c632b updated code examples with generics; took out Java 1.4 references; polished 2009-05-19 23:45:19 +00:00
Mark Pollack
41c8352e16 Documentation fixes: SPR-5748, SPR-5723, SPR-5750, SPR-5753, SPR-5747 2009-05-19 22:09:06 +00:00
Sam Brannen
8f359ece3f Minor fixes for grammar and spelling 2009-05-19 19:02:22 +00:00
Keith Donald
c5cc75693d Added to docs 2009-05-16 22:58:18 +00:00
Thomas Risberg
94d6fa8cb1 removed TopLink coverage 2009-05-15 21:52:23 +00:00
Thomas Risberg
2ede4d2731 cleaned up transaction chapter 2009-05-15 20:15:18 +00:00
Thomas Risberg
b2526f337a removed getting-started; added section on new tutorial 2009-05-15 15:25:43 +00:00
Thomas Risberg
1ded650a6c finnished updating code examples with generics/varargs for jdbc chapter 2009-05-13 18:45:24 +00:00
Thomas Risberg
585627319d updated version to 3.0.RC1 2009-05-13 18:44:39 +00:00
Thomas Risberg
95213d488c updating code examples with generics/varargs; polishing 2009-05-12 18:18:29 +00:00
Arjen Poutsma
51f539b0ad SPR-5725: Typos in Spring REST documentation 2009-05-12 08:47:36 +00:00
Arjen Poutsma
d8071acd55 SPR-5724: Documentation for RESTful webservice examples slightly incorrect for 3.0.0.M3 2009-05-12 08:46:14 +00:00
Keith Donald
fbd921f25a embedded db support 2009-05-09 23:52:13 +00:00
Thomas Risberg
93cf346fb1 updating code examples with generics/varargs; polishing 2009-05-09 02:40:54 +00:00
Thomas Risberg
dc83107d66 replaced *DaoSuport coverage with annotations used for DAOs 2009-05-08 20:33:32 +00:00
Sam Brannen
c0c9501005 [SPR-5145] Updated reference manual regarding upgrade to JUnit 4.5; additional improvements in the testing chapter as well. 2009-05-06 06:25:03 +00:00
Sam Brannen
9daae23e17 [SPR-5145] Updated reference manual regarding deprecation of the legacy JUnit 3.8 code base.
[SPR-5713] Updated reference manual with an example demonstrating the new 'value' alias for @ContextConfiguration's 'locations' attribute.
2009-05-05 08:02:22 +00:00
Thomas Risberg
0383f705ae clean-up of the @Bean content 2009-05-01 20:14:23 +00:00
Thomas Risberg
05f1d08028 re-arranged the @Bean content 2009-05-01 19:48:08 +00:00
Thomas Risberg
b1577c28e2 removed some JavaConfig references 2009-04-30 04:35:30 +00:00
Thomas Risberg
9aaea34262 fixed DOCTYPE to refer to the root_element used 2009-04-30 04:16:07 +00:00
Sam Brannen
62c991f9d6 [SPR-5145] Updated reference manual regarding upgrade to JUnit 4.5; additional improvements in the testing chapter as well. 2009-04-30 01:04:39 +00:00
Sam Brannen
17858915ab Corrected grammar and spelling mistakes in reference manual. 2009-04-30 01:03:44 +00:00
Sam Brannen
db486e147b Added Eclipse project settings to the reference documentation so that the documentation can be more easily edited and built within Eclipse. 2009-04-30 00:59:09 +00:00
Thomas Risberg
41423a9ab9 added some JavaConfig content 2009-04-29 21:14:01 +00:00
Mark Pollack
30967d3b20 Update docs to use of @Bean inside a @Component 2009-04-27 05:40:11 +00:00
Mark Pollack
c2f4f97fa5 Update docs to use of @Bean inside a @Component 2009-04-27 05:37:45 +00:00
Ben Hale
6be62f30f1 Updated spring-build 2009-04-20 12:16:50 +00:00
Chris Beams
c78f9d14fa Fixed whitespace and added private modifiers to @Value-annotated fields in the @Configuration example 2009-04-18 00:22:03 +00:00
Andy Clement
b98c7e48ef filled in some basic details on the type conversion support. No TODOs left in this section now. Also properly added the selection/projection sections. 2009-04-17 05:14:07 +00:00
Arjen Poutsma
5a561bcd07 Minor changes to OXM chapter 2009-04-15 10:11:52 +00:00
Thomas Risberg
1facd45c5e switched to use XInclude 2009-04-14 21:37:40 +00:00
Thomas Risberg
298a5c4a8b rearranged content in "New in Spring 3.0" 2009-04-14 17:24:56 +00:00
Thomas Risberg
ab52fdf07b added/modified some links 2009-04-14 14:12:28 +00:00