<< August, 2008 >>
SMTWTFS
12
3456789
10111213141516
17181920212223
24252627282930
31
Search Blog

Paying Bills
Recent Entries
Recent Comments
Re: SysCon - Irony in Advertising (by matthewreinbold at 2/17 7:32 PM)
Re: New Words: Web Worker Daily (by Anne Z. at 2/10 8:30 AM)
Re: New Words: Web Worker Daily (by Jason Alba at 2/10 6:59 AM)
Re: New Words: Web Worker Daily (by Michael Moncur at 2/10 6:18 AM)
Re: 2006: Tying Up Odds 'n Ends (by matthewreinbold at 1/05 11:06 PM)
Re: 2006: Tying Up Odds 'n Ends (by Jason Alba at 1/05 7:22 PM)
Re: 2006: Tying Up Odds 'n Ends (by Gilbert Lee at 1/04 2:21 AM)
Re: Returns Week: Build Your Own Geek Box (by Laura Moncur at 1/03 1:15 AM)
Re: JSEclipse Preview Available! (by matthewreinbold at 12/21 2:21 PM)
Re: JSEclipse Preview Available! (by scott at 12/20 11:51 PM)
About
Matthew Reinbold is the writer behind the BloomBurst blog. BloomBurst is written by Matthew Reinbold. He currently lives in Salt Lake, Utah and has been a web designer, site developer, and usability engineer since 1999.

Matthew graduated from the South Dakota School of Mines and Technology (SDSM&T) in 2000 with a bachelors degree in computer engineering. In 2003 he received his MBA from the University of Utah with an emphasis on entrepreneurship and emerging technology business.

More development perspective can be found on the Salt Lake ColdFusion User Group website, a group that Matthew has been president of since April, 2005. He also writes about communities and collaborative culture on mutednoise.com. He can be contacted via the form on Vox Pop Design, the web design firm where he serves as Creative Principal. Finally, he's LinkedIn.

Categories
Archives
Photo Albums
Images (1)
RSS

Powered by
BlogCFM v1.14

Web Design by
Vox Pop Design

18 December 2006
JSEclipse Preview Available!
A Great Tool for JavaScript Developers Powered by Eclipse

I’ve been using the Eclipse IDE on code development for some time. I love being able to jump from one software language to another. I treat the plugins something akin to pokemon – I gotta collect ‘em all. After all, I want to be ready when that six figure Haskell project comes calling.

The one glaring omission I’ve had from my toolkit was a solid JavaScript piece. I’ve tried a couple of plug-ins in the past but never found one that didn’t send me back to plain text editing within a week. That may all change with Adobe’s preview release of Interakt’s JSEclipse.

Interakt was a great bunch of hard-core coders out of Romania (we’ve had them present remotely at a SLCFUG meeting). In September they were acquired by Adobe. Several individuals (me included) wondered what would happen to all the great developer tools in their Bucharest stable. Releasing the Eclipse plug-in for free must be another in a series of moves by the new Adobe (which, ironically, is a lot like the ‘old’ Macromedia they purchased, but with money).

Pick up your plugin on Adobe’s Lab site. What do you think of it?

Posted by matthewreinbold at 11:23 PM | Link | 5 comments
Subscription Options

You are not logged in, so your subscription status for this entry is unknown. You can login or register here.

Re: JSEclipse Preview Available!
Did you have any problems getting it installed? From the way I read the instructions on installation I cleaned out my features and plugins folders for Eclipse and eventually start from scratch by reinstalling Eclipse.

On my second round I took a different approach. And, although I did not experience the same catastrophic results, I still do not have JSEclipse installed. Any tips?
Posted by Scott on December 20, 2006 at 6:02 PM

Re: JSEclipse Preview Available!
I did forget to mention the instructions - which are horrible. If you follow exactly what they say you end up overwriting the plugins and features folder (the instructions state to copy entire folders over when, in fact, you should only copy their contents). After a near disaster trying to get PHP up and running in Eclipse I treaded very carefully on this one.

When you open up the zip you'll see a number of items - all your concerned with are the 'plugins' and 'features' folders. Copy the contents of the 'plugins' folder into your eclipse 'plugin' folder. Rinse and repeat for the contents of the 'features' folder. If you had Eclipse open shut it down and reopen it so that it 'catches' the new Java *.jar files. When you open the IDE don't expect fireworks - at this point everything should be the same. The magic happens when you open up a javascript file (in your navigator tree view they should have a new icon next to them - a dark box with a vertical red stripe and 'JS' on its side.

Let me know if you get it working or if there are still problems.
Posted by matthewreinbold on December 20, 2006 at 6:33 PM

Re: JSEclipse Preview Available!
Ta DA! I wasn't expecting fireworks, but at least the promised sparkler of the JSEclipse menu. Which now shows up when a JavaScript file is open. Thanks, Matthew!
Posted by Scott on December 20, 2006 at 11:33 PM

Re: JSEclipse Preview Available!
Any recommendations on an xml plugin for eclipse?
Posted by scott on December 20, 2006 at 11:51 PM

Re: JSEclipse Preview Available!
Great question. I'm sure there may be some hard core XML developers who frequently know their DTD end from their XSLT. For my modest tinkering I've been getting by just fine with the XML editor that comes packaged with the Web Standards Tools (WST) Project: http://www.eclipse.org/webtools/wst/main.html

Incidentally that same package also comes with basic JavaScript, SQL, CSS, and HTML editor pieces (among other things). For anyone that isn't fussy about their plug-in pieces I'd recommend just grabbing that bundle and being covered for quite a few different areas. The XML piece supports what you'd expect: basic code coloring and tag completion.

I know XML Buddy is a popular choice for more robust XML development. It comes with a panel for editing values graphically, as shown here: http://confluence.slac.stanford.edu/display/Gino/XMLBuddy+Installation+Instructions
Posted by matthewreinbold on December 21, 2006 at 2:21 PM

Commenting has been disabled for this entry.