—< english version below>—

Im neuen Milestone von Restlet ist auch der aktuelle Stand der JAX-RS-Erweiterung enthalten. Etliche Features fehlen noch, aber ich arbeite daran. Da ich ja nebenbei für die Masterarbeit auch noch was schreiben muss, geht das Implementieren im Moment nicht ganz so schnell.

Im Restlet-Wiki steht ein aktualisiertes Tutorial mit Beispielcode.

———————————< english version >———————————
JAX-RS on Restlet contained in new Restlet Milestone

The new Milestone of Restlet also contains the current state of the JAX-RS extension. Some features are not ready yet, but I am coding. But because I have also write text for my masterthesis, the coding is a little bit slower now.

You find an updated tutorial with example code in the Restlet Wiki.

—< english version below>—

In den letzten Monaten habe ich fleißig implementiert. Inzwischen ist der Code soweit, dass er viele JAX-RS-Features unterstützt. Da die JAX-RS-Spezifikation noch nicht fertig ist, ist auch noch nicht alles fertig implementiert.

Wer die Restlet JAX-RS Laufzeitumgebung ausprobieren möchte, findet im Restlet-Wiki ein Tutorial mit Beispielcode.

———————————< english version >———————————
Tutorial for JAX-RS with Restlet

The last months I’ve worked hard to implement the JAX-RS specification. Now the code reached a status, that a lot of JAX-RS features are supported. Because the JAX-RS sepcification is not final, the current status does not contain all features.

Who want’s to play a little bit with the Restlet JAX-RS runtime environment, will find a tutorial with example code in the Restlet Wiki.

—< english version below>—

Seit etwa 2 Wochen arbeite ich offiziell an der Implementation des Java Service Requests 311 (JAX-RS, https://jsr311.dev.java.net/). Dabei setze ich auf das Restlet-Framework auf (http://www.restlet.org). Die Implementation wird eine Extension des Restlet-Frameworks. Den Code findet ihr im Subversion-Repository von Restlet (http://restlet.tigris.org/svn/restlet/trunk).
Das ganze ist übrigens meine Masterarbeit an der HAW-Hamburg. Weitere Posts im Zusammenhang mit der Masterarbeit finden sich unter dem Tag masterthesis.
Mehr über mich findet ihr auf der Seite über mich.

———————————< english version >———————————
Implementation of JSR 311 on top of Restlet

Since two weeks I’m officially working on the implementation of the Java Service Request 311 (JAX-RS, https://jsr311.dev.java.net/). The implementation relies on the Restlet API (http://www.restlet.org) and will ship as an extension of the Restlet frameworks. The source code can be found in the subversion repository of Restlet (http://restlet.tigris.org/svn/restlet/trunk).

This work is my Master thesis at the Hamburg University of Applied Sciences. To track posts on this thesis you can use the tag masterthesis.

For more details about me you can check the about me page.