How deploy a GWT project into OSGi container?
I have developed a simple GWT application with the client/server packages. From server package only dispatches the calls to other bundle. However, now I am at production time and I need开发者_运维技巧 to deploy the project into OSGi container like Felix. By this reason I would like to know if someone could tell me what are the steps that I need to follow???
Thanks in advance!
Regards!!
I solve the problem with declarative services on Equinox. The GWT runs!!!!
精彩评论