Bill Burke is a Fellow at the JBoss division of REd Hat Inc. A long time JBoss contributor and architect, his current project is RESTEasy, RESTful Web Services for Java.
I’ve extracted some of the build files from AS7 to create a maven project that can create a modules/ directory structure for Resteasy. I wanted this so that people can easily patch/upgrade AS7 to the latest resteasy release. It should be fairly easy to use the project as an archetype… read more
Thank you Mark Little for turning me on to the JSON-Home format Internet Draft. “application/json-home” is a format that describes resources available from a particular site as well as possible hints on how to interact with those services. GET / HTTP/1.1 Host: example.org Accept: application/json-home HTTP/1.1 200 OK Content-Type: application/json-home… read more
There were some interesting side conversations going on in the comments of my Java EE wins over Spring blog. In particular, a few people were arguing over the value of Mocks. I always considered Mocks a bogus pattern. Only time I ever use them is when I’m initially starting a… read more
A bunch of bug fixes. Also added a couple new features: A few people were asking for a servlet-free embedded HTTP engine. Integration with Sun JDK’s com.sun.net.HttpServer was added. See documentation for more details. Support for different HTTP engines is in the works. Support for some more formats of the… read more
Way back in June I was brainstorming about ideas for decentralized authentication. Here’s a summary of the requirements I wanted: Competely stateless servers. Servers that host browser applications and restful services would not have to store usernames, passwords, or permission metadata (roles allowed). Servers would not have to handshake with… read more
The past 1-2 years since the release of Java EE 6, you’ve seen a lot of articles like this latest on TSS that talk about the niceities of Java EE 6′s component model over Spring and how Spring is now legacy. Yup legacy. Who would have thought it? (other than… read more
Mark posted a really nice article to InfoQ: WebSockets vs. REST? From what I understand of Websockets, its bascially used to set up a two-way socket connection and not really an application protocol. What worries me the most is that you’ve basically rolled back 20 years of protocol consolidation, and… read more
Buy Now and Save
Buy 2 books, get the 3rd FREE
Use discount code: OPC10
All orders over $29.95 qualify for free shipping within the US. See details.