Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Survey of those using XML
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00392968
Message ID:
00394113
Views:
18
>Hi Perry:
>
>Don't have any experience with WWWC, haven't been tasked to do any web development yet :( Just heard that others were saving information to object properties, then persisting them with OBJECTtoXML() as a means of maintaining state.
>
>Personally, I would tyr to avoid excessive round trips to the server and do the validation somehow in client side script. Also, ASP has session objects for storing variables and object references during a visitors session.

I don't see how that's relevant. If you have forms that lots of data you have to make trips back to the server, or alternately capture and store all of that data on the client. If you're talking about a pure HTML based web application, then the proper approach to complex forms is to do a Wizard like step by step approach to avoid excessive user interfaces.

As to ASP sessions and storing COM objects - this scales very badly (especially if you're using VFP or VB objects) and should be used only in low volume applications. The XML mechanism for storing data also works with ASP sessions and it doesn't dimininish the flexibility of any of that functionality.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform