S
Sam
Hi,
I gonna develop a three-tier architecture application (web site):
- User Interface (flash,html,css, etc)
- Business Rules (c#,asp .net)
- Data Access Layer (sql server)
I have to develop the only last two tier (Data and Business) while the last
one tier is gonna develop by another person. So, how can I should organize
my work in order to join all works together?
I though someting like this:
Who is developing UI might create a "layout structure"(html and css, etc...)
while I can create Business rules method that are able to return
html(css,etc...) code?
Es.
<HTML>
<BODY>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
....
****PUT here something like that in order to fill all information
<%object.getDATA(params[])%>
</ul>
</BODY>
</HTML>
Anyway, Which is the best pratice that should I use to organize my work?
Thanks.
I gonna develop a three-tier architecture application (web site):
- User Interface (flash,html,css, etc)
- Business Rules (c#,asp .net)
- Data Access Layer (sql server)
I have to develop the only last two tier (Data and Business) while the last
one tier is gonna develop by another person. So, how can I should organize
my work in order to join all works together?
I though someting like this:
Who is developing UI might create a "layout structure"(html and css, etc...)
while I can create Business rules method that are able to return
html(css,etc...) code?
Es.
<HTML>
<BODY>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
....
****PUT here something like that in order to fill all information
<%object.getDATA(params[])%>
</ul>
</BODY>
</HTML>
Anyway, Which is the best pratice that should I use to organize my work?
Thanks.