I should implement a part of a Client-Application as a Web-Application for Glassfish 4.0. Now I saw that there is RAP in Eclipse and it looks perfect for my case.
I already created a RAP Demo Project and in Eclipse it works perfect. But if I convert the project in a Maven Project and deploy the ".war" file on Glassfish it returns an error message.
So my question is if it's possible to run a RAP-Application on Glassfish and if yes, how can i do it?
Thanks a lot!