users@jersey.java.net

Re: Does CRUD Web-Service for RDBMS can be created easily?

From: Arul Dhesiaseelan <arul_at_fluxcorp.com>
Date: Wed, 23 Apr 2008 14:43:55 -0600

Andrey Siver wrote:
> Hello,
>
> I'm newbie in Jersey and Web-Services...
>
> As I could see, with help of RESTful one can easily create a
> Web-Service, which will be show the content of RDBMS (such as MySQL or
> Oracle).
>
> But is it possible to do inserts or update to DB via this Web-Service?
>
> I'm thinking about the possibility of using XQuery language for
> processing data in Oracle DB via Web-Service ...
>
>
> Regards,
>
> -Andrey
>
> _________________________________________________
> Scanned by MessageLabs for the Super Flux Friends
> _________________________________________________
Yes. You can refer the bookmark sample in the Jersey distribution. It
uses JPA to perform CRUD operations on the resource.

Cheers,
Arul