readme.txt 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ===============================================================================
  2. ACEGI SECURITY SYSTEM FOR SPRING - README FILE
  3. ===============================================================================
  4. -------------------------------------------------------------------------------
  5. OVERVIEW
  6. -------------------------------------------------------------------------------
  7. The Acegi Security System for Spring 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. Acegi Security is built using Maven. Please read the "Building with Maven" 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 Acegi 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. If you need any help, please use the Acegi Security System for Spring forum
  40. located at the Spring Community's forum site:
  41. http://forum.springframework.org
  42. If you start using Acegi 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$