34
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added information about JSON entity providers More... almost 17 years ago
Fixed links to examples (links contained former samples dir name) and some typos More... almost 17 years ago
Added missing json.org.jar reference to nbproject/project.properties More... almost 17 years ago
JSONArray and JSONObject entity providers moved to jersey (from Bookmark example) json.org.jar moved to jersey libs (from Bookmark example) build-impl.xml and genfiles.properties added to svn:ignore list for jersey and examples/Bookmark nbproject dirs More... almost 17 years ago
Removed requirement for leading / in UriTemplates More... almost 17 years ago
Rev the version to 0.2.1 More... almost 17 years ago
Include Allow header in a 405 (Method Not Allowed) response. Support by default OPTIONS request if OPTIONS is not implemented. More... almost 17 years ago
Support default HEAD requests for sub-resource methods. More... almost 17 years ago
Automatic support for the HEAD method if it is not implemented on a resource class. TODO still require to implement for sub-resource methods. More... almost 17 years ago
fixed WADL generation mixing up produce/consume information when generating responses More... almost 17 years ago
fixed WADL generation not correctly determining the HTTP method from @HttpMethod Java method name More... almost 17 years ago
Include jettison jar, for runtime dependency in the JAXB entity provider. More... almost 17 years ago
WebApplication.initiate can only be called once. Throw exception on subsequent calls. More... almost 17 years ago
Refactored ResourceClass. Implemented decode/encode for UriInfo methods. More... almost 17 years ago
Removed implementation of @SubResources and @UnmatchedPath. Started work on implementing 0.2 311 API. More work required for UriInfo methods to work with encoded/decoded values. UriTemplate.encode and UriTemplate.limited require more impl work. More... almost 17 years ago
JAXBElementProvider can use AbstractTypeEntityProvider.readFromAsString, which uses a StringBuilder (StringWriter is unnecessarily thread safe). Created helper function to provide neater type safe throwing of an exeception whose cause requires setting. More... almost 17 years ago
Added json support for jaxb object representations More... almost 17 years ago
Use ConcurrentHashMap for non-blocking reads to get map entries. More... almost 17 years ago
Refactoring of to better support views. Still not complete! More... almost 17 years ago
Removed rogue import (found by Jakob). More... almost 17 years ago
Partial refactoring of dispatch SPI and impl to better support views. More to do! The dispatch SPI is insufficient to support views of resources as dispatchers are isolated from each other and are not aware of the HTTP methods supported on a resource. Further more the removal of the Views annotation requires dynamic view detection at runtime when runtime generated 4xx responses occur. This should trigger a lookup of a view, and if present should perform synchronized update of the resource class state with that view information. (Unfortunately it is not possible to scan all files in the classpath and detect views at configuration time. One advantage of the dynamic approach is views can be added at runtime.) More... almost 17 years ago
Include Bookmark example in the distribution More... almost 17 years ago
Adding missing jars More... almost 17 years ago
removed the @SubResource annotation from the examples More... almost 17 years ago
removed Entity class, equivalent functionality is supported by the javax.ws.rs.core.HttpHeaders class More... almost 17 years ago
Include 311 API distribution, src and javadoc. More... almost 17 years ago
Bookmark example -- test client More... almost 17 years ago
Bookmark example -- first version More... almost 17 years ago
Fixed the formatting of java.util.Date for HTTP-date to conform to RFC 1123 More... almost 17 years ago
Update to changes. More... almost 17 years ago