Results 1 to 2 of 2

Thread: custom RMI with spring

  1. #1
    Join Date
    Jan 2007
    Location
    bruxelles, belgium
    Posts
    14

    Default custom RMI with spring

    are there any docs that can help to write my own RMI proxies and to make use of them in spring? i currently use RmiServiceExporter/RmiProxyFactoryBean, but i really need it to be smart proxy with some additional support features, while still be able to use them as simple as the default ones

  2. #2
    Join Date
    Oct 2006
    Posts
    9

    Default

    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, JavaWorld.com, 10/31/05

    Cheers,
    Paul

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •