I've started rewriting Helma NG host objects to the new annotation based format, and it's looking and feeling quite good:
http://github.com/hns/helma-ng/blob/88ef182f47abbc8df7a1aef0ce60e82bc8e010da/src/org/helma/wrappers/ByteArray.java http://github.com/hns/helma-ng/blob/88ef182f47abbc8df7a1aef0ce60e82bc8e010da/src/org/helma/wrappers/IOStream.java Hannes On Aug 30, 10:22 am, Hannes Wallnoefer <[email protected]> wrote: > I've submitted a patch for writing Rhino host classes using Java > annotations instead of the js*_ naming conventions. The feature is > roughly explained in the first comment of the bug report, and there's > a test case included in the patch. > > https://bugzilla.mozilla.org/show_bug.cgi?id=513369 > > I'd be happy to get some feedback regarding implementation details > such as naming, general design etc. It's the first time I'm writing > annotation classes, so I may have made some beginners mistakes. > > Hannes _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
