-
Sep 15th, 2008, 10:35 AM
#1
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
-
Sep 16th, 2008, 05:13 AM
#2
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.
-
Sep 16th, 2008, 01:40 PM
#3
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!
-
Sep 17th, 2008, 03:56 AM
#4
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
-
Forum Rules