Re: [gt-user] How to acess a Database

2008-03-13 Thread Tim Freeman
On Wed, 12 Mar 2008 13:39:33 -0500 Charles Bacon [EMAIL PROTECTED] wrote: On Mar 12, 2008, at 11:31 AM, Lasantha Ranaweera wrote: Charles, Thanks for the prompt reply. I just want to access data store in a database via a Globus service. In JDBC we can get Connections via

[gt-user] How to acess a Database

2008-03-12 Thread Lasantha Ranaweera
Hi Folks, I want to access information stored in a database from a Globus service. Is there a way we can access it as a DataSource? Then what are the modifications we need to be done in configuration files? (I guess this the same as accessing database in RFT). Thanks in advance, Lasantha

Re: [gt-user] How to acess a Database

2008-03-12 Thread Charles Bacon
I'm not sure I understand. You want to write a service that stores information in a database, or you have a database that you want to expose through a service? If you want to use a database, you can use JNDI in your code. That is not Globus-specific. If you want to expose a database, you

Re: [gt-user] How to acess a Database

2008-03-12 Thread Kay Dörnemann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! If you want to ease the development of Grid services with database access, you should try the Grid Development Tools for Eclipse. The service generator (part of GDTE) eases the use of DataSources within your Grid services. Information regarding

Re: [gt-user] How to acess a Database

2008-03-12 Thread Charles Bacon
And, obviously, I mean JDBC, not JNDI. Sorry about that. -c On Mar 12, 2008, at 10:53 AM, Charles Bacon wrote: If you want to use a database, you can use JNDI in your code. That is not Globus-specific.