Trace: • DataSourceHandler and DBCredentials
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
jvx:server:storage:datasourcehandler_dbcredentials [2018/02/02 09:14] admin created |
jvx:server:storage:datasourcehandler_dbcredentials [2020/06/15 11:41] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~Title: DataSourceHandler and DBCredentials~~ | ~~Title: DataSourceHandler and DBCredentials~~ | ||
| - | Simple integration of multiple databases is an easy task with JVx. Configuration is usually completed via the application's, config.xml file. This allows for easy access in the LifeCycle objects: | + | Simple integration of multiple databases is an easy task with JVx. Configuration is usually completed via the application's config.xml file. This allows for easy access in the life cycle objects: |
| <file xml config.xml> | <file xml config.xml> | ||
| Line 36: | Line 36: | ||
| </file> | </file> | ||
| - | using the DataSource of the SecurityManager. To access DataSources independently from the Security Manager we use DataSourceHandler: | + | using the data source of the SecurityManager. To access data sources independently from the security Manager we use DataSourceHandler: |
| <file java> | <file java> | ||
| Line 48: | Line 48: | ||
| \\ | \\ | ||
| - | **<fs 20px>Hint</fs>** | + | **<fs 20px>Note</fs>** |
| - | The [[jvx:server:security:dbsecman|DB Security Manager]] allows the use of a standard DataSource without any additional configuration effort: | + | The [[jvx:server:security:dbsecman|DB Security Manager]] allows the use of a standard data source without any additional configuration effort: |
| <file xml config.xml> | <file xml config.xml> | ||
| Line 70: | Line 70: | ||
| </file> | </file> | ||
| - | The Security Manager uses the DataSource named "default" as the standard connection. | + | The security manager uses the data source named "default" as the standard connection. |
