Yes, exactly.
 
Like: 
    public static Registry constructDefaultRegistry(){   
        ClassResolver resolver = new DefaultClassResolver();
        RegistryBuilder builder = new RegistryBuilder();

        builder.processModules(resolver);

        Registry registry = builder.constructRegistry(Locale.getDefault());
        return registry;
}
 
(At the moment I am just not at my computer. So I have to send it this way).

"Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote:
So, you mean something like

public static Registry constructDefaultRegistry();

on class HiveMind?

That's not a bad idea at all.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com






---------------------------------
Gesendet von http://mail.yahoo.de
Schneller als Mail - der neue Yahoo! Messenger.

Reply via email to