« Making Your ColdFusion and Java Applications More Platform Independent (Part III) | Main | Search + Ajax = MXNA Suggest »

August 02, 2005

JavaScript Support for Eclipse

I'm looking for a good JavaScript plugin for Eclipse. I see there are several out there. Can anyone recommend one in particular?

Posted by cantrell at August 2, 2005 01:42 PM | References

Related Entries

Comments

I use this one: http://sourceforge.net/projects/jseditor/

Posted by: Brian Rinaldi at August 2, 2005 01:51 PM

I use JSEditor too, but I also like these two JS plugins :

Harish Kataria's JavaScript Plug-in
http://www.ee.ryerson.ca/~hkataria/

NRG JavaScript Editor
http://www.energybyte.com/products/free%20products/

Posted by: Marco Casario at August 2, 2005 03:04 PM

WTP (web tools platform)
http://www.eclipse.org/webtools/releases/0.7/whatsnew.html

It covers JS as well as CSS, XML, and so on.

Posted by: terry sasaki at August 2, 2005 04:34 PM

I second on the Eclipse web tools. Been using it for a few weeks and, while it's not bug-free (it's in beta), it's running pretty well.

Posted by: Nathan Strutz at August 3, 2005 09:34 AM

Our company is building tools for JavaScript development. It comes with an Eclipse plugin. The core utilities are command lines, so they can be plug into different IDEs (with some works).

Here are features of our product (JS-Sorcerer):

- Ensuring correct use of DOM APIs and core JavaScript objects
- Verifying consistency and completeness of JavaScript within a web page
- Enabling developers to write browser-independent JavaScript
- Providing a powerful mechanism for developers to build their own JavaScript libraries
- Catching common JavaScript programming mistakes

You can find more information on our website:

http://www.dhitechnologies.com

We are doing early access for this product. So if you are interested to try it, please let me know.

Rudy

Posted by: Rudy Ho at August 11, 2005 03:18 PM

Hey, Interakt just realeased a 1.0 version of an Eclipse tool for doing Javascript. IT'S A WINNER!
http://www.interaktonline.com

Posted by: John Farrar at September 26, 2005 05:47 PM