readme.txt 3.1 KB

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