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 133205 - Improve REST client API support
Summary: Improve REST client API support
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-18 15:04 UTC by Nam Nguyen
Modified: 2008-04-18 15:04 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 Nam Nguyen 2008-04-18 15:04:14 UTC
To help simplify REST Java client consumption we need to:
1. define separate Jersey client library
2. support codegen and automatic library dependency by either:
   (a)  DnD from REST service node from provider project, or
   (b)  a context menu action 'Call REST service'

(1) could be done pretty quickly.