Hi Sam

> I'm probably revealing my inexperience with J2EE environments in asking 
> this, but how do Wicket programmers typically handle application "add-
> ons" (or "plug-ins" or "modules").

What I (we) did was to imitate what Eclipse does. Defining hooks and
having plugins attach to these hooks (and even define new hooks). We did
this using a mixture of XML, Java, Script and DB tables. While we started
with Swing, we "ported" this to Wicket as well.

Our reason for doing so sounds similar to your thoughts: Deploying a core
application and having other (third party) developers add, change and
enhance to the core application.

Ping me offline for details since this is very much non-Wicket stuff.

Cheers,
Adrian

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to