Results 1 to 4 of 4

Thread: Roo + GWT: adding and calling a RPC RemoteServiceServlet

  1. #1
    Join Date
    Oct 2010
    Posts
    5

    Default Roo + GWT: adding and calling a RPC RemoteServiceServlet

    Just wondering if anyone has had any luck creating and then calling a RPC RemoteServiceServlet within their Roo project? I think I have some type of configuration issue as I'm getting a 404 not found error, and it doesn't look like my RemoteServiceServlet code is being built into the target area in my workspace.

    Any ideas?

    Thanks!

  2. #2

    Default

    dbecton,

    Linked is an example of a GWT RPC service (and call) embedded in the Expenses app that Roo generates.

    http://www.box.net/shared/4z6nc3gzta

    The key changes are:
    - Adding the client-side RemoteService (and the Async version)
    - Adding the server-side RemoteServiceServlet impl
    - Updating the app's web.xml to reflect the new servlet
    Google, Inc.
    GWT Team

  3. #3
    Join Date
    Oct 2010
    Posts
    5

    Default

    Thanks Chris!

  4. #4
    Join Date
    Jan 2011
    Posts
    1

    Default Roo + GWT: adding and calling a RPC RemoteServiceServlet

    I'm trying to do the same with a project built from a Roo script.

    Unfortunately I can't make it work due to a 404 error. I understand that I have a problem with my settings since the war directory targets src/main/webapp when the application is built in target/MyApp-0.1.0.BUILD-SNAPSHOT.
    Could it be the reason of this 404 ?

    any clue on the way to fix it?

Tags for this Thread

Posting Permissions

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