Re: Benefit of JavaScriptReference, etc..?

2008-05-25 Thread Maurice Marrink
In the case of custom components there usually is a tight binding :) Using JSR allows you to neatly package everything in a jar and distribute your component. Not saying that is the only thing you should use it for, its just one usecase. Maurice On Sun, May 25, 2008 at 2:09 AM, David Nedrow <[EM

Benefit of JavaScriptReference, etc..?

2008-05-24 Thread David Nedrow
Is there any benefit to using something like JavaScriptReference? It seems as though doing so would create a tight binding between the UI and the application, kind of negating what I think is one of the main benefits of Wicket. That being, UI people can work on straight HTML, while the app