JAX-RS

  • submit to reddit

CXF JAX-RS on Apache TomEE

Yesterday I got a post comment about some problems with running CXF JAX-RS on Apache Tomcat. But also 2 weeks ago Apache TomEE 1.0 has been officially...

1 replies - 8594 views - 05/23/12 by Łukasz Budnik in Articles

RESTEasy 2: Now Apache v2 Licensed!

An all new version of JBoss' RESTEasy is finally here eight months after the 1.2 release.  After several betas, the major release of RESTEasy 2.0 is bringing...

3 replies - 9330 views - 07/20/10 by Mitch Pronschinske in News

A Fresh New Jersey

Version 1.3 of Jersey, the reference implementation for JAX-RS, is out today.  This Oracle RI facilitates the generation of RESTful web services for...

0 replies - 7789 views - 07/02/10 by Mitch Pronschinske in News

Declarative Hyperlinking in RESTEasy

REST APIs must be hypertext driven. That requirement has quite a few implications on how one defines a RESTful interface which in turn has quite a few...

2 replies - 6842 views - 06/23/09 by Solomon Duskis in News

Solomon Duskis on REST - Presented in HTTP

I'm preparing for an internal REST presentation. I'm going to use this blog as my presentation platform. Power Points can be pretty, but I think that it's...

0 replies - 10062 views - 05/14/09 by Solomon Duskis in News

Integrating JAX-RS and Spring MVC

Spring MVC and JAX-RS have a lot in common. I've been working on integrating those two technologies as part of the JBoss RESTEasy project, and have...

0 replies - 16715 views - 11/06/08 by Solomon Duskis in Articles

Java RESTful clients and JAX-RS

RESTful architecture and JAX-RS lead to distributed architectures. Roy Fielding's dissertation talks about a layered, client-server architecture. The JAX-RS...

0 replies - 22064 views - 10/07/08 by Solomon Duskis in Articles

JAX-RS Vendor Comparisons

I'd like to evaluate the four products that I know of that support JAX-RS: CXF - this Apache hosted project is a merger between XFire (a SOAP...

3 replies - 18861 views - 09/26/08 by Solomon Duskis in Articles

Putting Java to REST

Last month I gave you an Introduction to REST. It was 100% theory, so now its time to see a little bit of REST in action. Since I am primarily a Java...

10 replies - 146731 views - 09/22/08 by Bill Burke in Articles