Implement EJBs in Python/Jython

Diez B. Roggisch deets at nospam.web.de
Mon Mar 13 05:32:43 EST 2006


reinsn wrote:

> Hi,
> 
> I'd like to know, if it's possible to implement EJB bean classes in
> Python. I mean, Jython provides to possible to create *.class files
> from python modules. How must my python module look like to create a
> valid enterprise bean class from it.

You have to compile a class that implements the EJB-Interface. Look for
examples that do that for other classes like struts actions, and perform
accordingly.

Diez



More information about the Python-list mailing list