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 - Generator for java REST client stub
Summary: Generator for java REST client stub
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 06:19 UTC by tprochazka
Modified: 2015-05-06 09:46 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 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.