Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Single tier is still the most
Message
From
02/05/2001 14:30:04
 
 
To
02/05/2001 12:58:06
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00502430
Message ID:
00502669
Views:
29
Hi Doug,

>Jim,
>
>>>mark,
>>>
>>>>>... until the boss says, now let's put this on the web.
>>>>
>>>>Then you get WebConnect. :)
>>>
>>>Yes, and you then run head-first into issues of stateless design. For simple queries it's easy to build something, but get into multiple input/editing screens, with the validation needs they bring, and you see the wisdom of not having to rewrite all of that code again.
>>
>>David,
>>
>>Is there some connection between "stateless code" and n-tier that I am missing. I certainly have never equated n-tier with 'stateless' in any way, shape or form.
>>Just trying to learn of yet more stuff I've likely missed.
>>
>>Cheers,
>>
>>JimN
>
>
>They're really two different things.
>
>Statelessness deals with ensuring that your application runs in such a fashion that it is able to survive in a world where a connection between parts of your application are able to survive interruptions in those connections.
>
>If your application runs on a local area network and is able to survive random occurances of someone unplugging network wires and then plugging them back in without notice that your application could be considered stateless as it can survive. <g> And pick right back up where it left off. It seems to me to require the use of a lot of tokens that help manage the process.
>
>N-Tier, as I'm sure you already know is simply an issue of how you construct your application's internal relationship between data, logic and user interface in their relationship with each other.

Thanks.

I thought (there I go again) that David was suggesting that an initial n-tier design would make it a snap to move to the web. I guess he wasn't.

Cheers,
JimN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform