On Apr 19, 2007, at 3:31 PM, Robert Jennings wrote:
> I was thinking that I would have to program in the ability to do
> below.
> We've got it working very simply, the Eva Webserver maintains session
> state I think, but we put enough information into the links to get
> back
> to where you were if I've you've gone to make a cup of tea and a
> sandwich since getting the web page.
Most servers have a method of maintaining session info, but once
that session is identified, the app would have to be able to grab the
relevant bizobjs, and pass them the submitted data. So if you had an
app that has a WidgetBizobj, each of which has several related child
bizobjs, and wanted to move it to the web, each session would have
its own copy of the bizobjs. If you had 100 people hitting the app,
there would be 100 WidgetBizobjs, and each would have a set of its
own child bizobjs.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.