readme.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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.sourceforge.net.
  11. -------------------------------------------------------------------------------
  12. QUICK START
  13. -------------------------------------------------------------------------------
  14. Copy samples/contact/dist/contacts.war into your container webapps directory.
  15. Then visit http://localhost:8080/contacts/ and click "Manage". The Acegi
  16. Security System for Spring secures this small application by protecting both
  17. the method invocations of business objects, and also the HTTP URLs.
  18. -------------------------------------------------------------------------------
  19. DOCUMENTATION
  20. -------------------------------------------------------------------------------
  21. Please refer to the Reference Guide, which is located in the docs/reference
  22. directory. In addition, JavaDocs are located in the docs/api directory.
  23. -------------------------------------------------------------------------------
  24. OBTAINING SUPPORT
  25. -------------------------------------------------------------------------------
  26. If you need any help, please post a question on the Spring Users mailing list
  27. or email ben.alex@acegi.com.au.
  28. $Id$