Message4871

Author zyasoft
Recipients schluehk, zyasoft
Date 2009-07-02.04:17:59
SpamBayes Score 1.3382571e-07
Marked as misclassified No
Message-id <1246508279.86.0.722136289306.issue1387@psf.upfronthosting.co.za>
In-reply-to
Content
Although this doesn't directly address this problem, which is an
important one for us to solve, you might want to take a look at using
ASM for creating Java classes. It might be useful for more specific use
case like your Jython annotations work, and it has the advantage of
working with Java 5 (or earlier with retrotranslator).

Tobias created a useful project demonstrating this for the 2007 GSOC
program; see
https://jython.svn.sourceforge.net/svnroot/jython/trunk/sandbox/pyasm/,
specifically pyasm.py. (Such classes do not have any problems, because
it just hooks into our existing class loader mechanism.) Also be sure to
look at the proxy generators in org.python.compiler, JavaMaker and
ProxyMaker.
History
Date User Action Args
2009-07-02 04:17:59zyasoftsetmessageid: <1246508279.86.0.722136289306.issue1387@psf.upfronthosting.co.za>
2009-07-02 04:17:59zyasoftsetrecipients: + zyasoft, schluehk
2009-07-02 04:17:59zyasoftlinkissue1387 messages
2009-07-02 04:17:59zyasoftcreate