RESTFul

  • submit to reddit

Extremely Decoupled Architecture for Web Applications (EDAWA); Part 1: Vertical Decoupling

Ever see a company going out of business because it couldn't afford a complete redesign of a big application? Ever wanted to switch a large application to a new technology stack in short, well defined steps? Ever struggled understanding or changing an...

3 replies - 4363 views - 06/22/11 by Ole Bulbuk in News

Restful Web-Services Best Practices

Some guidelines that I follow while designing the Restful Web-Services (here after referred to as services):URI Design:URIs are main part of a web-service interface. It’s painfully hard to change them once services are published and used by...

6 replies - 12093 views - 03/21/11 by Harish Chander in Articles

RESTful SOA with Open Source

With the exponential growth of the Web, REST as an architectural style [REF-1] has found its niche in the modern services landscape with its popularity poised to grow even further. JAX-RS is a new JCP specification [REF-2] that provides a Java API for RESTful...

3 replies - 8809 views - 09/29/09 by Masoud Kalali 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 implications on the kinds of tools one needs to develop RESTful APIs. As a Java developer, I'm interested...

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

Pragmatic Web Services With Apache CXF

Apache CXF [1] is an open-source Java-based framework whose goal is to help users develop standard-based, interoperable and robust web services.

0 replies - 23598 views - 06/08/09 by Sergey Beryozkin in Articles

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 integration is disappointingly slow. Have you thought why does this happen? Is it because of not using MVC...

27 replies - 24736 views - 07/19/08 by Ali Loghmani in News