Enterprise Java

Wildfly 8.0 provides seamless JSON support via its JAXRS 2.0 implementation

Its great to see Wildfly 8.0 making it so much easier to work with BOTH XML and JSON representations from a common set of JAXB classes without any extra plumbing or configuration of different JAXB run time implementation.

All you need to do is

  • Just return the JAXB objects from your business methods within the JAXRS resource classes
  • Set the HTTP Accept header to application/json

 

Simple business method returning the JAXB class

2

The JSON result

wildflyjsonsupport

You might also be interested in JAX-RS 2.0 : Custom Content Handling

Do you want to know how to develop your skillset to become a Java Rockstar?
Subscribe to our newsletter to start Rocking right now!
To get you started we give you our best selling eBooks for FREE!
1. JPA Mini Book
2. JVM Troubleshooting Guide
3. JUnit Tutorial for Unit Testing
4. Java Annotations Tutorial
5. Java Interview Questions
6. Spring Interview Questions
7. Android UI Design
and many more ....
I agree to the Terms and Privacy Policy
Subscribe
Notify of
guest


This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Back to top button