﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WebForms (How do I?)  » Business Object and WebForm</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 27 Apr 2026 08:37:44 GMT</lastBuildDate><ttl>20</ttl><item><title>Business Object and WebForm</title><link>http://forum.strataframe.net/FindPost32614.aspx</link><description>Hello&lt;br/&gt;&lt;br/&gt;i would to speak about the method choose by Strataframe , to use business object on the web.&lt;br/&gt;&lt;br/&gt;If you use an Ipad or Android with sim card to access on the website app.&lt;br/&gt;&lt;br/&gt;When you load a webpage , the session are stored in variable of session. If there are a micro cut network,&lt;br/&gt;when the user write on the textbox.&lt;br/&gt;&lt;br/&gt;The business object loose the variable of the session and the user loose his data,&lt;br/&gt;cause the webpage reload , the binding refresh the textbox.&lt;br/&gt;&lt;br/&gt;In php or ado.net, it's the same like a transaction , the data are send on the end, with the querie and the user don't depend the variable of session,&lt;br/&gt;it's the DNA of the web data centric.&lt;br/&gt;&lt;br/&gt;I don't know how the entity works because i use strata, but &lt;span id="result_box" class="" lang="en"&gt;&lt;span class="hps"&gt;my&lt;/span&gt; &lt;span class="hps"&gt;policy is&lt;/span&gt; &lt;span class="hps"&gt;put to the&lt;/span&gt; &lt;span class="hps"&gt;challenge with&lt;/span&gt; &lt;span class="hps"&gt;my&lt;/span&gt; &lt;span class="hps"&gt;clients on my&lt;/span&gt; &lt;span class="hps"&gt;choice of&lt;/span&gt; &lt;span class="hps"&gt;strata&lt;/span&gt;&lt;span&gt;.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Strata can work on the Winform with public variable, but in the web , the variable session can be kill by the network or the timeout, and the user want so to kill me.&lt;br/&gt;&lt;br/&gt;I would like to know , if in the new version of strata with entities inherit, can be to change this way for me ?&lt;br/&gt;&lt;br/&gt;Or If you see my problem and you can fix it ?&lt;br/&gt;&lt;br/&gt;Can you help me to get an edit only when the user push validate button on the end of input his field ? do not depend a session variable ?&lt;br/&gt;&lt;br/&gt;thanks for your help in advance.&lt;br/&gt;Olivier&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;</description><pubDate>Wed, 28 Jan 2015 13:51:56 GMT</pubDate><dc:creator>Olivier</dc:creator></item><item><title>RE: Business Object and WebForm</title><link>http://forum.strataframe.net/FindPost32862.aspx</link><description>Thanks trent,&lt;div&gt;if we can to test the beta release, it'll be great.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;and let you know when the 2.0 stable version ll be available.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;thanks&lt;div&gt;Olivier</description><pubDate>Wed, 28 Jan 2015 13:51:56 GMT</pubDate><dc:creator>Olivier</dc:creator></item><item><title>RE: Business Object and WebForm</title><link>http://forum.strataframe.net/FindPost32861.aspx</link><description>Thanks for the detail, the bottom line is that even SF V1 is all disconnected data. &amp;nbsp;It is how to manage that disconnected data and then update the server. &amp;nbsp;Regardless, SF V2 with the entity model will make this process easier and more seamless. &amp;nbsp;There are fewer hands in the cookie jar, so to speak. &amp;nbsp;Removing the ADO.NET component will also give a huge leg up. &amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;div&gt;For anyone reading this freaking out that ADO.NET is not the core, this is a really good thing. &amp;nbsp;However, you will still be able to output an entity to an ADO.NET table if you have the need with something like employee.ToADO(...).</description><pubDate>Wed, 28 Jan 2015 13:07:42 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Business Object and WebForm</title><link>http://forum.strataframe.net/FindPost32859.aspx</link><description>Hello Trent&lt;br/&gt;&lt;br/&gt;&lt;div&gt;I will continue our speech here i you want. I use C# vs studio 2013 and sql server 2008&lt;div&gt;i can send you some screen shot of my web app with tab , and my customer can open each detail product in each tab like a browser.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;I will take a example with a Customer on laptop with WIFI.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;First Sample with Strata V1 &amp;nbsp;and Second sample with entity framework and my tool to bind a control.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;- STRATA V1&lt;br/&gt;&lt;br/&gt;&lt;div&gt;1- The customer load a detail product&amp;nbsp;&lt;div&gt;2- The customer click on Edit button (i start editing state in Strata to put all control Enable)&lt;div&gt;3- The customer write on each textbox some modification&lt;div&gt;4- the wifi gets micro cuts wifi &amp;nbsp;(the server loose the session active)&lt;br/&gt;5- the customer continues to modify his webform and he doesn't hnow there are some micro cuts.&lt;div&gt;6- the customer click on validate button, and it's not possible to continue cause Strata session is lose and he must to rewrite some modification&lt;br/&gt;&lt;br/&gt;&lt;div&gt;-(the concept of V1 can works with Winform cause the public variable stay on the desktop on the customer, not the server so like nobody has a heavy app on the web, nobody meet this problem. )&lt;br/&gt;&lt;br/&gt;&lt;div&gt;- Entity Framework + my library&lt;br/&gt;&lt;br/&gt;&lt;div&gt;1- The customer load a detail product (my library bind each control, like strata)&amp;nbsp;&lt;div&gt;2- The customer click on Edit button (my library loop each control only to enable control)&lt;div&gt;3- The customer write on each textbox some modification&lt;div&gt;4- the wifi gets micro cuts wifi &amp;nbsp;(the server loose the session active)&lt;br/&gt;5- the customer continues to modify his webform and he doesn't hnow there are some micro cuts.&lt;div&gt;&lt;div&gt;6- the customer click on validate button,&amp;nbsp;&lt;div&gt;this procedure doesn't exist in strata so we lose the modification cause the binding is automatic&lt;div&gt;(i load again a select Sql to fill my business object)&lt;div&gt;(My library load each value of control &amp;nbsp;(textbox, combo...) to Write into Business Object)&lt;div&gt;(i save the dbContext with transaction and it's works )&lt;br/&gt;&lt;br/&gt;&lt;div&gt;this method works with a tablet on network phone or wifi with micro cuts.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;thanks&lt;div&gt;Olivier</description><pubDate>Wed, 28 Jan 2015 12:48:54 GMT</pubDate><dc:creator>Olivier</dc:creator></item><item><title>RE: Business Object and WebForm</title><link>http://forum.strataframe.net/FindPost32643.aspx</link><description>For the version 2.0&lt;br/&gt;&lt;br/&gt;It's possible to modify variable session name with temporary name, and not the businessobject name inside.&lt;br/&gt;&lt;br/&gt;Cause if we open 2 tab , with the same webpage, strata make a confusion with data, like a data session public in foxpro.&lt;br/&gt;&lt;br/&gt;thanks&lt;br/&gt;Olivier</description><pubDate>Thu, 31 Jul 2014 06:00:00 GMT</pubDate><dc:creator>Olivier</dc:creator></item></channel></rss>