From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Goldman Newsgroups: gmane.emacs.help Subject: Re: What about Java on Emacs in commercial project? Date: Fri, 13 Jun 2008 11:33:45 -0400 Organization: Global Network Services - Remote Access Mail & News Services Message-ID: <48529357$1@kcnews01> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213371744 18432 80.91.229.12 (13 Jun 2008 15:42:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2008 15:42:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 13 17:43:07 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K7BQd-0004GV-JG for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jun 2008 17:43:03 +0200 Original-Received: from localhost ([127.0.0.1]:51837 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7BPp-0000cl-RF for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jun 2008 11:42:13 -0400 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-NNTP-Posting-Host: yktgi01e0-s5.watson.ibm.com Original-X-Trace: kcnews01 1213371223 129.34.20.19 (13 Jun 2008 16:33:43 +0100) Original-Lines: 24 Original-X-Complaints-To: abuse@prserv.net Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.glorb.com!nlpi057.nbdc.sbc.com!prodigy.net!kcnewsm01.prserv.net!prserv.net!kcnews01!not-for-mail Original-Xref: news.stanford.edu gnu.emacs.help:159441 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54797 Archived-At: My personal opinion is that Eclipse, Visual C++, and other IDEs, are better at project management and debugging, but emacs is a better source code editor. Generally, I use the IDE to set up the project, insert boilerplate, compile, and debug. I use emacs for writing the code. Both emacs and most IDEs can automatically detect that a file has changed on disk and reload it, so I don't have to worry about keeping them synchronized. Haolin wrote: > Hi, all I know emacs is a very very good editor, I use it for more > than 1 year. From now on, I need to migrate from C to Java, for > JavaEE development. My friends tell me to use eclipse, but I think > maybe emacs can do everything I want. So I want to know: Should Emacs > be used for production environment? in real commercial project with > Ejb, Web Service and Jsps? I know I can use Ant or Maven instead of > eclipse wtp, but should Emacs supply Grammar Tips and other important > features? for example, I add a jar package to my classpath of > project, should the classes and methods be read from emacs? I tried > JDEE, but it looks like a toy and not , maybe it's a good tool, but > not fit for conmmercial project.