0 Replies Latest reply on May 12, 2009 10:34 PM by bobc75

    Calling @WebRemote annotated method from another application

      Is it possible or even advisable to call an @WebRemote annotated method from another application (along the lines of DWR)? Should something like the following work? (I've tried a couple of different approaches and gotten mixed results)

      <script type="text/javascript" src="http://ourDomain/seam/resource/remoting/resource/remote.js"></script>
        <script type="text/javascript" src="http://ourDomain/seam/resource/remoting/interface.js?googleSearchApplianceWebRemoteProvider"></script>

      javascript functions here...