Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Status of Java EE Configuration Editors Project

The Java EE Configuration Editors project has been created and provisioned. In fact, the initial source contribution is already in the git repository [1] and continuous integration build is in place [2].

 

In terms of feature completion, the web.xml editor has full coverage of J2EE 1.4 spec, but no other version is supported yet. The next step is to add support for other versions and integration with annotations.

 

To take this feature for a spin, start with an Eclipse IDE for Java EE Developers (Indigo GA through Juno M2 supported) and point to the latest built repository [3]. Install the sole feature that comes up, restart and open web.xml file in a J2EE 1.4 dynamic web project.

 

For questions, discussion and feedback, use regular wtp channels. This project has no separate mailing list or forum. If you run into issues or wish to file an enhancement request, head over to bugzilla [4].

 

My current thinking is that the 0.1 release will be defined by completion of the web.xml editor. I don’t have an estimate yet. Will post a date when things firm up a bit.

 

[1] http://git.eclipse.org/c/webtools/org.eclipse.webtools.java-ee-config.git/

[2] https://hudson.eclipse.org/hudson/job/wtp-javaee-config-0.1.x/

[3] https://hudson.eclipse.org/hudson/job/wtp-javaee-config-0.1.x/lastSuccessfulBuild/artifact/build/repository/

[4] https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Java%20EE%20Config

 


Back to the top