Tag Archives: soa

RESTEasy: Where did the hypermedia go to?

Posted on 03. Dec, 2009 by guilhermesilveira.

15

Some friends have asked what are the major differences between Restfulie and RESTEasy client frameworks. Strong coupling and hypermedia awareless As of today, Resteasy requires you to create an interface mapping every resource operation to a specific method, using @VerbName and @Path annotations to specify the desired target URI. RESTEasy is ignoring the power of [...]

Continue Reading

quit pretending, use the web for real: restfulie

Posted on 03. Nov, 2009 by guilhermesilveira.

8

Resource representation A simple resource representation in xml would be as <order> <product>basic rails course</product> <product>RESTful training</product> <price>500.00</price> </order> Note that it provides information on the order itself, as we are used to. But it lacks providing meta information on the business process: from here, I am unable to go anywhere. This resource still lacks [...]

Continue Reading

Using the web infrastructure

Posted on 27. Oct, 2009 by guilhermesilveira.

0

Some recent posts here and at our company’s blog were dealing on how to use the web as an infrastructure for distributing an algorithm, but this post is related to how to supply a service or resource based system using some of the web infrastructure. Last year, at Falando em Java 2009, Jim Webberr spoke [...]

Continue Reading