40 lines
1.7 KiB
Plaintext
40 lines
1.7 KiB
Plaintext
|
===============================================================================
|
||
|
ACEGI SECURITY SYSTEM FOR SPRING - README FILE
|
||
|
===============================================================================
|
||
|
|
||
|
-------------------------------------------------------------------------------
|
||
|
OVERVIEW
|
||
|
-------------------------------------------------------------------------------
|
||
|
|
||
|
The Acegi Security System for Spring provides security services for
|
||
|
The Spring Framework (http://www.springframework.org).
|
||
|
|
||
|
For a detailed list of features and access to the latest release, please visit
|
||
|
http://acegisecurity.sourceforge.net.
|
||
|
|
||
|
-------------------------------------------------------------------------------
|
||
|
QUICK START
|
||
|
-------------------------------------------------------------------------------
|
||
|
|
||
|
Copy samples/contact/dist/contacts.war into your container webapps directory.
|
||
|
Then visit http://localhost:8080/contacts/ and click "Manage". The Acegi
|
||
|
Security System for Spring secures this small application by protecting both
|
||
|
the method invocations of business objects, and also the HTTP URLs.
|
||
|
|
||
|
-------------------------------------------------------------------------------
|
||
|
DOCUMENTATION
|
||
|
-------------------------------------------------------------------------------
|
||
|
|
||
|
Please refer to the Reference Guide, which is located in the docs/reference
|
||
|
directory. In addition, JavaDocs are located in the docs/api directory.
|
||
|
|
||
|
-------------------------------------------------------------------------------
|
||
|
OBTAINING SUPPORT
|
||
|
-------------------------------------------------------------------------------
|
||
|
|
||
|
If you need any help, please post a question on the Spring Users mailing list
|
||
|
or email ben.alex@acegi.com.au.
|
||
|
|
||
|
|
||
|
$Id$
|