Re: Module system notification mechanism

2007-06-28 Thread Stanley M. Ho
Bryan Atsatt wrote: Stanley, I assume you are proposing a general mechanism in which any code can register listeners? If so, then I have to agree with Glyn that this is not sufficient to implement a module "activator". The mechanism I have in mind can be registered only by code that have the ap

Re: Module system notification mechanism

2007-06-28 Thread Bryan Atsatt
Glyn Normington wrote: *Bryan Atsatt <[EMAIL PROTECTED]>* wrote on 25/06/2007 06:00:12 PM: > It seems simple enough to put the module in a failed state if a > module-init event handler throws an exception. Is this not sufficient? No, I don't think so. What state would a module be in when it

Early snapshot of JSR 277 and 294 implementation

2007-06-28 Thread Stanley M. Ho
Hi experts and observers, We have just made an early snapshot of the JSR 277 and 294 implementation available through the Modules project on openjdk: http://openjdk.java.net/projects/modules/ This snapshot basically covers the basic features described in the updated specification in JSR 277,