The Artima Developer Community
Sponsored Link

Java Community News
Comparing JavaScript Libraries

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Comparing JavaScript Libraries Posted: Apr 21, 2006 8:22 AM
Reply to this message Reply
Summary
In a recent XML.com article, Bruce Perry describes Prototype, an open source JavaScript library that aims to ease development of dynamic web applications. Prototype is one of many available JavaScript libraries. How is one to choose?
Advertisement

In Bruce Perry's article, Prototype: Easing AJAX's Pain, you can get a feel for prototype's shorthand notation, designed to minimize typing. For example, you can say $("mydiv") with Prototype as a shortcut for, document.getElementById("mydiv"). Bruce Perry suggests:

That sort of concision alone is probably worth the cost of setting up Prototype.

Well, that depends. Prototype is one of many available libraries for AJAX development, each of which has pros and cons, its own particular design center. A good overview of the various libraries is Survey of AJAX/JavaScript Libraries from the Open Source Applications Foundation.

If you have used any of these libraries, and have experiences to share that you think might help others figure out which one to use in what situations, please reply in this forum. What libraries did you try? Which one did you decide on—and which ones did you decide against—and why?

Topic: Comparing JavaScript Libraries Previous Topic   Next Topic Topic: The Aquarium - a blog about Java EE5, Web Services, XML and more

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use