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 157584

Summary: Generator for java REST client stub
Product: webservices Reporter: tprochazka <tprochazka>
Component: RESTAssignee: Peter Liu <petertliu>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description tprochazka 2009-01-29 06:19:04 UTC
Now, Netbeans can generate client stub for REST web services only in JavaScript, but miss support for J2SE client.
Will be great generate client stub also as Java code.

Great would be also generate server and client from interfaces. I write interfaces and Netbeans will generate server and 
client part as implementation of this interfaces.
Comment 1 Jan Stola 2015-05-06 09:46:07 UTC
There is Web Services > RESTful Java Client in NetBeans IDE by now.