Best way to stored settings for Serviced Components

M

mike

Hello.

I'm building an N-Tier intranet. The business components will be in Com+
(Enterprise Services) as well as the data access components.

I need to store application settings, such as connection strings, etc. I
plan on using an XML doc for this.

I'm trying to determine the most optimal way to store/access these config
files. I would only want to access them once, perhaps at component
activation, and keep them in memory for performance sake.

Any suggestions?

Thanks in advance,

Mike
 
M

Michael Nemtsev

Hello Mike,

What's the question?
U need to know that only DAL must connect to DB. Just keep XML on the dal
tier

M> Hello.
M> I'm building an N-Tier intranet. The business components will be in
M> Com+ (Enterprise Services) as well as the data access components.
M> I need to store application settings, such as connection strings,
M> etc. I plan on using an XML doc for this.
M> I'm trying to determine the most optimal way to store/access these
M> config files. I would only want to access them once, perhaps at
M> component activation, and keep them in memory for performance sake.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/members/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top