Is it possible to use Enterprise Java Beans in a django project?
I've seen that it is possible to run the django web framework on a GlassFish application server. Is it also possible to use a simple Enterprise Jav开发者_开发知识库a Bean in a django project which runs on the basis of Jython? My idea is to have a django website for the frontend and Java EE in the backend (to manage the database access, etc.). Does anyone have experience with that?
A possibly easier variant would be to expose the EJB functionality using REST or possibly SOAP to get around interface problems between jython and java rather than do the call directly.
精彩评论