Wicket and a rich ajax website: easiest way to do it?

Posted by Sherkaner on Stack Overflow See other posts from Stack Overflow or by Sherkaner
Published on 2010-05-17T07:11:38Z Indexed on 2010/05/17 7:20 UTC
Read the original article Hit count: 173

I want to use Wicket to build an application, but I have some designers that would like to write/maintain the javascript, and they basically expect 1 JS-segment per page, and a global JS-file. I think the most natural way to add javascript in wicket is to add it per component (not per page), which would create problems for those designers (fractioned javascript, and having to write it in java-files). Is there a better way to solve this? (of course, I expect things to work after a partial refresh.)

And a second (related) thing they'd like (and I'd like actually) is the possibility to request information in JSON-format through a static link , is this possible in Wicket?

© Stack Overflow or respective owner

Related posts about wicket

Related posts about AJAX