Update of /var/cvs/contributions/CMSContainer_Modules/community
In directory james.mmbase.org:/tmp/cvs-serv26669
Modified Files:
README.txt
Log Message:
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community
Index: README.txt
===================================================================
RCS file: /var/cvs/contributions/CMSContainer_Modules/community/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- README.txt 19 Nov 2007 09:15:36 -0000 1.1
+++ README.txt 29 Jan 2008 11:15:21 -0000 1.2
@@ -1,8 +1,48 @@
DESCRIPTION:
-Remember users and roles
+
+ * Community Module
CONFIGURATION:
-\
+
+ * Locatie spring-community.xml (in web.xml) en spring-community.properties
(in spring-community.xml)
+
+ * web.xml
+
+ <context-param>
+ <param-name>contextConfigLocation</param-name>
+ <param-value>WEB-INF/spring-community.xml</param-value>
+ </context-param>
+
+ <listener>
+
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
+ </listener>
+
+ <filter>
+ <filter-name>SecurityFilterChainProxy</filter-name>
+
<filter-class>org.acegisecurity.util.FilterToBeanProxy</filter-class>
+ <init-param>
+ <param-name>targetClass</param-name>
+
<param-value>org.acegisecurity.util.FilterChainProxy</param-value>
+ </init-param>
+ </filter>
+
+ <filter-mapping>
+ <filter-name>SecurityFilterChainProxy</filter-name>
+ <url-pattern>/*</url-pattern>
+ </filter-mapping>
+
+
+ * modulesmenu.jsp
+
+ <mm:haspage page="/editors/community/index.jsp">
+ <li class="versioning">
+ <a href="<mm:url page="../community/index.jsp"/>"
target="rightpane"><fmt:message key="modules.community" /></a>
+ </li>
+ </mm:haspage>
TODO:
-\
+
+ * Maintenance (Struts) of Authentication, Authorities and Permissions
+ * Login / Logout portlet
+ * Dependencies (all the libraries for Spring, Hibernate)
+ * Authorization (Permissions on Resources)
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs