I have an application which would fit this model but the data that is stored will need to be protected. How would I go about encrypting the data file either in a stack or as a file?

Bill Vlahos

On Dec 5, 2004, at 1:49 PM, Chipp Walters wrote:

Then, I would keep all business logic and the presentation (GUI) stuff in a standalone which cannot be written to. I would move data in and out of the standalone stack.

I don't like mixing content and business logic/Interface, especially when you'll be adding/deleting from stacks. It's one of my pet peeves about Rev- and I suspect one of the major support issues with the IDE: the fact that it actually saves itself..including business logic and any bugs or bad logic which may have been introduced during the many hours of a users programming. I digress.

So, my basic mantra is to never 'save' stacks other than data stacks. And never mix interface and business logic with changing data stacks.

_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to