i would ask you a question; did the book discuss the configuration of DataSource or mail session, setup and parameters. because i see from the contents page that there are no entry for that issue.
another
what you mean by this entry:
15.5 Changing the default database
thank you.
Best regards.
Mohamed Sulibi
Javid Jamae
Author
Ranch Hand
Joined: May 14, 2008
Posts: 198
posted
0
Section 15.5 refers to how you change from the default (deploy/hsqldb-ds.xml) datasource to another.
Yes, we discuss DataSources, setup (I assume you mean of the application server), and parameters (I assume you mean system properties).
Section 15.5 contains the steps necessary to replace the existing hsqldb with another database. The source code that accompanies this section replaces hsqldb with either MySQL and PostgreSQL.