I am creating an ASP.NET application and would like to use iBatis.NET for the 
Data-Tier. While I can find information on how to set everything up within a 
single web project, I am looking to create the data tier as a Library project 
within a Solution that contains the Web project

What I would like to have is as follows:

> My Solution
    > Web Application Project
    > Data Tier Library Project (using iBatis.NET)
    > Business-Logic Tier Library Project
 
The usage scenario would be as follows:

    Web Application  <--->  Business-Logic Tier Library  <--->  Data Tier 
Library

This would keep things logically separated and easier to maintain/upgrade in 
the future.

Is this possible (surely it is) and how do I structure things to achieve this?  
If I have missed a link to an article explaining a similar scenario, please 
send me the link!

Thanks in advance!


-={ Kyle }=-



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com

Reply via email to