Results 1 to 2 of 2

Thread: Spring usage

  1. #1
    Join Date
    Jun 2006
    Posts
    2

    Default Spring usage

    Hi,

    Iam a newbie to Spring framework.
    please excuse me for this basic question.

    We have a 3rd party system (sakai, an open source) which uses spring framework and which exposes some components(in the form of some beans in spring framework) and this system is running on Tomcat.

    When i tried to get access to one of the component from a servlet which is hosted in the same sakai webapp, it works fine
    but when i tried to invoke the same from a standalone client, i get some errors.

    My question, how can one access the components exposed in the spring framework (hosted on any appserver) from a distributed client (just like in ejb we can make remote calls by setting the ip addr of the app server and using t3 protool or something (or) in case of servlets we can make a http request etc)

    thanks in advance

  2. #2
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    You have to export your beans via remoting. See here for more informations.

    Regards,
    Andreas

Posting Permissions

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