REST

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 been pretty...

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

RESTful Web Applications with Subbu Allamaraju

Subbu works at Yahoo! developing standards, patterns and practices for HTTP web languages. In the past, he was a web service and Java developer. He was also a...

4 replies - 3684 views - 11/03/08 by Matt Raible in Articles

Enunciate Your Web Service API

Enunciate is an engine for building a rich Web service API, released open-source under the Apache 2 license. The concept is pretty simple: write your service...

0 replies - 3263 views - 11/01/08 by stoicflame in News

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 - 7015 views - 10/07/08 by Solomon in Articles

JAX-RS Vendor Comparisons

I'd like to evaluate the four products that I know of that support JAX-RS:

2 replies - 6706 views - 09/26/08 by Solomon 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...

7 replies - 32782 views - 09/22/08 by Bill Burke in Articles

RESTful Development

Web-based systems have to perform increasingly complex functionality, a lot of which is client-side, but a hefty portion of it requires complex server-side...

3 replies - 4978 views - 09/11/08 by Solomon in Articles

Using REST along other architecture styles

Following my latest post on evolving the architecture Dru asked me for more details on our RESTful control channels. For one you can take a look at slide...

0 replies - 3098 views - 09/01/08 by arnonrgo in News

Tech Chat - Sacha Labourey on JBoss AS 5

DZone recently sat down with Sacha Labourey, CTO of Red Hat Middleware, to discuss the upcoming release of JBoss Application Server (AS) 5. In this...

1 replies - 19687 views - 08/21/08 by Nitin Bharti in Videos

Introduction to REST

The bulk of my career has been spent working with and implementing distributed middleware. In the mid-90's I worked for the parent company of Open Environment...

3 replies - 19924 views - 08/18/08 by Bill Burke in Articles

Evolving Architectures - Architecture Retrospective

Retrospectives, every "agile" team does retrospectives.What are retrospectives anyway?A retrospective is a meeting where the team takes a look and...

1 replies - 4338 views - 08/13/08 by arnonrgo in News

Why is Web UI Development Slow?

Have you ever been a team member in a web framework or web product development? You may have noticed although UI prototyping is a fast process but UI...

27 replies - 17386 views - 07/19/08 by ali.loghmani in News

Apache CouchDB 0.8.0 has been released

Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it...

0 replies - 3813 views - 06/25/08 by Masoud Kalali in Announcements

Common REST Design Pattern

Based on the same architectural pattern of the web, "REST" has a growing dominance of the SOA (Service Oriented Architecture) implementation these...

19 replies - 17999 views - 06/04/08 by riho in Articles

12 Things You Should Know About REST and WOA

There have been a number of interesting tracts written lately about that increasingly popular topic in the world of SOA and Web services: REST.

0 replies - 2863 views - 04/09/08 by Dion Hinchcliffe in Articles