next steps in itegrating struts and hibernate.\rlogin and logout ist now possible...
authoridfx <idfx>
Sun, 7 Sep 2003 16:55:00 +0000 (16:55 +0000)
committeridfx <idfx>
Sun, 7 Sep 2003 16:55:00 +0000 (16:55 +0000)
commite39d9dd259ebe069d3aaa71b0661d290fd218ecb
treea09a8074eea2c1d3fc65faf3177d5359ae33ccac
parent2be5f099b14fe82e4d7abb1a609a3e9fdf531e27
next steps in itegrating struts and hibernate.\rlogin and logout ist now possible. first steps to convert the message administration.\raccess to the admin by server/mir/admin/index.do .
17 files changed:
etc/struts-config-admin.xml [new file with mode: 0755]
etc/struts-config.xml [deleted file]
etc/web.xml
source/mir/core/model/IMedia.java
source/mir/core/service/storage/CommentService.java
source/mir/core/service/storage/StorageService.java
source/mir/core/service/storage/UserService.java
source/mir/core/test/Test.java
source/mir/core/ui/action/AuthenticationAction.java [deleted file]
source/mir/core/ui/action/admin/AuthenticationAction.java [new file with mode: 0755]
source/mir/core/ui/action/admin/MessageAction.java [new file with mode: 0755]
source/mir/core/ui/action/admin/StartpageAction.java [new file with mode: 0755]
source/mir/core/ui/filter/AuthenticationFilter.java
source/mir/core/ui/plugin/ConfigurationPlugin.java [new file with mode: 0755]
source/mir/core/ui/servlet/ServletConstants.java
source/mir/core/ui/servlet/TemplateServlet.java
source/mir/util/GeneratorHTMLFunctions.java