I made a change in the blogger configuration to ease the later work when blogging. It is possible that older entries are not correctly formatted.

Showing posts with label IDE. Show all posts
Showing posts with label IDE. Show all posts

Thursday, 20 June 2013

emacs Malabar Mode

Emacs Malabar is an emacs mode for editing java with emacs. While browsing I found this stackoverflow entry. I still have to dig into it, but it seems to have very useful properties (according to the Stack overflow answer):

  • tight maven integration
  • groovy console for rapid prototyping
  • junit integration
  • import help
  • extra class, overide method and implement interface helpers
  • simplistic refactoring


An interesting extension to this work is to use also a mode for maven.

emacs JDE

Emacs JDE is an emacs mode for editing java with emacs. For a long time I wanted to dig into this again, because I find myself often annoyed by having to start eclipse for very simple java projects.


An interesting extension to this work is to use also a mode for maven.