<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : [ANSWERED] Multi-User Behavior</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : [ANSWERED] Multi-User Behavior</description>
  <pubDate>Sat, 11 Apr 2026 23:55:30 -700</pubDate>
  <lastBuildDate>Thu, 01 Nov 2007 10:09:14 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=519</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>[ANSWERED] Multi-User Behavior : So, stick to async querys (polling)...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1856#1856</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 01-Nov-2007 at 10:09am<br /><br />So, stick to async querys (polling) in 2-tier implementations and utilize the push feature when involving a BOS...right?<DIV>&nbsp;</DIV><DIV>I think I understand the gist of either procedure.&nbsp; The trouble comes in with the vast amount of code to create for this.&nbsp; I realize that not everything needs this kind of data synchronization; however, it will get messy.&nbsp; Also, where do these things happen within DF/CAB?&nbsp; To keep things separated from the view, I suspect it would be best to implement the polling from the presenter.&nbsp; Or, is there an even better place to do this...controller?&nbsp; workitem?&nbsp; rootworkitem?&nbsp; Should I somehow consider a service mechanism to make this happen?</DIV><DIV>&nbsp;</DIV><DIV>In addition, are SQL Server 2005 Notification Services the only thing that could drive the push mechanism?&nbsp; I do not have SS2K5, nor do I expect to upgrade to it (2008 is getting close).&nbsp; How am I limited without that database management system?</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Bill</DIV>]]>
   </description>
   <pubDate>Thu, 01 Nov 2007 10:09:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1856#1856</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : Here is a white paper overview...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1849#1849</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 31-Oct-2007 at 2:21pm<br /><br />Here is a white paper overview of the "Push" Technology:<DIV>&nbsp;</DIV><DIV><P =Ms&#111;normal><strong><B><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">What is DevForce's Push Feature?</SPAN></FONT></B></strong><?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></P><P =Ms&#111;normal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Some of our customers want the&nbsp;central server to "push" information to registered clients when a particular something happens.</SPAN></FONT><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Note that this communication occurs when the server thinks it should happen, not in response to any particular request from a client.</SPAN></FONT><o:p></o:p></P><P =Ms&#111;normal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">"Push" technology is what makes this work.</SPAN></FONT><o:p></o:p></P><P =Ms&#111;normal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;</SPAN></FONT><strong><B><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">The Polling Alternative</P><DIV></SPAN></FONT></B></strong><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">We recommend async query to our customers who want to learn when something of interest has happened. For example, the client can issue an async query to learn if there have been any changes to the list of currently available theater seats. Every few&nbsp;seconds, the client asks&nbsp;the database "Any changes to the theater seats?". The database responds "No" most of the time but occasionally responds with a&nbsp;collection of theater seats that have been changed (e.g., reserved).</SPAN></FONT><o:p></o:p></DIV><P =Ms&#111;normal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">This is called "polling".</SPAN></FONT><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><strong><B><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">What's Wrong with Polling?</SPAN></FONT></B></strong><o:p></o:p></P><P =Ms&#111;normal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">We think it is just fine in 99% of cases.</SPAN></FONT><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Recently, a number of prospects have been insistent that polling is bad - or at least bad for their applications.</SPAN></FONT><o:p></o:p></P><P =Ms&#111;normal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">The perceived problem with polling is that a great many clients could be checking in over and over, clogging the network and&nbsp;diminishing server performance. It's a bit like having a thousand&nbsp;kids in the back seat screaming "are we there yet?".</SPAN></FONT><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Servers, unlike human parents, do not get tired or irritated. They do have to respond to each request, as often as it arrives. The fear is that if a great many clients clamor for information and if there is limited bandwidth to carry the traffic in&nbsp;requests and responses, the network and / or server performance will deteriorate.</SPAN></FONT><o:p></o:p></P><P =Ms&#111;normal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">With "Push", clients register just&nbsp;once&nbsp;that they want to know when "this" (whatever "this" is)&nbsp;happens: "tell me when we get to grandma's house".</SPAN></FONT><o:p></o:p></P><P =Ms&#111;normal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">The BOS will be able to host a "daemon" process that (a) clients register to and (b) that calls back into the client when "this" happens: "hey, kids, we've arrived; say Hi to grandma". The client either finds all the information needed inside the call-back from the daemon or knows to go get what it wants: "Hi grandma; where are the presents?".</SPAN></FONT><o:p></o:p></P><P =Ms&#111;normal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><strong><B><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">This feature makes sense only with the BOS</SPAN></FONT></B></strong><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">Although one could write a daemon that runs on the client in 2-tier, it won't be achieving its purpose of reducing the chatter of a "polling" strategy. That's because the daemon itself typically polls*. That's fine when the daemon runs on the host server; it translates to client-side polling when the daemon runs on the client.</SPAN></FONT><o:p></o:p></P><BLOCKQUOTE style="MARGIN-TOP: 5pt; MARGIN-BOTTOM: 5pt; MARGIN-RIGHT: 0in"><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">* It is theoretically possible to install MSMQ (Microsoft's messaging technology which provides push technology) on each client and design the daemon to use it. The daemon would not have to poll. However, this approach is only viable if the client is already running MSMQ for some other reason - it's a pretty tricky install just for a DevForce client app.</SPAN></FONT><o:p></o:p></P></BLOCKQUOTE><P =Ms&#111;normal><FONT face=Arial color=blue size=2><SPAN style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial">This is why I described the BOS as providing "meaningful" push. You could do it 2-tier but you'd probably just be moving the polling out of your main thread and into another; you haven't really addressed the screaming child problem.</SPAN></FONT><o:p></o:p></P><P =Ms&#111;normal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">&nbsp;<o:p></o:p></SPAN></FONT></P></DIV>]]>
   </description>
   <pubDate>Wed, 31 Oct 2007 14:21:24 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1849#1849</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : To keep data on a client synchronized...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1848#1848</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 31-Oct-2007 at 2:15pm<br /><br /><P>To keep data on a client synchronized with the&nbsp; data on the database, you can periodically query the database.&nbsp; This is typically done through the use of Asynch Queries.&nbsp; For more info on Asynch Queries, see the Developer's Guide or the Advanced "Asynchronous Queries" tutorial ("Run on background threads and fire an event when complete. Learn how to use them to keep client-side performance crisp and/or keep local data at any desired level of currency.")</P><P>Another strategy is to use "Push" technology to register your interest in certain parts of the database using a "Publisher - Subscriber" model. With "Push" technology, there is the possibility of getting very quick response to very recent changes in the database.&nbsp; On the other hand, it may be more important to get good performance of the application by not querying the database too frequently using Asynchronous Queries.&nbsp; In many cases, the best solution is one which balances the need to get the most recent changes in the database with the need to have the best application performance,&nbsp; If you want to learn more about Push, I suggest looking at the Advanced tutorial on "Push Notifications - Business Object Server to Clients ("Push, or the Notification Service, allows your client applications to "subscribe" to logic/events on the BOS. You determine the server code to be run as part of the service, the client code to be called, the frequency of notification, which clients are notified, and what the notification message contains. Note that this feature is available only when using WCF for distributed communications with the BOS.")<BR></P>]]>
   </description>
   <pubDate>Wed, 31 Oct 2007 14:15:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1848#1848</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : Any tech tips or whitepapers on...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1846#1846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 31-Oct-2007 at 11:04am<br /><br />Any tech tips or whitepapers on this topic?]]>
   </description>
   <pubDate>Wed, 31 Oct 2007 11:04:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1846#1846</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : Ok. Major work ahead. This does...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1774#1774</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 24-Oct-2007 at 6:02pm<br /><br />Ok.&nbsp; Major work ahead.&nbsp; This does change my thinking and approach to my development.&nbsp; Thanks.&nbsp; I appreciate the input!]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 18:02:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1774#1774</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : No real change. The BOS does not...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1771#1771</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 24-Oct-2007 at 1:20pm<br /><br />No real change.&nbsp; The BOS does not maintain server-side entity state.<DIV>&nbsp;</DIV><DIV>B.</DIV>]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 13:20:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1771#1771</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : Thanks a ton, Bill. I appreciate...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1770#1770</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 24-Oct-2007 at 12:19pm<br /><br />Thanks a ton, Bill.&nbsp; I appreciate the clarity.&nbsp; <DIV>&nbsp;</DIV><DIV>What if a Business Object Server is used?</DIV><DIV>&nbsp;</DIV><DIV>(demo countdown: 40 minutes)</DIV>]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 12:19:05 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1770#1770</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : Some additional comments: Building...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1769#1769</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 24-Oct-2007 at 12:13pm<br /><br /><P>Some additional comments:</P><DIV>Building robust multi-user applications is non-trivial and requires careful application-specific design--there is no "out of the box" solution.</DIV><DIV>&nbsp;</DIV><DIV>CAB (or rather the Cabana wizards) may have created the binding sources for you, but your code supplied their data sources (typically by querying data from a persistence manager).&nbsp; Keeping that data up to date is a raw DevForce task.</DIV><DIV>&nbsp;</DIV><DIV>DevForce's managed lists synchronize EntityLists with changes in the cache of the related&nbsp;PersistenceManager&nbsp;<strong><EM>in the executing client</EM></strong>.&nbsp; As you've found, if coded properly with managed lists, drop-downs will stay in sync with their PM's cache.</DIV><DIV>&nbsp;</DIV><DIV>The Cabana EntityManager class maintains local (client-side) synchronization between multiple PMs <EM><strong>in the same executing client</strong></EM>.</DIV><DIV>&nbsp;</DIV><DIV>Synchronizing data in PMs of two client instances (that may be on opposite sides of the world) occurs by arranging to re-query the data.&nbsp; DevForce provides some tools, but it's up to you to decide how they should be used in your application.</DIV><DIV>&nbsp;</DIV><DIV>(DevForce does offer "push" technology, but it's complex and they tell me it's really "pull" under the hood.)</DIV><DIV>&nbsp;</DIV><DIV>Obviously, synchronization occurs when the client is stopped and restarted.</DIV><DIV>&nbsp;</DIV><DIV>Other options include,</DIV><DIV>&nbsp;</DIV><DIV>Add a refresh button of some kind to force re-query.</DIV><DIV>&nbsp;</DIV><DIV>Have your application periodically requery critical data.</DIV><DIV>&nbsp;</DIV><DIV>Arrange to refresh (requery) when a particular page is displayed or some other UI event occurs.</DIV><DIV>&nbsp;</DIV><DIV>Also keep in mind that, beyond synchronization, multi-user applications must deal with concurrency conflicts--handling the case where two clients have changed the same entity&nbsp;and then each tries to save.&nbsp;&nbsp;&nbsp;Does the second save overwrite the first save's changes?&nbsp; Is an error thrown?</DIV><DIV>&nbsp;</DIV><DIV>Again, DevForce provides some tools and guidance (there's a good tutorial on the subject), but you must provide application specific implementation.</DIV><DIV>&nbsp;</DIV><DIV>So I guess a possible answer to your exec's question is "It will once we complete the design and implementation of the application".</DIV><DIV>&nbsp;</DIV><DIV>Bill J.</DIV>]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 12:13:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1769#1769</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : This is a CAB question, since...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1766#1766</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 24-Oct-2007 at 9:56am<br /><br />This is a CAB question, since much of the mechanics of manipulating entities is handled in a workitem with services, resources and such.&nbsp; As much as I possibly can, I am utilizing CAB structure and functionality.&nbsp; I am doing my best to write the app in a CAB way (using ListConverterService, etc.).&nbsp; It is rather rare to have to directly create a binding source in a view, for example (don't recall doing it, yet).&nbsp; With that in mind, I would like to know if there are gotchas that come with DF/CAB in a multi-user environment.&nbsp; In other words, if I&nbsp;code the Cabana way, do I need to do something differently to manage a multi-user environment.&nbsp; My gut says "no", that I don't need to do anything additional, but I would like some assurance here.&nbsp; That's all.&nbsp; So, should I hang my hat on the "it depends" response?&nbsp; It would be kind of like my prepared response to the execs--"I absolutely hope so."<DIV>&nbsp;</DIV><DIV>By the way, most of the tutorials are obviously not designed with CAB in mind.&nbsp; As a matter of fact, in most cases, I cannot follow a tutorial and still consider my code CAB-worthy.</DIV>]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 09:56:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1766#1766</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : This is not a Cabana question....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1764#1764</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 24-Oct-2007 at 7:59am<br /><br />This is not a Cabana question.&nbsp; This is a DevForce question.<DIV>&nbsp;</DIV><DIV>The answer is, "It depends".</DIV><DIV>&nbsp;</DIV><DIV>If you code your application the same way as is done in many of the tutorials (e.g., "Adding and Deleting Business Objects" or "Working with ComboBoxes"),&nbsp; your new machine will not show up in your fellow technician's dropdown list.&nbsp; However, if your fellow technician adds a ListManager to the EntityList in his dropdown list to filter all existing machines, the machine you just added will show up automatically in his dropdown list.</DIV>]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 07:59:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1764#1764</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : Sure. I am an engineer and responsible...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1759#1759</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 23-Oct-2007 at 5:54pm<br /><br />Sure.&nbsp; I am an engineer and responsible for entering machine information.&nbsp; A fellow employee is a technician and creates work orders.&nbsp; He assigns a machine from a drop down list to a work order.&nbsp; If I add a new machine, will the new machine show up in his drop down list?]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 17:54:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1759#1759</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : Could you clarify what you mean...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1758#1758</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=97" rel="nofollow">Bill Jensen</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 23-Oct-2007 at 5:52pm<br /><br />Could you clarify what you mean by "widget" and "another user's widget list".<DIV>&nbsp;</DIV><DIV>Bill J.</DIV>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 17:52:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1758#1758</guid>
  </item> 
  <item>
   <title>[ANSWERED] Multi-User Behavior : Tomorrow, I am demonstrating the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1755#1755</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=24" rel="nofollow">Linguinut</a><br /><strong>Subject:</strong> 519<br /><strong>Posted:</strong> 23-Oct-2007 at 3:44pm<br /><br />Tomorrow, I am demonstrating the application that I have built so far based on the Cabana model.&nbsp; In that demo, I am going to make a statement in response to one of the execs.&nbsp; I will be asked, "If one user adds a new widget, will that widget show up in another users widget list?"&nbsp; And my response will be..."Absolutely!"&nbsp; What I really mean is, "I absolutely hope so!"&nbsp; Can&nbsp;someone confirm that this behavior will in fact happen in a multi-use environment? <DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Bill</DIV><span style="font-size:10px"><br /><br />Edited by Linguinut - 26-Oct-2007 at 12:30pm</span>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 15:44:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=519&amp;PID=1755#1755</guid>
  </item> 
 </channel>
</rss>