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 122919 - Switch to Jersey version 0.5
Summary: Switch to Jersey version 0.5
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords: PLAN
Depends on:
Blocks: 122918
  Show dependency tree
 
Reported: 2007-11-28 00:38 UTC by Peter Liu
Modified: 2008-01-20 11:54 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 Peter Liu 2007-11-28 00:38:08 UTC
We need to switch to using Jersey version 0.5 which is planned to be released on 1/18/08.  There are some major changes
coming in this release that will impact how RESTful web service are built.
Comment 1 Peter Liu 2007-12-05 01:26:28 UTC
In terms of API changes, the UriTemplate annotation has been changed to Path. Plus, HttpMethod annotation is now
replaced with GET, PUT, POST and DELETE annotation, etc.

Comment 2 Nam Nguyen 2007-12-07 23:51:04 UTC
Complete initial switch.
JSR-311 API is not complete yet.  At least we will have @UriParam to be changed to @PathParam.
Comment 3 Nam Nguyen 2008-01-03 23:29:40 UTC
@PathParam is scheduled for jersey 0.6.  Closed a fix.
Comment 4 Lukas Jungmann 2008-01-20 11:54:37 UTC
v.