implementing Space based on JDBC

View: New views
4 Messages — Rating Filter:   Alert me  

implementing Space based on JDBC

by siamak_mahmoudian :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

I want to implement store and forward module. Our Architecture is a
SAF  module that it closely work with Oracle Database.So I decided to
search the group and I have been informed about  a class in JPOS-EE
(org.jpos.saf.SAF() ), but this class uses JDBMSpace as a persistence
layer. So my Questions:
1- Is there any space implementation based on JDBC?
2- If not What Can I do? Can I convert JDBMSpace to JDBCSpace.

Best Regards.


Re: implementing Space based on JDBC

by Alejandro Revilla :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>
> 1- Is there any space implementation based on JDBC?
>
We don't have it, but it's certainly doable and something good to have.
I always had in mind implementing a JDBC based Space, but never had the
time to do it.

>
> 2- If not What Can I do? Can I convert JDBMSpace to JDBCSpace.
>
You can implement it and if you are willing to contribute it to jPOS you
can have our support during the process.


Parent Message unknown Re: implementing Space based on JDBC

by Hendry Betts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

given the state of SOA technologies (use of web services as models) why in the world would we revert to a JDBC based solution?  Doesn't that bind us to a potentially outmoded technology or am I arguing application architecture over implementation?
       

[Non-text portions of this message have been removed]


Re: Re: implementing Space based on JDBC

by Alejandro Revilla :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>
> given the state of SOA technologies (use of web services as models)
> why in the world would we revert to a JDBC based solution?  Doesn't
> that bind us to a potentially outmoded technology or am I arguing
> application architecture over implementation?
>        
At some point you need to actually store your data, even if the store
operations goes through a web services interface. A JDBC based space is
something good to have IMO, and the best thing, it won't bind you to an
outmoded technology, because you can choose to use other
implementations at runtime.


LightInTheBox - Buy quality products at wholesale price