Hi everybody,
I'm trying to replace a form based authentication (ldap) by using spring ldap. Unfortunately I'm running in a few problems.
This is my old authentication:
jsp
<form...
Type: Posts; User: m_dieu; Keyword(s):
Hi everybody,
I'm trying to replace a form based authentication (ldap) by using spring ldap. Unfortunately I'm running in a few problems.
This is my old authentication:
jsp
<form...
Hi everybody,
I'm trying to setup an exception handling using spring aop.
In fact I found an introduction (http://www.javabeat.net/tips/86-how-to-write-throws-advice-in-spring-aop.html)
but I'm...
Ok, I got it by myself. (Of course) I can reach the FacesContext just by call the static method getInstance of the class. :rolleyes:
Hi everybody,
I'm trying to establish an exception handling by using aop. While I was thinking about it (and read some further informations) I was wondering if there is a possibility to reach my...