誰かがspringacl機能を実装しようとしたかどうか知りたいのですが、データベースを使用する代わりに、単純なプロパティファイルを使用してください。例えば :
myobject.input.field1 = ACL_READ
myobject.input.field2 = ACL_READ、ACL_WRITE
とjspで:
<sec:accesscontrollist hasPermission="ACL_READ" domainObject="myobject.input.field1">
This will be shown if the user has either of the permissions
represented by the values "1" or "2" on the given object.
<input type="text" name="field1" />
</sec:accesscontrollist>
cf http://static.springsource.org/spring-security/site/docs/3.1.x/reference/taglibs.html#d0e6991