Pls recommend other solutions as well.
Type: Posts; User: hencre; Keyword(s):
Pls recommend other solutions as well.
hi,
Current Design-->
BaseManager extends Manager extends Type1DataStoreImpl implements DataStoreInterface
BaseManager is referenced everywhere in the application as
for (DataStoreInterface...
hi,
GrantedAuthority[] authorities = RemoteServiceLocator.instance().getRemoteAuthenticationService().attemptAuthentication(name, String.valueOf(password));
Could you show me your...
hi,
Im trying to remotly connect to an Spring application (Server) that uses Web based Spring security using Standalone Hessian client.
I can login correctly. But I get...
hi,
Im trying to load test my application with JMeter.
My application has: Spring framework with Acegi security & Tomcat v5.5
My aggregate report shows 100% errors.
I guess the problem is...
hi,
I have wired JobDetail, Trigger & Scheduler Factory beans in the appContext and code works fine. However this happens when Tomcat starts.
Requirements:
The First time the trigger should...
Andrew's technique of using XStream and setting the ModelAndView to null does not work for me. XMLHttpRequest.responseXML is not able to retrieve the XML. It gets a null.
hi,
When not using AJAX, I return a ModelAndView and my JSP & taglibs populate the data from the ModelAndView.
My exact problem is:
How should I return XML from Spring MultiActionController,...
Hi valerio,
Im writing a simple raw AJAX- Spring application.
The Request reaches the controller as desired. Im having problems setting the response from the MultiActioncontroller.
Handler is...