Re: How to find my data sources in a dynamic way
- From: David Harper <devnull@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Apr 2005 07:01:42 GMT
george wrote:
I am looking for a KISS solution,stupid simple,I don't want to use LDAP,if there is a way to do without,so any suggestion?
LDAP is really quite simple to set up, especially with OpenLDAP.
I wasn't an LDAP expert, yet I managed to install OpenLDAP and start storing and retrieving DataSource objects within a couple of hours :-)
It also has the advantage of being robust and network-oriented: one LDAP server can provide DataSource objects to client programs anywhere on the network.
However, if you want to experiment with JNDI to see whether it meets your needs without having to set up an LDAP server, you can use the filesystem storage engine instead. This stores the DataSource objects in text files instead of in an LDAP server. The client programs will need almost no modification if you later decide to move to LDAP.
Hope this helps.
David Harper Cambridge, England
.
- References:
- How to find my data sources in a dynamic way
- From: george
- Re: How to find my data sources in a dynamic way
- From: David Harper
- Re: How to find my data sources in a dynamic way
- From: george
- How to find my data sources in a dynamic way
- Prev by Date: Re: How to find my data sources in a dynamic way
- Next by Date: Re: Using apache/axis within Oracle
- Previous by thread: Re: How to find my data sources in a dynamic way
- Next by thread: mysql-connector-java-3.1.8 problem
- Index(es):
Relevant Pages
|
|