Data Sources

A data source represents information needed to connect to a data source, for example, to a database.

Example:

<dataSources>
   <dataSource name="meno" driverclass="com.mysql.jdbc.Driver"
      url="jdbc:mysql://localhost/myDatabase" user="root" password="root">
      <properties>
         <property name="name" value="value" />
      </properties>
   </dataSource>
</dataSources>

iWay Software