Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » Using a jdbc database as backend storage
Using a jdbc database as backend storage [message #530263] Thu, 29 April 2010 07:03 Go to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
I need to store resources/files into database blobs.
Since this is for prototyping the (eclipse) application, I need to be flexible enough to switch the backend to something more appropriate in the long-term.
I am sure ecf can provide this flexibility...
Furthermore, I would like to implement a new jdbc storage provider, if that that does not exist yet...
Any thoughts on this or alternatives?
Re: Using a jdbc database as backend storage [message #530387 is a reply to message #530263] Thu, 29 April 2010 14:11 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Erdal,

It is quite possible to use ECF to provide the communications with a
remote database...and this would allow you a good deal of flexibility
(i.e. the database can/could be replaced on the server side without
affecting the client). Perhaps this is what you are interested in doing.

It would also be possible to create a jdbc storage provider as an ECF
container. I'm not sure whether you would want to make this provider an
implementer of one of the existing ECF APIs (e.g. datashare/channnels,
or remote services, etc), or perhaps create a new (JDBC) API.

I'm interested in your use case(s), though. For example...do you
expect/want clients to use JDBC calls persist/query? Or do you want to
separate the client from jdbc and provide some new/other client-side
mechanism to save/retrieve data (e.g. rpc and objects?).

Thanks,

Scott

Erdal Karaca wrote:
> I need to store resources/files into database blobs.
> Since this is for prototyping the (eclipse) application, I need to be
> flexible enough to switch the backend to something more appropriate in
> the long-term.
> I am sure ecf can provide this flexibility...
> Furthermore, I would like to implement a new jdbc storage provider, if
> that that does not exist yet...
> Any thoughts on this or alternatives?
Re: Using a jdbc database as backend storage [message #530790 is a reply to message #530387] Fri, 30 April 2010 22:44 Go to previous messageGo to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
We finally ended up implementing a new jdbc filetransfer provider.
See bug https://bugs.eclipse.org/bugs/process_bug.cgi

Please join the discussion and/or provide feedback.
Re: Using a jdbc database as backend storage [message #625249 is a reply to message #530387] Fri, 30 April 2010 22:44 Go to previous message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
We finally ended up implementing a new jdbc filetransfer provider.
See bug https://bugs.eclipse.org/bugs/process_bug.cgi

Please join the discussion and/or provide feedback.
Previous Topic:Using ECF to connect to a session-based JSON-RPC service
Next Topic:ECF problem
Goto Forum:
  


Current Time: Fri Apr 19 22:46:45 GMT 2024

Powered by FUDForum. Page generated in 0.03428 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top