From 0116c134777c1226a3e05adde9256a48f5301e89 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 12 Apr 2008 22:07:52 +0000 Subject: [PATCH] SEC-624: Moved community and samples sections into 'getting started' part --- src/docbkx/community.xml | 35 +++++++++++++++++------------------ src/docbkx/springsecurity.xml | 33 +++++++++++++++------------------ 2 files changed, 32 insertions(+), 36 deletions(-) diff --git a/src/docbkx/community.xml b/src/docbkx/community.xml index 3e04faf04e..99b5bc1d3a 100644 --- a/src/docbkx/community.xml +++ b/src/docbkx/community.xml @@ -1,9 +1,9 @@ - - - Community Support + + + Spring Security Community
@@ -18,27 +18,30 @@ If possible, in your issue report please provide a JUnit test that demonstrates any incorrect behaviour. Or, better yet, provide a patch that corrects the issue. Similarly, enhancements are welcome to - be logged in the issue tracker, although we only accept commit enhancement requests + be logged in the issue tracker, although we only accept enhancement requests if you include corresponding unit tests. This is necessary to ensure project test coverage is adequately maintained. You can access the issue tracker at - http://jira.springframework.org/browse/SEC. + http://jira.springframework.org/browse/SEC. +
-
Becoming Involved +
+ Becoming Involved - - We welcome you to become involved in Spring Security project. - There are many ways of contributing, including reading the mailing - list and responding to questions from other people, writing new code, + We welcome your involvement in Spring Security project. + There are many ways of contributing, including reading the forum + and responding to questions from other people, writing new code, improving existing code, assisting with documentation, developing samples or tutorials, or simply making suggestions. - +
@@ -48,13 +51,9 @@ Spring Community Forum web site at http://forum.springframework.org to discuss Spring Security with other users of the framework. - Remember to use the JIRA for bug reports, as explained above. + Remember to use JIRA for bug reports, as explained above. Everyone is also welcome to join the Acegisecurity-developer mailing - list and participate in design discussions. It's also a good way of - finding out what's happening with regard to release timing, and the - traffic volume is quite light. Finally, our project home page (where - you can obtain the latest release of the project and convenient links - to Subversion, JIRA, mailing lists, forums etc) is at - http://static.springframework.org/spring-security/site/. + list and participate in design discussions. The + traffic volume is very light.
\ No newline at end of file diff --git a/src/docbkx/springsecurity.xml b/src/docbkx/springsecurity.xml index 1f37c145fc..d807bb6be1 100644 --- a/src/docbkx/springsecurity.xml +++ b/src/docbkx/springsecurity.xml @@ -86,17 +86,27 @@ The later parts of this guide provide an in-depth discussion of the framework architecture and implementation classes, an understanding of which is important - if you need to do any serious customization. In this part, we take a slightly - gentler look at how to get started using some of the features of Spring Security 2.0. - In particular, we'll look at namespace configuration which provides a much simpler path to securing - your application with little or no knowledge of the classes involved, unlike the traditional - Spring bean approach which required you to configure large numbers of beans. + if you need to do any serious customization. In this part, we'll introduce Spring Security 2.0, + give a brief overview of the project's history and take a slightly + gentler look at how to get started using the framework. + In particular, we'll look at namespace configuration which provides a much simpler way of securing + your application compared to the traditional Spring bean approach where you had to wire up all the + implementation classes individually. + + + We'll also take a look at the sample applications that are available. It's worth trying to run + these and experimenting with them a bit even before you read the later sections - you can dip back into them + as your understanding of the framework increases. + + + + @@ -187,17 +197,4 @@ - - Other Resources - - - In addition to this reference guide, a number of other resources - exist to help you learn how to use Spring Security. - - - - - - - \ No newline at end of file