M.Liang Liu wrote:

And any suggestion for me how to operate the database?Namelly,what should I
do if I would like to creat a new table of my own application and make it
display just as the demo?

Database access is usually implemented with:

* use a Object Relational tool such as Hibernate or OJB or iBatis or JDO
* plain old JDBC
* object databases

To get your own DatabaseBrowser running, a common method is to setup a datasource in Tomcat, and then simply point your DatabaseBrowser portlet at it. This takes the least amount of coding anyway


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to