]
Len DiMaggio commented on JBDS-3160:
------------------------------------
Thx! QE acking now.
JSR-352: Java EE 7 Batch
------------------------
Key: JBDS-3160
URL:
https://issues.jboss.org/browse/JBDS-3160
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: requirements
Reporter: Burr Sutter
Assignee: Alexey Kazakov
Priority: Critical
Fix For: 9.0.0.CR1
Attachments: BatchEditor.png
Custom XML Editor for the Batch configuration XML
Example
https://github.com/javaee-samples/javaee7-samples/blob/master/batch/chunk...
JSR-352: Batch
I, the Java EE application developer, wish to create new and maintain Batch (JSR-352)
applications in Eclipse. I need XML editing support, content-assist where appropriate and
a Maven-based quickstart to help with getting started.
The quickstart should be easily importable into JBDS and allow for editing so that I, the
Java EE app dev, can "make it my own" by changing its project name, group,
artifact id and version, plus modifying the XML file, adding/removing classes, etc.
This effort should primarily be focused on the XML editing experience. The normal New
Java Class wizard should support the batch related super classes (extends). Run As Run on
Server should work as well.
Examples of the XML:
https://github.com/javaee-samples/javaee7-samples/blob/master/batch/batch...
https://github.com/javaee-samples/javaee7-samples/blob/master/batch/batch...