Results 1 to 2 of 2

Thread: Access remotly to my beans using spring

  1. #1

    Default Access remotly to my beans using spring

    hello i'm new at spring and i become loving it

    i want to know if i can deploy my bean into another server (like in EJB ) and then acess them using spring
    in other words. i have my application context xml file that contains one bean called ressources(this bean is a java class that has a method called get_all_ressources)
    which i want is that i deploy this bean in another server and access it remotly like this for example
    (in algorithm language)

    acess to server and then getxmlfile("applicatin_context.xml").getbean("ress ource);
    thank you

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    I suggest you readup on the remoting protocols spring supports and on how to use them.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

Posting Permissions

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