Where to put the singleton class

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khushboosoni
    New Member
    • Jun 2010
    • 7

    Where to put the singleton class

    Hi,

    We are working on a new project which has the following structure:

    There is a data access layer which concerns with the database,then business layer which interacts with the data access layer.
    Then we use presentation layer to interact with the business layer which in turn is accessed by a web service.
    We have another area where we have our common utility classes and data objects.
    Then finally we have our web application.
    Now my question is we are using a singleton class when our application starts,where are we supposed to put that class.
Working...