Originally posted by muinsh sharif:
Hi all,
I am developing this web based application which uses struts as the web framework.I hav been hit by the ajax bug and i want to use that tech in my application.Wanted to know the support of ajax in the different availabe web frameworks.
thnx.
WebWork 2.2 has an Ajax theme for our UI widgets. This lets you do things like have a DIV which is automatically refreshed from the server every 10 seconds, for example. We use the Dojo toolkit and make heavy use of the dojo.event.topic functionality which lets you set up publish/subscribe topics in your page. This lets you have some parts of your page generate events and have n other parts of the page get the event and update themselves or do some other action, all without having to hard-wire the pieces together. It makes for a nice, loosely coupled way of building in-page AJAX applications with reusable components.