Results 1 to 4 of 4

Thread: RAP on top of dm server

  1. #1
    Join Date
    Oct 2008
    Posts
    0

    Default RAP on top of dm server

    Hi,

    I want to deploy a RAP (Rich Ajax Platform) application. Has anyone tried this before?

    I didn't succeed to deploy the org.eclipse.rap.* bundles, due to parser exceptions while reading manifests. See PLATFORM-135 for more details on this issue.

    Thanks!

    Imme

  2. #2
    Join Date
    Oct 2008
    Posts
    0

    Default RAP on top of dm server

    The jira has been updated now. Please see https://issuetracker.springsource.com/browse/PLATFORM-171

    Basically there is a problem in the way we deal with version ranges on Require-Bundle headers. The eclipse RAP ui bundle includes such a header and fails to deploy as a result, we are working on a fix now and will let you know.

    Thanks, Chris.

  3. #3
    Join Date
    Oct 2008
    Posts
    0

    Default RAP on top of dm server

    It works !!! RAP and S2AP, this seems to be the perfect platform for modular web applications.

    First it is important to have a HttpService for RAP. See https://issuetracker.springsource.com/browse/PLATFORM-27 for my description, how to get HttpService support.

    After that I got a ClassNotFoundException because org.eclipse.rap.rwt uses the package javax.imageio without defining it in MANIFEST.MF. I just added javax.imageio to the Import-Package header, and everything worked fine.

    S2AP rocks! Thanks for that great piece of software!

  4. #4
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default RAP on top of dm server

    Imme,

    This is great news. Hopefully we can do more work in dm Server to make RAP work out of the box.

    Rob

Posting Permissions

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