Subscribe

Posts Tagged ‘REST’

Mashups and ESBs at Qcon

Tuesday, March 16th, 2010

I had a great time at Qcon London last week, it really is one of the more forward thinking conferences out there for the enterprise. I gave two talks on ESBs and Enterprise Mashups so I figured I’d share the slides.
(more…)

Using JSON bindings with iBeans

Tuesday, December 15th, 2009

JSON, short for JavaScript Object Notation, is a lightweight data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called objects).

Many REST services use JSON as the preferred data format (including Tcat Server’s REST API). JSON provides a much simpler model for data representation and is widely used in AJAX programing.

iBeans support binding JSON data to objects and marshaling Java objects to JSON using the excellent Jackson Framework.
(more…)

RESTful integration at QCon and my Dr. Dobbs podcast

Thursday, November 27th, 2008

I just got back from QCon in San Francisco. QCon is one of the best conferences around (IMHO). The speakers are great, the content quality is excellent, and the hallway conversations are thought provoking. If only I could’ve attended more! (more…)