Discussion:
Properties file and DB connection
Miguel Angel Torres Avila
2011-02-24 02:02:25 UTC
Permalink
Hi List,

I am playing with the Properties file in a Wonder App.

I found these properties:

dbConnectURLGLOBAL=
dbConnectUserGLOBAL=
dbConnectPasswordGLOBAL=

that I can use for DB connections, but I have some questions:

What should I do if I have more than one modeler in my App?

Can I set the DB connection of a modeler in a framework that is being used by the app?

Where can I find a documentation about all the properties that I can use in wonder and its use?

Thanks in advance.

_______________________________
Ing. Miguel Angel Torres Avila
Director General
Tel: +52 (33) 3367 1892
Cel: +52 (33) 3106 8758
E-mail: ***@toracom.net
www.toracom.net
David LeBer
2011-02-24 02:13:22 UTC
Permalink
Post by Miguel Angel Torres Avila
Hi List,
I am playing with the Properties file in a Wonder App.
dbConnectURLGLOBAL=
dbConnectUserGLOBAL=
dbConnectPasswordGLOBAL=
What should I do if I have more than one modeler in my App?
Can I set the DB connection of a modeler in a framework that is being used by the app?
Where can I find a documentation about all the properties that I can use in wonder and its use?
For setting model connection dictionary a quick google reveals:

<http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/extensions/eof/ERXModelGroup.html> (The properties section)
<http://wiki.objectstyle.org/confluence/display/WONDER/Best+Practices-Properties+Files>

And read the Properties file in ERXExtensions for additional properties and their defaults.

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site: http://codeferous.com
blog: http://davidleber.net
profile: http://www.linkedin.com/in/davidleber
twitter: http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org
Miguel Angel Torres Avila
2011-02-24 02:19:31 UTC
Permalink
Post by David LeBer
Post by Miguel Angel Torres Avila
Hi List,
I am playing with the Properties file in a Wonder App.
dbConnectURLGLOBAL=
dbConnectUserGLOBAL=
dbConnectPasswordGLOBAL=
What should I do if I have more than one modeler in my App?
Can I set the DB connection of a modeler in a framework that is being used by the app?
Where can I find a documentation about all the properties that I can use in wonder and its use?
<http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/extensions/eof/ERXModelGroup.html> (The properties section)
<http://wiki.objectstyle.org/confluence/display/WONDER/Best+Practices-Properties+Files>
And read the Properties file in ERXExtensions for additional properties and their defaults.
;david
Thanks David,

That's exactly what I was looking for, I will do some tests, Thanks again!
Post by David LeBer
--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site: http://codeferous.com
blog: http://davidleber.net
profile: http://www.linkedin.com/in/davidleber
twitter: http://twitter.com/rebeld
--
http://tacow.org
_______________________________
Ing. Miguel Angel Torres Avila
Director General
Tel: +52 (33) 3367 1892
Cel: +52 (33) 3106 8758
E-mail: ***@toracom.net
www.toracom.net

Loading...