n-tier development

  • Thread starter Thread starter Mike P
  • Start date Start date
M

Mike P

I've just started to try to create my own n-tier project, and I am using
an xsd schema to represent all my tables, and then datatables and
queries to get at my data. The question I have is, where does XML and
web services fit in to this? Do any web services go in the data layer,
and can I treat my XML exactly the same as my data coming from a
database by creating an xsd and then data tables and queries to get at
the data?


Many thanks,

Mike
 
Hi Mike,
It depends on the archeticture you are using. But based on my experience,
what i see is to seperate the data layer from the webservice(s).

What i mean is to design you solution by seperating the datalayer class(s).
Also you can create your webservice(s) in a seperated project. this will give
you alot of advantages

Regards,
Husam Al-a'araj
 
Uhh yeah.

I (and others) have responded to this over at aspnet.

http://groups.google.com/groups/search?qt_s=1&q="The+question+I+have+is,+where+does+XML+and"


http://www.newsreaders.com/guide/netiquette.html
Don't excessively cross-post
a.. Cross-posting refers to posting a message to more than one group at a
time, in the same post.
b.. If a message truly belongs in multiple groups, by all means
cross-post. In fact it is better to cross-post than to post the same message
separately to different groups.
 

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

Back
Top