Posts Tagged ‘eclipse’

m2eclipse and WTP support

Tuesday, March 9th, 2010


m2eclipse 0.10.0 is out for a while now. And I was just trying it out with Eclipse 3.5.2. I installed m2eclipse-core from http://m2eclipse.sonatype.org/sites/m2e and was confused why it wasn’t configuring WTP properly.

I realized that lower down on the main page: http://m2eclipse.sonatype.org/installing-m2eclipse.html that the m2e-extras have to be installed from a separate site: http://m2eclipse.sonatype.org/sites/m2e-extras

Not too confusing. Just make sure you use both sites.

Eclipse Plugin for Database Work

Saturday, February 14th, 2009


I was all set to update the Quantum DB plugin (source-cvs) to add a few features I wanted.

  • generating insert or dbunit statements from selected rows of a result set – for inserting into a dbunit test case
  • exporting a set of tables to insert statements

My needs were meager, but since I was going to be doing a lot of this (and I do on every project) it seemed useful.

I did some googling and found the DBViewer Plugin (source-svn|browse). Looks pretty sweet.