[jvm-l] JSR292 CookBook

Attila Szegedi szegedia at gmail.com
Tue Jun 7 07:38:45 PDT 2011


Actually, if you want to marry Rhino and inokedynamic, may I humbly suggest you start with my Dynalink effort? I created it with exactly this use in mind (well, it should actually allow you to replace all NativeJavaObject plumbing to interface with POJOs, and as a bonus give you integration with other languages that also use it), check it out at <http://github.com/szegedi/dynalink>. 

BTW Hannes, aren't you maybe coming to this year's JVM Language Summit? It'd be great to have you there.

Attila.

On Jun 6, 2011, at 3:24 AM, Hannes Wallnoefer wrote:

> Thanks Rémi, this comes at exactly the right time for me.
> 
> Hannes
> 
> 2011/6/5 Rémi Forax <forax at univ-mlv.fr>:
>> I've started to write some small (a some not so small) examples
>> showing how to implement common dynamic runtime patterns.
>> 
>> http://code.google.com/p/jsr292-cookbook/
>> 
>> Currently, only the source codes are available,
>> the doc will follow.
>> Also the dynamic dispatch pattern is not fully implemented
>> and the memoize one is too complex for my taste.
>> 
>> Rémi


More information about the mlvm-dev mailing list