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 223839 - Hint to expose methods in EJB as a Web Service
Summary: Hint to expose methods in EJB as a Web Service
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal with 1 vote (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-14 11:46 UTC by Petr Jiricka
Modified: 2013-07-24 08:08 UTC (History)
0 users

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 Petr Jiricka 2012-12-14 11:46:35 UTC
From Geertjan's trip report from JDays:

It would be great if we had a hint "Expose as Web Service" available on methods in EJBs. That would let users quickly generate at least Restful stubs for their business methods to expose them, saves quite a bit of coding. We already have hints for very small annotations, e.g., for @EJB, so why not have one for generating @Path (on class as well as methods) as well?