On May 25, 2008, at 12:42 PM, Igor Vaynberg wrote:
On Sun, May 25, 2008 at 9:05 AM, David Nedrow <[EMAIL PROTECTED]> wrote:
What problems do packaged resources address?
they address encapsulation. suppose you want to use a 3rd party
component in your webapp...
in most other frameworks you would have to put the jar on the
classpath, than copy js/css/html resources the component needs to some
<snip/>
in wicket the only step is to put the jar on the classpath. since
everything the component needs is packaged in the jar it can
immediately start working.
OK, that make sense. Thanks for the info.
-David.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]