Results 1 to 2 of 2

Thread: Spring HttpInvoker supports server callbacks ???

  1. #1
    Join Date
    Apr 2008
    Posts
    9

    Default Spring HttpInvoker supports server callbacks ???

    Hi all,

    Does Spring HttpInokver implementation supports server callbacks ? If it supports can any body suggest how to register the listeners ? Please send an example if any.

    Thanks

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

    Default

    It doesn't. It is only for remoting, so calling remote methods. You cannot have the server call a method. You will need some other means for this (messaging for instance).
    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
  •