Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Client JPA + EclipseLink DBWS

Jason Kusnier wrote:
Before I spend a whole lot of time attempting this, I thought I would
bounce this off the list to see if anyone else has done this or knows
if its even possible.

What I would like to do is setup a cluster of servers to provide DBWS
and then reconfigure my clients that are currently using JPA directly
into a db to use the webservice.

Has anyone done this, or is it even possible with eclipselink?  There
is SimpleJPA http://code.google.com/p/simplejpa/ for doing this type
of thing with Amazon's SimpleDB.

Thanks for any input!
  
I need some clarification of the use-case you are trying to provide: instead of JPA clients talking
to a relational database, you want them to talk to a Webservice?

--
Oracle Email Signature Logo
Mike Norman | Principal Software Designer | 613.288.4638
Oracle Server Technologies | EclipseLink Product
45 O'Connor Street, Suite 400 | Ottawa, ON K1P 1A4 | (fax) 613.238.2818


Back to the top