Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EJB Tools Project"

(Post-Ganymede Requirements)
(Post-Ganymede Requirements)
Line 67: Line 67:
 
* Move all XDoclet functionality in new XDoclet component (sub-project) that extends the JEE and EJB components.
 
* Move all XDoclet functionality in new XDoclet component (sub-project) that extends the JEE and EJB components.
 
* Clean up all internal usages on other Eclipse (sub)projects.
 
* Clean up all internal usages on other Eclipse (sub)projects.
 +
* Integrate Properties view with EJB artifacts [https://bugs.eclipse.org/241672 241672]
  
 
== Related Links ==
 
== Related Links ==
 
* [http://www.eclipse.org/webtools/ejb/ EJB Tools Project @ eclipse.org]
 
* [http://www.eclipse.org/webtools/ejb/ EJB Tools Project @ eclipse.org]
 
* [[EJB Test Plan]]
 
* [[EJB Test Plan]]

Revision as of 10:44, 22 July 2008

The EJB Tools Project is currently in a transition phase since the project leadership has been handed over from Naci Dai to Kaloyan Raev.

Short-term Plan

The short-term plan covers activities within the Ganymede development phase.

Action Item Status
Reassign all Naci's bugs to ejb-inbox Checkmark.gif Done
Check all open bugs if still valid Checkmark.gif Done
Set target milestone on all open bugs Checkmark.gif Done
Verify all resolved bugs Checkmark.gif Done
Determine the scope of EJB Tools Project In Progress

237465 239827

Review Abouts in all EJB plugins Checkmark.gif Done
Generate JavaDocs for EJB API Not started

Long-term Plan

The long-term plan covers activities for post-Ganymede development phases.

Action Item Status
Detach all XDoclet functionality in separate plugins Not Started
EJB Test Plan In Progress

Post-Ganymede Requirements

  • EJB 3.1 (Java EE 6) support 241666 - article presentation reference implementation
    • Optional local business interfaces 241667 - article
    • Singletons 241668
    • .war packaging of EJB components 241670 - article
    •  ? EJB "Lite" profile
    •  ? Portable EJB Global JNDI Names
    •  ? Application Initialization and Shutdown Events
    •  ? EJB Timer Service Enhancements
    •  ? Simple Asynchrony
  • Add EJB 3.0 metadata to DD automatically 236621
  • Promote business methods automatically to interfaces 237050
  • Create Default Session Bean option 119311
  • Interceptors support (model, DD tree, wizard)
  • EJB 2.x non-XDoclet support in Session Bean and Message-Driven Bean wizards
  • Move all XDoclet functionality in new XDoclet component (sub-project) that extends the JEE and EJB components.
  • Clean up all internal usages on other Eclipse (sub)projects.
  • Integrate Properties view with EJB artifacts 241672

Related Links

Back to the top