« The Worst User Interfaces Ever | Main | ERD Tools »

March 23, 2004

Eclipse and ColdFusion

Who out there is using Eclipse for ColdFusion coding? Which plugins (if any) are you using, and how do you like them? The two I know of are cfeclipse by (I think) Oliver Tupman and Rob Rohan, and cfplugin by Matt Liotta. I haven't used Eclipse yet, but I think it's time I give it (and these CF plugins) a try. I'll report my findings here.

Posted by cantrell at March 23, 2004 05:01 PM | References

Comments

Matt also has a Mach-ii plugin for Eclipse. I personally would love to see more Eclipse plugins for CF as Eclipse/WSAD is our standard Java IDE, although we aren't using it for CF development yet.

Posted by: Rob Brooks-Bilson at March 23, 2004 05:54 PM

I've been using Eclipse with cfeclipse, dbedit, HTMLTidy, and a MS Visual SourceSafe plugin for a couple months now. Other than the slow load time (which reminds me of DW, anyway), and a bit of extra work to get everything configured, I've been very happy with the environment. I especially like that I can do pretty much everything I need when writing CF apps within one IDE without having to switch between DW, some kind of DBMS studio, and VSS (I never liked DW's native integration). The only pet peeves I have is the code hinting/autocompletion is not quite up to DW standards, and there's no instant, contextual access to CFML documentation.

I still have yet to try Matt's plugin.

Posted by: Doug Keen at March 23, 2004 06:25 PM

I have come to use Eclipse simply because I want to try on cfeclipse. I must say I'm very impressed with both. SWT makes Eclipse look and feel like a native application as compared to slow Swing/AWT Java application. Good job, IBM! CFEclipse is intuitive and easy to use. I'd like to see it's integration with the Mach-II framework..

Posted by: Vui Lo at March 23, 2004 07:39 PM

Does CFEclipse work in WSAD? My installation of it went without error, but the "CFML Editor" that I was supposed to associate with cfm and cfc extentions in the Workbench/File Associations is non existent. Consequently, I cannot open said files. Am I missing something? With HS on its way out, this seems more & more appealing (though DW is improving, yada yada yada).

Posted by: Andrew at March 24, 2004 02:32 PM

Ive been using Eclipse for months now... although, I can agree with some of the pet peeve's Doug mentioned - its magnitudes better than DW.

Im using a number of different pluggins including:
cfeclipse
ldapbrowse
regular expression tester

Andrew: I do not believe that cfeclipse works with Eclipse... while IBM Websphere Studio which relies heavily upon Eclipse's "framework" - I don't think that version and the opensource project version are quite the same.

Cheers

Posted by: Ramene Anthony at March 25, 2004 12:52 AM

I've been using eclipse for several months now and have been pretty impressed. I've seen one cf coding project that had tag insight but it was almost unusable. I took the generic xml editor and created a custom editor that really is nothing more than the xml editor and it's been great for color coding and other things. I REALLY like the cvs integration and the ftp functionality is usable.

Posted by: Neil Giarratana at March 30, 2004 05:59 PM

Trying to get eclipse going to cf development but my only question is if I have to create a project if I just want to work on one specific file?

Using other editors are convenient since I can associate the document type to that editor and I can start working on it right away. Maybe eclipse can do this as well, I just have not been able to find how.

Posted by: octavio at April 1, 2004 01:55 PM

Hey there Christian nice site :) If / when you try out cfeclipse let me know if you have any problems or questions. For those who asked, it only works with Eclipse 3.0 (M8 currently) so I doubt it'll work with the current stable version of websphere (I guess thats WSAD).

Thanks for checking it out Christian.
Rob

Posted by: Rob at May 21, 2004 01:19 AM

Just to let anyone who passes by this blog entry know that there is a new release of CFEclipse out (1.1.13). Nothing major apart from the fact that you can get it via Eclipse's update facility. Just point your copy of Eclipse towards

http://cfeclipse.tigris.org

Posted by: Oliver Tupman at July 7, 2004 06:21 PM