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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to