Search:

Type: Posts; User: plaborte; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thread: CAS logout

    by plaborte
    Replies
    14
    Views
    10,142

    Thank you very much Luke. Here's an...

    Thank you very much Luke.

    Here's an interesting post I found by following your lead:

    VT CAS Server Software Architecture

    Cheers!
  2. Thread: CAS logout

    by plaborte
    Replies
    14
    Views
    10,142

    any updates on Single Sign Out? :D

    any updates on Single Sign Out? :D
  3. web application communication, lazy loading and service discovery

    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...
  4. Replies
    1
    Views
    890

    This article might be of interest to you: ...

    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,...
  5. If you're using Java 5, try subclassing...

    If you're using Java 5, try subclassing StandardMBean.

    Then set your class' management interface using:


    public class Impl extends StandardMBean implements IRunMBean, IMonitorMBean {
    ...
  6. Replies
    1
    Views
    833

    Try following the instructions in the posts below...

    Try following the instructions in the posts below and you'll be fine.
    (I had my successful installation yesterday by reading those posts)
    ...
  7. Yes, this is now possible with Message Driven...

    Yes, this is now possible with Message Driven POJOs... :)
Results 1 to 7 of 7