InfoQ

News

Article: David Nuescheler on JCR and REST

Posted by Stefan Tilkov on Jun 10, 2008 02:20 PM

Community
Java,
SOA
Topics
Web Frameworks ,
REST ,
JCP Standards
Tags
JCR ,
Apache Sling
In a new InfoQ interview, Day CTO and JCR Spec Lead David Nuescheler talks to Stefan Tilkov about the benefits of JCR, the Java Content Repository standard, the difference between an API such as Atom/Atom Publishing protocol and JCR, JCR's connection to REST, and Apache Sling, a new kind of Web framework.

In David's view, Atom Pub and JCR are complementary – similarly to the HTTP protocol and the Servlet API, one doesn't replace the other, but rather they work together. David considers himself "a child of the Web" and a big fan of the REST approach. He feels that Apache Sling, a web framework backed by his employer, Day Software, offers the best option for building Web apps that follow the principles of Day Chief Scientist (and REST inventor) Roy Fielding.

Read the full interview for more.

1 comment

Reply

Zope by Neil Ellis Posted Jun 10, 2008 9:44 AM
  1. Back to top

    Zope

    Jun 10, 2008 9:44 AM by Neil Ellis

    Great article, I finally took the time to listen to a discussion about JCR :-)
    Probably a good subject to have a talk on, have you already done that on InfoQ?



    one would end up with ugly URLs like …/view.jsp?id=123465 that are clearly not even resource oriented. In more modern frameworks people started to be more flexible with URLs just treating the URL “as a string” allowing for example regexp based dissection of the URL.


    That's why despite being a true blue Java developer I will always remain a lifelong Zope fan, those guys understood RESTful architecture (and ideas we still aren't stealing yet in the Java world) while we were still writing noddy JSP applications :-) To this day I regard Zope as containing some of the most elegant concrete programming concepts invented.


    All the best

    Neil

Exclusive Content

Clojure

Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.

Composite Oriented Programming with Qi4j

We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.

Dan Farino About MySpace’s Architecture

Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.

Principles and Practices of Lean-Agile Software Development

Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.

The Maxine VM

Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.

Joe Armstrong About Erlang

Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.

The Limits of Code Optimization: a new Singleton Pattern Implementation

The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.

Pressure and Performance – The CTO's Dilemma

Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.