integrating jquery into an existing java framework? possible?
hi..
we have a home grown java framework, which uses a combination of velocity and custom jsp tag sand custom jsp tags, which are rendered behind the scenes by velocity templates are are being binded using ognl expressions. meaning java objects are data binded to get tags with ognl.
the whole thing works with IE 6.0 (and ONLY i.e 6)
it's a mess problem is , i don't think any of the existing java framework (such as jsf, struts etc..) could be used to easily replace this thing, as we are dealing only with the ui, (and all other frameworks have also backend support), so i was thinking, could i be possible to change only the velocity templates so they would widgets from this framework , instead their own.
i realize this is still a lot of work, but compared to other options, i don't see any..