This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 151814

Summary: Spring support in Java EE5/EJB3.0 style
Product: javaee Reporter: Masaki Katakai <masaki>
Component: SpringAssignee: issues@javaee <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: marfous
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Masaki Katakai 2008-10-30 03:49:00 UTC
Hi Spring team,

I'm asked from Japanese community folks about Spring support
and there is one feature request.

Current Spring MVC support in NetBeans is still XML based -
all configuration need to be stored in xml file. But people
may want to prefer new EJB3.0 style - not using XML files,
using annotation and injection.

Is there any plan to support Java EE5/EJB3.0 style?
Comment 1 Martin Fousek 2011-05-19 14:13:28 UTC
Implemented in http://hg.netbeans.org/web-main/rev/7ac30ca4fff0.

For now there is support for default Spring beans annotations: Component,
Controller, Repository, Service and only implicit naming or naming defined by
annotation value.

*** This bug has been marked as a duplicate of bug 196690 ***