I have knocked up a SWA example which seems to work but am not sure if it the best/recommended way to go - perhaps someone could comment. I have read various Spring-WS documentation as well as the...
Type: Posts; User: Jpount; Keyword(s):
I have knocked up a SWA example which seems to work but am not sure if it the best/recommended way to go - perhaps someone could comment. I have read various Spring-WS documentation as well as the...
I am just starting out with Spring-WS and have knocked up a simple service which accepts a message, marshalls the body with Castor and has simple security - all good and easy to get going!
The...
Do JTA transactions work with HttpRemoting?
Would the following scenario work ...
Create 2 separate services/apps which basically accept requests via an http remoting interface and insert...
All,
Apologies for a similar posting but I cannot find too much information about how to accomplish the following (and whether it is possible at all)....
Is it possible to authenticate against...
Outdooricon,
I have a similar problem to yourself ie if filters = none then I have to set the value directly into the session. My question is, how do you set up the filters/access correctly to...
Christian,
Thanks very much for your help - everything works fine now.
Sam,
Thanks very much for your help - everything is working fine now.
Christian,
Glad to hear it worked out for you - I am trying to do something similar so it would be great if yourself or Gluk could share some of your code which would hopefully point me in the...
Sam,
I am trying to do something very similar - if you get a chance could you please post the code + config you used to get this working.
I am hoping to implement a max retries which then locks...
All,
I have the following which works ....
<aop:advisor pointcut="execution(* com.package..*.*(..))" advice-ref="performanceMonitor"/>
<bean id="performanceMonitor"...
All,
I am hoping to use Spring MVC to develop portlets for LifeRay and was wondering what the best approach would be. Are people developing/testing standalone web apps and then converting them to...
Nate,
I have the same problem as you but have just started looking for a solution. Will post something if I find it.
Using Spring MVC am I able to dynamically alter the URL depending on results from a search operation
For example, imagine I have a search page for a large store where a customer may search for...
Igor,
Thanks for the reply. I have read the remoting section and used the samples in the distribution to test the various interfaces.
I was planning to bundle the web app and service layer and...
All,
Imagine I have a simple 3 tier (UI, Service, DAO) web application - these are all deployed as a war file and the UI components reference a spring config to access beans from the...