Last modified by Markus Ruggiero on 2025/10/24 16:07

From version 29.1
edited by Ray Kiddy
on 2009/07/29 13:11
Change comment: Migrated to Confluence 5.3
To version 30.1
edited by Markus Ruggiero
on 2025/10/24 16:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Best Practices
1 +documentation.Home.Best Practices.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kiddyr
1 +XWiki.ruggiero
Content
... ... @@ -18,8 +18,7 @@
18 18  
19 19  ==== Model-Specific Connection Properties ====
20 20  
21 -{{noformat}}
22 -
21 +{{code}}
23 23  MyEOModel.URL =
24 24  MyEOModel.DBUser =
25 25  MyEOModel.DBPassword =
... ... @@ -26,19 +26,16 @@
26 26  MyEOModel.DBDriver =
27 27  MyEOModel.DBPlugin =
28 28  MyEOModel.DBJDBCInfo =
28 +{{/code}}
29 29  
30 -{{/noformat}}
31 -
32 32  ==== Global Connection Properties ====
33 33  
34 34  These settings will allow you to set the connection properties for all the EOModels in your project.
35 35  
36 -{{noformat}}
37 -
34 +{{code}}
38 38  dbConnectURLGLOBAL =
39 39  dbConnectUserGLOBAL =
40 40  dbConnectPasswordGLOBAL =
41 41  dbConnectDriverGLOBAL =
42 42  dbEOPrototypesEntityGLOBAL =
43 -
44 -{{/noformat}}
40 +{{/code}}