readme.txt 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. ADDING ACEGI SECURITY TO YOUR OWN APPLICATION
  25. -------------------------------------------------------------------------------
  26. Take a look in samples/quick-start. There we give you the fragments to add to
  27. your existing web.xml and applicationContext.xml, along with a couple of files
  28. that need to be added to your WAR file.
  29. -------------------------------------------------------------------------------
  30. OBTAINING SUPPORT
  31. -------------------------------------------------------------------------------
  32. If you need any help, please post a question on the Spring Users mailing list.
  33. If you start using Acegi Security in your project, please consider joining
  34. the acegisecurity-developer mailing list. This is currently the best way to
  35. keep informed about the project's status and provide feedback in design
  36. discussions. You can join at:
  37. https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer.
  38. $Id$