dynamic module appln

View: New views
5 Messages — Rating Filter:   Alert me  

dynamic module appln

by cresc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi,

Just eager to know if any of you had tried the following application in wicket.



Core.war contains the login, usermanagement, layout etc.
m1, m2, m3 etc are smaller modules independent of each other.
From the core layout contained in core.war I should be able to launch m1, m2 m3 etc.. If a new module m4.war is deployed, then I would like to have m4 menu appear on the layout (basically menus constructed from values in database table).

Please provide some starters on how to build an application like this.

Thanks,
cresc

Re: dynamic module appln

by wfaler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Never tried it, but I guess you could always write a custom classloader that dynamically looks for your extra modules.

..But, like I said, never tried it in the context of a web- or Wicket application, so can't really help a lot..

Re: dynamic module appln

by cresc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, need to try it out with a different class loader. But meanwhile, can some one help me move this thread to wicket-user forum. Thanks.

- cresc

Re: dynamic module appln

by wfaler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I think the best way is to just copy-paste the text and repost, or link to this thread in the Wicket User forums.

This forum is not part of the "official" set of Wicket forums as this is a separate project, and I have no admin rights in those forums.

cresc wrote:
Yes, need to try it out with a different class loader. But meanwhile, can some one help me move this thread to wicket-user forum. Thanks.

- cresc

Re: dynamic module appln

by cresc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message