Re: N-Tier Application
- From: luxspes <me@xxxxxxxxxxx>
- Date: Sun, 20 Nov 2005 03:53:08 -0600
Try http://www.nhibernate.org/ for persistence.
Radi Radichev wrote:
Hi!
I am about to develop an application for a transport firm, to store records about their courses, personal, trucks and so on..., and to calculate different things. I was told that I must do it 3-tier when i want it to be proffesionaly made. I have read alot of infos, tutorials, posts and such but I still can't implement my business objects. I have done the database backend and now i want to begin with the logic tier. In example: my Personal table looks something like this:
PersID-autonum
Name-text(string)
Birthdate-date
Passport-number
PassportValid-date
IDcard-number
IDcardValid-date
What should look my business object like? Can somewone please give me an example, or a good source in internet with source code included. Thanks alot!
.
- Prev by Date: Re: bad practices in n-tier architecture
- Next by Date: Re: N-Tier Application
- Previous by thread: Re: Does anything like a Parent Process exist?
- Next by thread: Re: N-Tier Application
- Index(es):
Relevant Pages
|