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 100676 - Support patterns other than container->containee
Summary: Support patterns other than container->containee
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks: 98256 105779
  Show dependency tree
 
Reported: 2007-04-11 21:29 UTC by Srividhya Narayanan
Modified: 2008-01-20 11:50 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 Srividhya Narayanan 2007-04-11 21:29:47 UTC
Provide support for additioanl patterns with/without entity backing.
Comment 1 Nam Nguyen 2007-06-08 00:34:45 UTC
For we will support 2 generic (non-JPA class) patterns:  

1. Plain container-item:
Similar to container-item pattern in REST service from database entities but
user could choose any existing representation class.

2 Plain single free-form resource: un-patterned single resource class with all
GET, POST, PUT, DELETE methods.

In both use-cases user could specify any MIME type.

Note UI design is specified in issue 105779
Comment 2 Nam Nguyen 2007-06-08 00:37:17 UTC
Both UI and codegen are implemented.
Comment 3 Lukas Jungmann 2008-01-20 11:50:54 UTC
v.