2
0

readme.txt 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. ===============================================================================
  2. SPRING SECURITY - README FILE
  3. ===============================================================================
  4. -------------------------------------------------------------------------------
  5. OVERVIEW
  6. -------------------------------------------------------------------------------
  7. Spring Security provides security services for
  8. The Spring Framework (http://www.springframework.org).
  9. For a detailed list of features and access to the latest release, please visit
  10. http://www.springframework.org/projects/.
  11. -------------------------------------------------------------------------------
  12. BUILDING
  13. -------------------------------------------------------------------------------
  14. Spring Security is built using Maven. Please read the "Building from Source" page
  15. at http://static.springframework.org/spring-security/site/.
  16. -------------------------------------------------------------------------------
  17. DOCUMENTATION
  18. -------------------------------------------------------------------------------
  19. Be sure to read the Reference Guide (docs/reference/html/springsecurity.html).
  20. Extensive JavaDoc for the Spring Security code is also available (in docs/apidocs).
  21. Both can also be found on the website.
  22. -------------------------------------------------------------------------------
  23. QUICK START
  24. -------------------------------------------------------------------------------
  25. We recommend you visit http://static.springframework.org/spring-security/site and
  26. read the "Suggested Steps" page.
  27. -------------------------------------------------------------------------------
  28. MAVEN REPOSITORY DOWNLOADS
  29. -------------------------------------------------------------------------------
  30. Release jars for the project are available from the central maven repository
  31. http://repo1.maven.org/maven2/org/springframework/security/
  32. Note that milestone releases and snapshots are not uploaded to the central
  33. repository, but can be obtained from te Spring milestone repository.
  34. This blog article has full details on how to download milestone or snapshot
  35. jars or use them in a Maven-based project build:
  36. http://blog.springsource.com/main/2007/09/18/maven-artifacts-2/
  37. -------------------------------------------------------------------------------
  38. OBTAINING SUPPORT
  39. -------------------------------------------------------------------------------
  40. There are two types of support available, commercial and community. For
  41. commercial support, please contact SpringSource. SpringSource employ the
  42. people who wrote Spring Security, and lead the development of the project:
  43. http://www.springsource.com
  44. For peer help and assistance, please use the Spring Security forum
  45. located at the Spring Community's forum site:
  46. http://forum.springframework.org
  47. Links to the forums, and other useful resources are
  48. available from the web site.
  49. $Id$