readme.txt 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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" page
  15. at http://static.springframework.org/spring-security/site/building.html.
  16. This page is also included in the /docs directory of official release ZIPs.
  17. -------------------------------------------------------------------------------
  18. QUICK START
  19. -------------------------------------------------------------------------------
  20. We recommend you visit http://acegisecurity.org and read the "Suggested Steps"
  21. page. This page is also included in the /docs directory of official release
  22. ZIPs.
  23. -------------------------------------------------------------------------------
  24. DOCUMENTATION
  25. -------------------------------------------------------------------------------
  26. http://acegisecurity.org has a wide range of articles about Spring Security,
  27. including links to external resources. A copy of this web site is included in
  28. the /docs directory of official release ZIPs.
  29. Be sure to read the Reference Guide, which is available from the web site (and
  30. /docs directory as described above). Every class also has thorough JavaDocs.
  31. The core JavaDocs can be found in /docs/multiproject/acegi-security/apidocs/.
  32. -------------------------------------------------------------------------------
  33. OBTAINING SUPPORT
  34. -------------------------------------------------------------------------------
  35. There are two types of support available, commercial and community. For
  36. commercial support, please contact SpringSource. SpringSource employ the
  37. people who wrote Spring Security, and lead the development of the project:
  38. http://www.springsource.com
  39. For peer help and assistance, please use the Spring Security forum
  40. located at the Spring Community's forum site:
  41. http://forum.springframework.org
  42. If you start using Spring Security in your project, please consider joining
  43. the acegisecurity-developer mailing list. This is currently the best way to
  44. keep informed about the project's status and provide feedback in design
  45. discussions. You can join at:
  46. https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer.
  47. Links to mailing list archives, the forums, and other useful resources are
  48. available from http://acegisecurity.org.
  49. $Id$