Hello,
I'm planning to make a webapp and just wonder if someone ever tried to use remote EJBs with a RAD framework like Grails, Play... was it easy?
Hello,
I'm planning to make a webapp and just wonder if someone ever tried to use remote EJBs with a RAD framework like Grails, Play... was it easy?
Concerning Grails, it is possible and easy to use remote EJB 2.1. So considering that EJB 3 is easier than 2.1, I suppose that you could give it a try with some prototype project.
See this article for clarification. This presentation is also given you integration strategies with EJB 2 and 3
P.S: I didn't try myself since I have no need of it