I thought David's suggestion seemed spot on. Let's use JCR to register script types, this way the project becomes extremely simple, if you want a new script engine simply register it within the repository. If we provide documentation and a few examples this should be enough for beginners to understand how things work. If people agree I can have something a patch put together as an example?

-paddy

On Oct 31, 2007, at 8:28 AM, Thomas Mueller wrote:

Hi,

It seems that javax.imageio.spi.ServiceRegistry is even supported by
GNU Classpath:
http://www.kaffe.org/~stuart/japi/htmlout/h-jdk14-classpath.html

I don't suggest to use GNU Classpath or to say it is supported, but if
it's supported there, then chances are good it works everywhere.

I agree ServiceRegistry is in the wrong package, that's why I was
confused first. See also:
See also: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4640520

Thomas

On 10/31/07, Marcel Reutegger <[EMAIL PROTECTED]> wrote:
Bertrand Delacretaz wrote:
Are javax classes guaranteed to be provided in all VMs?

The class in question is javax.imageio.spi.ServiceRegistry, and I'm
not sure what the rules for javax classes are. So it might be easier
to write those 10 lines than to find out, but if you have an
authoritative reference on that I'm all ears!

see: http://java.sun.com/products/jdk/faq/faq-sun-packages.html

regards
marcel



Reply via email to