all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Filipp Gunbin <fgunbin@fastmail.fm>
To: Rich Johns <ridge.hons@gmail.com>
Cc: Help-gnu-emacs@gnu.org
Subject: Re: java develeopment
Date: Wed, 20 Mar 2013 14:52:07 +0400	[thread overview]
Message-ID: <86a9py4a3s.fsf@fastmail.fm> (raw)
In-Reply-To: <1363702351211-281263.post@n5.nabble.com> (Rich Johns's message of "Tue, 19 Mar 2013 07:12:31 -0700 (PDT)")

On 19/03/2013 18:12 +0400, Rich Johns wrote:

> It appears that the jdee (java development env) project has been abandoned
> for the most part. I am currently  running  with emacs 22 and jdee under
> ubuntu 10.04 LTS byt I need to move up to ubuntu 12.04 LTS and have
> discovered that the jdee is not available.
>
> I am still hopeful that the jdee package will make a come back, but if it
> should not, I would very much like to hear how others are doing java
> development in emacs  23 and greater.  Note I want to avoid use of Eclipse
> or any other monolithic, heavy weight IDE. NO offense to those that love
> them -- I recognize their power and value, but one of the things I love
> about the jdee is that it is has a very light foot print. At any rate,
> please weigh in on reasonable java development options in emacs under linux.

I use the following (very minimal) tools:

1. Etags for navigation. While it's not convenient to update tag tables
frequently, it's rarely needed for me. I usually generate a single tag
table for a whole project instead of a separate one for each module. It
allows to quickly find a class/method and I'm fine with it.

2. Dired with "-R" for each sub-module. That allows to manage files and
quickly find files within one module.

3. Little self-written module which allows to add and reorder imports
with completion based on current module's Maven dependencies and current
module's classes. For the module's own classes, it just finds *.java
files, so no inner class support.

4. Emacs-w3m for javadoc viewing.

5. jdb (via GUD) for debugging (very rarely).

I also read that malabar-mode is good, but it didn't work on Cygwin when
I tried it.

Filipp



  parent reply	other threads:[~2013-03-20 10:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-19 14:12 java develeopment Rich Johns
2013-03-19 19:27 ` Dmitry Gutov
2013-03-19 19:38 ` Thorsten Jolitz
2013-03-19 20:02   ` Rich Johns
2013-03-20 13:15     ` Thorsten Jolitz
2013-03-20 10:11 ` Phillip Lord
2013-03-20 10:52 ` Filipp Gunbin [this message]
2013-03-20 11:31   ` Leo Liu
2013-03-21 13:33   ` Rich Johns
2013-03-22  8:42   ` David Banks
2013-03-23  7:55     ` Filipp Gunbin
     [not found] <mailman.22486.1363717911.855.help-gnu-emacs@gnu.org>
2013-03-21  7:01 ` Pascal Quesseveur
  -- strict thread matches above, loose matches on Subject: below --
2013-03-31 19:09 Barry OReilly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86a9py4a3s.fsf@fastmail.fm \
    --to=fgunbin@fastmail.fm \
    --cc=Help-gnu-emacs@gnu.org \
    --cc=ridge.hons@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.