<?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 : Notification on Devforce 2012</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2012 : Notification on Devforce 2012</description>
  <pubDate>Fri, 10 Apr 2026 22:17:19 -700</pubDate>
  <lastBuildDate>Thu, 30 May 2013 06:32:53 -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=4166</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>Notification on Devforce 2012 : no, new application from scratch,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16398#16398</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1136" rel="nofollow">pponzano</a><br /><strong>Subject:</strong> 4166<br /><strong>Posted:</strong> 30-May-2013 at 6:32am<br /><br />no, new application from scratch, it's divided into modules... I have my notification module that should receive the fact there's a new item (I was to use notificationservice but I think I'll have a timer and pool on the table.<br>When the notification module detects an insert/updates it prepares a dataflow packet and push to a queue<br>]]>
   </description>
   <pubDate>Thu, 30 May 2013 06:32:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16398#16398</guid>
  </item> 
  <item>
   <title>Notification on Devforce 2012 :  I meant what are you trying...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16397#16397</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 4166<br /><strong>Posted:</strong> 30-May-2013 at 6:29am<br /><br />I meant what are you trying to notify? Are you trying to send the notification to an existing application using DevForce?<br><span style="font-size:10px"><br /><br />Edited by smi-mark - 30-May-2013 at 6:30am</span>]]>
   </description>
   <pubDate>Thu, 30 May 2013 06:29:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16397#16397</guid>
  </item> 
  <item>
   <title>Notification on Devforce 2012 : There&amp;#039;s no client at all...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16396#16396</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1136" rel="nofollow">pponzano</a><br /><strong>Subject:</strong> 4166<br /><strong>Posted:</strong> 30-May-2013 at 6:27am<br /><br />There's no client at all (maybe some for logging)<br>It's 99% a windowsservice that does computation... I was to use devforce for reading data (server side) and then notification...<br>]]>
   </description>
   <pubDate>Thu, 30 May 2013 06:27:09 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16396#16396</guid>
  </item> 
  <item>
   <title>Notification on Devforce 2012 :  Is your client using DevForce?...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16395#16395</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 4166<br /><strong>Posted:</strong> 30-May-2013 at 6:21am<br /><br />Is your client using DevForce? If so, you could set it up like this:<br><br>IIS (or wherever the DevForce BOS is hosted) <br>&nbsp; -SignalR persistent connection service exposed over http<br><br>Change notification service<br>&nbsp; -SignalR client that pushes the change information to the IIS server&nbsp; which then broadcasts it to any listening clients (the quickstart shows a simple example of this)<br><br><br>DevForce client<br>&nbsp;-SignalR client that receives the change information<br><br><span style="font-size:10px"><br /><br />Edited by smi-mark - 30-May-2013 at 6:21am</span>]]>
   </description>
   <pubDate>Thu, 30 May 2013 06:21:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16395#16395</guid>
  </item> 
  <item>
   <title>Notification on Devforce 2012 : Hello,the app I&amp;#039;m running...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16394#16394</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1136" rel="nofollow">pponzano</a><br /><strong>Subject:</strong> 4166<br /><strong>Posted:</strong> 30-May-2013 at 6:12am<br /><br />Hello,<br>the app I'm running is almost serverside (a windows service that reads/wirte on database and has the need to "wake up" when an entry is written on a table.... can I use ideablade or it's useless?<br>Thanks<br><br>I'm to check SignalIR right now...<br>Thanks again<br>]]>
   </description>
   <pubDate>Thu, 30 May 2013 06:12:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16394#16394</guid>
  </item> 
  <item>
   <title>Notification on Devforce 2012 : Push notification has gone. You...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16393#16393</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 4166<br /><strong>Posted:</strong> 30-May-2013 at 6:09am<br /><br />Push notification has gone. You can use something like SignalR though to achieve the same thing. It's very easy to use and in whatever code you have to detect changes (Save interceptor, etc) you can then push a notification to the client<br><br>SignalR is available on NuGet and there is a lot of good documentation here: https://github.com/SignalR/SignalR/wiki<br><br>For your task you might look at using Persistent Connections, you probably don't need to use the more complex Hubs.<br><br>Here is a quickstart article https://github.com/SignalR/SignalR/wiki/QuickStart-Persistent-Connections<br><br>Rather than using HTML/JS to send the notification, this can simply be done in your service that handles the change notifications.<br>]]>
   </description>
   <pubDate>Thu, 30 May 2013 06:09:12 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16393#16393</guid>
  </item> 
  <item>
   <title>Notification on Devforce 2012 : Hello... please excuse me, where...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16392#16392</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1136" rel="nofollow">pponzano</a><br /><strong>Subject:</strong> 4166<br /><strong>Posted:</strong> 30-May-2013 at 5:57am<br /><br />Hello... please excuse me, where the notification's service has gone in 2012? I wish to detect DB changes on a specific entity (added/removed) and notify the client...<br><br>as well if I've got a window service, can I reference the devforce's dll to a class library ? I wish to have a notification module that tooks information and pools them via dataflow to another thread (this I'm able to do), just want to know if my assembly acts like a server how can I manage the call serverside?<br><br>Thanks<br>]]>
   </description>
   <pubDate>Thu, 30 May 2013 05:57:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4166&amp;PID=16392#16392</guid>
  </item> 
 </channel>
</rss>