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 - Spring support in Java EE5/EJB3.0 style
Summary: Spring support in Java EE5/EJB3.0 style
Status: RESOLVED DUPLICATE of bug 196690
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-30 03:49 UTC by Masaki Katakai
Modified: 2011-05-19 14:13 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***