You can achieve Ajax effect in any struts application (Struts1.x ) with prototype in a very simple way.
In normal Struts application we generally use DispatchAction to make our web app and life easy. In general struts controller gets a request and delegates it to corresponding action/dispatchAction subclasses. Depending on the method name parameter our target [...]
Enterprise App and Ajax
When implementing Ajax based RUI in enterprise app there are very few options to choose from;
Developing RIA from scratch
Plumping various RUI widgets available from open source community
FLEX (Flash Plug-in dependent) need FA-Bridge
Open Laszlo Flash based RICH UI (XUL based like Flex)
Developing from scratch makes no sense at all. Because time required developing [...]
Problem still remains
For enterprise builders Ajax solved many problem of responsiveness of UI but problem of overall development methodologies using Ajax still remains with lot of contradictions and conflicts among the developers. When using Ajax in an Enterprise Application main problem faced by the developers are where to start and how to start. The major [...]
The Evolution of RIA
Web application has its own advantages over the age old Client Server Applications, and thus large enterprises adopted it as their prime choice whenever they tend to develop a new applications. And not only new application but stared to migrate their existing client server based enterprise application to web based application. HTTP [...]