JBoss Community

JBoss Tools Milestone for Eclipse 3.7 M6 (Indigo)

modified by Max Rydahl Andersen in JBoss Tools - View the full blog post

Eclipse 3.7 is coming out soon and we are happy to deliver the first milestone of JBoss Tools targeting the upcoming Eclipse Indigo release.

 

http://in.relation.to/service/File/10824

3.3.0.M1 (Flame On!)

[Download] [Update Site]  [What's New] [Movies] [Documentation (not updated yet)]  [Forums]  [JIRA] [Twitter]

 

This is a development release in its true form which requires Eclipse 3.7 M6 to run.

 

If you use Eclipse 3.7 M7 things will install, but there have been API changes between M6 and M7 so please follow the installation instructions below very carefully to avoid problems.

Installation

Read this very carefully - if you don't follow this you *will* have problems running this milestone since Eclipse 3.7 M7 is not compatible with Eclipse 3.7 M6.

 

  1. Download & Install Eclipse 3.7 M6a (Indigo) JEE bundle.
  2. Run and add this URL to Eclipse's list of available update sites:
    http://download.jboss.org/jbosstools/updates/development/indigo
  3. Disable all other URL's except that URL and this
    http://download.jboss.org/jbosstools/updates/indigo/M6/
  4. Now go and install the JBoss Tools components you want from the JBoss Tools updatesite

 

Step #3 is the important one - this prevents P2 from overriding your M6 installation with M7 updates.

 

This Jira explains the details for this with screenshots if the above text is causing problems.

 

New & Noteworthy

The biggest change is for this release is definitely the Eclipse 3.7 compatiblity but besides that and a bunch of bugfixes and minor improvements we have a few exiting new features in this release.

 

Forge Tools

Our Forge Tools which are integrating Seam Forge into the Eclipse IDE is now bundled in JBoss Tools and allows you to use Seam Forge out of the box from inside Eclipse.

 

Seam Forge is core framework for rapid-application development in a standards-based environment; it provides a command line style shell for rapid scaffolding style development. The special thing about Seam Forge is that the motivation behind it is to support standards such as Java EE, CDI and JPA in addition to common defacto technologies such as git and maven.

 

In its current release it allows you to easily create CDI based applications based on scaffolding principles as known

from tools like seam-gen, ruby-on-rails, grails etc.

 

This first release of Forge Tools are focusing on bringing the command shell experience directly available in Eclipse as a console so you can

interact directly with Forge meaning you can execute and run Forge commands directly from IDE and as an extra nice bonus when Forge

creates projects, Forge Console automatically imports it into Eclipse; when Forge creates a file, Forge Console automatically shows it in the

Eclipse editor and even when you add individual fields to a class with Forge, Forge console will open the class and highlight the just added

field. Well, you get the idea - it allows you to use the power of command line shell's together with the visual and integrated developer environment.

 

Koen made a very nice video of all this in play which I've embedded here below. You can see the details of what is shown in the

demo on his blog about this functionallity.

 

What you might not notice in this demo is that it is using m2e/wtp and

the JBoss Tools specific m2e configurators behind the scenes to

automatically have the related plugins for the project automatically

configured based on the Maven metadata instead of you having to

manually configure and setup the tools.

 

In upcoming releases of JBoss Tools you will see even tighter

integration with Seam Forge and with Maven to make you even more

productive in working with JEE 6 based technologies.

 

JBoss AS 7

 

This release introduces a server adapter which allows you to

start/stop/debug and deploy applications to JBoss AS 7 via the

file system.

 

The integration is not perfect

Comment by going to Community