I am writing a JDBC driver. Although I am done with writing the basic
stuff and getting a connection thru DriverManager, I am not sure how to
get my DataSource properties displayed automatically in the UI of an
application server.
For example, while configuring data source in WebSphere, it shows a
custom properties page. How to get these properties on that page?
Thanks in advance!
Manfred Rosenboom - 04 May 2006 08:39 GMT
JDBC DataSources have to be also Java Beans. If your DataSource
properties follow the Java Bean pattern, it should be no problem.
Best,
Manfred