+1 vote
in AJAX by
What Javascript Libraries and Frameworks are available?

1 Answer

0 votes
by

Three true libraries are The Dojo Toolkit, Prototype, and DWR.

The Dojo Toolkit includes APIs and widgets to guide the improvement of wealthy net programs. Dojo includes a smart packaging gadget, UI results, drag and drops APIs, widget APIs, occasion abstraction, consumer garage APIs, and AJAX interplay APIs. Dojo solves not unusual place usability problems inclusive of guide for handling the navigation inclusive of the cap potential to hit upon the browser again button, the cap potential to guide modifications to the URL withinside the URL bar for bookmarking, and the cap potential to gracefully degrade whilst AJAX/JavaScript isn’t always absolutely supported at the consumer. The dojo is the Swiss Army Knife of JavaScript libraries. It gives the widest variety of alternatives in an unmarried library, and it does a superb activity helping new and older browsers.

The Prototype specializes in AJAX interactions inclusive of a JavaScript AJAX item that includes some items to do simple duties including making a request, replacing a part of a file, insert content material right into a file, and replacing a part of a file periodically. Prototype JavaScript library includes a fixed set of JavaScript items for representing AJAX requests and includes application features for getting access to web page additives and DOM manipulations. Script.aculo.us and Rico are constructed on the pinnacle of Prototype and offer UI results, a guide for drag and drop, and consist of not unusual places. JavaScript-centric widgets. If you’re simply seeking to guide AJAX interactions and some simple duties, Prototype is top-notch. If you’re seeking out UI results, Rico and Script.aculo.us are true alternatives.

DWR (Dynamic Web Remoting) is a consumer-aspect and server-aspect framework specialising in permitting a developer to do RPC calls from consumer-aspect JavaScript to standard vintage Java items in a Java Enterprise Edition net container. On the server-aspect, DWR makes use of a Servlet to have interaction with the Java items and returns item representations of the Java items or XML documents. DWR may be clean to arise and walk and perform nicely with different Java technology. If you’re seeking out a consumer-aspect and server-aspect framework that integrates nicely, use DWR.

There are many new and rising libraries for JavaScript, and this listing best evaluations a number of the extra not unusual place libraries. When creating a preference, pick the library which fits your desires and the quality. While it is probably better to pick one, not anything is preventing you from using a couple of frameworks. For an extra-large listing of consumer-aspect frameworks, see Survey of AJAX/JavaScript Libraries.

Related questions

0 votes
asked May 15, 2022 in AJAX by Robin
0 votes
asked Jan 29 in AJAX by Robindeniel
...