Re: Mounting strategies for shared components bundled in a jar ?

2008-01-30 Thread mfs

Thanks...does the job..

mfs wrote:
 
 Guys,
 
 How would i go about mounting the pages bundled in a jar that are being
 re-used by different web apps. 
 
 I don't want to mount them in every web-application that uses them, rather
 would prefer keeping the mounting logic in the shared library itself..
 
 Any ideas ? 
 

-- 
View this message in context: 
http://www.nabble.com/Mounting-strategies-for-shared-components-bundled-in-a-jar---tp15173739p15188775.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Mounting strategies for shared components bundled in a jar ?

2008-01-29 Thread mfs

Guys,

How would i go about mounting the pages bundled in a jar that are being
re-used by different web apps. 

I don't want to mount them in every web-application that uses them, rather
would prefer keeping the mounting logic in the shared library itself..

Any ideas ? 
-- 
View this message in context: 
http://www.nabble.com/Mounting-strategies-for-shared-components-bundled-in-a-jar---tp15173739p15173739.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Mounting strategies for shared components bundled in a jar ?

2008-01-29 Thread Igor Vaynberg
see IInitializer and its javadoc, you can write one that mounts the
pages and include in the jar that contains the pages. as long as that
jar is on the classpath those pages will get mounted.

-igor


On Jan 29, 2008 5:29 PM, mfs [EMAIL PROTECTED] wrote:

 Guys,

 How would i go about mounting the pages bundled in a jar that are being
 re-used by different web apps.

 I don't want to mount them in every web-application that uses them, rather
 would prefer keeping the mounting logic in the shared library itself..

 Any ideas ?
 --
 View this message in context: 
 http://www.nabble.com/Mounting-strategies-for-shared-components-bundled-in-a-jar---tp15173739p15173739.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]