Pages
-
Recent Posts
- Entertainment Industry Embraces New Business Model: Suing Google For Third-Party Android Apps That ‘Promote Piracy’
- FTC Reminds EPIC That Suing The FTC To Get It To Investigate Google Might Not Be The Best Idea
- [one-liner]: Using the Linux Command, dirsplit, to Dynamically Backup a Directory Over Multiple DVDs
- European Commission Suggests ACTA’s Opponents Don’t Have ‘Democratic Intentions’
- I can’t design in the browser
Archives
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
Meta
Category Archives: REST
PHPHOST BLOG
Web Hosting Related Articles You May Need
JavaOne 2011: REST and Hypermedia as the Engine of Application State with Standard Java APIs
For my last technical session of JavaOne 2011, I wanted to attend something “easy” with a short title because of the mental fatigue and crammed brain resulting from four days of blistering rate of technical information coming my way. With that in mind,… Continue reading
Posted in JavaOne 2011, JAX-RS, REST, Syndicated
Leave a comment
More Groovy-based Simple HTTP Clients
In my previous blog post, I briefly wrote about the use of Groovy, Groovy’s GDK String, and the Java-provided URL class to write simple HTTP/REST clients. In this post, I look at how use of the URLConnection returned from a call to URL.openConnection(… Continue reading
Posted in Groovy, REST, Syndicated
Leave a comment
Minimalistic HTTP Clients with Groovy
The Rocky Mountain Oracle Users Group (RMOUG) Training Days 2010 main technical sessions are going to be held tomorrow and Thursday of this week and I will be presenting two presentations on Groovy and JAX-RS/REST at this conference. It seems like a g… Continue reading
Posted in Groovy, REST, Syndicated
Leave a comment
JAX-RS and HTTP Responses
HTTP Status Codes are a big part of the HTTP protocol that most of us have seen countless times in our web browsing and development. We are used to seeing 404 (Not Found), 200 (OK), and so forth. Because HTTP is often closely tied with REST style app… Continue reading
Posted in JAX-RS, REST, Syndicated
Leave a comment
Playing with Jersey/JAX-RS Method Designators
There is a part of me that likes to try things just to see what happens. If I read something that says, “Never do this,” I have a hard time not doing just that thing if I believe doing so comes at no significant cost. There can be value to this appro… Continue reading
Posted in JAX-RS, REST, Syndicated
Leave a comment
JAX-RS and the REST Uniform Interface
In Roy Fielding’s dissertation that started it all, he stated:”The central feature that distinguishes the REST architectural style from other network-based styles is its emphasis on a uniform interface between components.”The above quotation can be fou… Continue reading
Posted in JAX-RS, REST, Syndicated
Leave a comment
JAX-RS 1.1: What’s New?
Srini Penchikala’s InfoQ article Java EE 6 Web Services: JAX-RS 1.1 Provides Annotation Based REST Support provides a concise (fits on one printed page!) high-level overview of JAX-RS 1.1, some of the commonly used JAX-RS annotations, and some common i… Continue reading
Posted in JAX-RS, REST, Syndicated
Leave a comment
JAX-RS with Jersey: An Introduction
The JAX-RS (JSR 311: The Java API for RESTful Web Services) specification provides a standardized Java-based approach to implementing REST-style web services. Jersey is the reference implementation of JAX-RS and I provide a brief introduction to JAX-R… Continue reading
Posted in JAX-RS, REST, Syndicated
Leave a comment
RESTful Database Access with sqlREST
The sqlREST project enables easier exposure of database data via REST-style web services. The 15-Minute Guide to sqlREST demonstrates how to quickly try out sqlREST simply by copying the sqlREST directory into a Java EE web server’s directory and sqlR… Continue reading
Posted in REST, Syndicated
Leave a comment
Dustin’s Bookmarks – 31 May 2009 (REST, Java, and JRuby)
I found four resources linked to from DZone to be particularly interesting this week. I am linking to them in this post as a form of glorified bookmark for my own future reference and in case someone else has not seen them already.Five Things I Used t… Continue reading
Posted in Java (General), JRuby, REST, Syndicated
Leave a comment
LATEST NEWS
