https://github.com/foogaro/resteasy-json-xml
https://github.com/foogaro/resteasy-json-xml
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/foogaro/resteasy-json-xml
- Owner: foogaro
- Created: 2012-09-05T16:24:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-20T10:13:24.000Z (over 12 years ago)
- Last Synced: 2025-01-15T22:23:02.569Z (5 months ago)
- Language: Java
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
resteasy-json-xml
=================This project aims to explain how to use __RESTeasy 1.2.1.GA__ with __JBoss EAP 5.1.2__ when you deal with __@Form__ and __@FormParam__.
Also you will find how to use URL-based content negotation to retrieve data in the format you like.
Soon I'll code the same project using __RESTeasy 2__.
What you need is:
-----------------* Maven 2+
* JDK 5+
* JBoss EAP 5.1.2 or JBoss AS 6
* The IDE you like, preferably a good one. Any __IDEA__ out there? ;-)Why am I sharing this?
----------------------I'm sure I'll need that sooner or later!