Thank you very much Luke.
Here's an interesting post I found by following your lead:
VT CAS Server Software Architecture
Cheers!
Type: Posts; User: plaborte; Keyword(s):
Thank you very much Luke.
Here's an interesting post I found by following your lead:
VT CAS Server Software Architecture
Cheers!
any updates on Single Sign Out? :D
Hi,
We have two web applications (App1 and App2) that need to talk to each other and at the moment we're planning to use RMI spring remoting. The problem is since we're dealing with web...
This article might be of interest to you:
Use a distributed cache to cluster your Spring remoting services
Add automatic discovery and clustering to Spring remoting
By Mikhail Garber,...
If you're using Java 5, try subclassing StandardMBean.
Then set your class' management interface using:
public class Impl extends StandardMBean implements IRunMBean, IMonitorMBean {
...
Try following the instructions in the posts below and you'll be fine.
(I had my successful installation yesterday by reading those posts)
...
Yes, this is now possible with Message Driven POJOs... :)