JDBC Driver - DataSource

  • Thread starter Prashant Parashar
  • Start date
P

Prashant Parashar

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!
 
M

Manfred Rosenboom

JDBC DataSources have to be also Java Beans. If your DataSource
properties follow the Java Bean pattern, it should be no problem.

Best,
Manfred
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top