Re: Connecting to deployment database for development/testing
Re: Connecting to deployment database for development/testing
- Subject: Re: Connecting to deployment database for development/testing
- From: Kieran Kelleher <email@hidden>
- Date: Tue, 28 Mar 2006 23:15:00 -0500
Use a local "development" database for development.
If you use ERExtensions framework from Project Wonder, you can
specify your EOModel connection dictionary in the Properties file
something like this allowing you to change the Properties file for
deployment to production:
modelName.URL = jdbc:mysql://mySqlHost/myDatabase?
capitalizeTypenames=true
modelName.DBUser = myUser
modelName.DBPassword = myPassword
modelName.DBDriver =
modelName.DBPlugin =
modelName.DBJDBCInfo =
On Mar 28, 2006, at 10:23 AM, John Huss wrote:
I was curious how most of you specify the URL of your database in
EOModeler. Do you use localhost, etc, or the actual address of the
server? What I mean is, do you connect to the production database
while developing and/or testing, or do you just use a local version?
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden