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

Summary: Hint to expose methods in EJB as a Web Service
Product: webservices Reporter: Petr Jiricka <pjiricka>
Component: RESTAssignee: Milan Kuchtiak <mkuchtiak>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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?