<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Sip from the Firehose</title>
	<atom:link href="http://blogs.embarcadero.com/davidi/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.embarcadero.com/davidi</link>
	<description>David I's (David Intersimone) Embarcadero blog about programming, languages, databases, history, and more.</description>
	<pubDate>Sat, 07 Nov 2009 23:06:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Your data, how you want it, where you want it, with DataSnap 2010 by Andreano Lanusse</title>
		<link>http://blogs.embarcadero.com/davidi/2009/11/06/39866#comment-20146</link>
		<dc:creator>Andreano Lanusse</dc:creator>
		<pubDate>Sat, 07 Nov 2009 05:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=39866#comment-20146</guid>
		<description>Luigi you really need to study DataSnap 2010. I recommend you to watch the CodeRage videos about DataSnap.

"anyone can call into your server or tamper your data"
This is not true, there is a HTTPAuthentication on the server side, so you have the control on the server side to allow or not the access for the server methods.

Also, the HTTP protocol has control of the session, so you can define a timeout, control sessions, implement load balance, failover, etc.

Also, the filters is a important part of the security layer, where you can add any filter you wanna, in other worlds OPEN ARCHITECTURE

DataSnap simplify a lot the security implementation, and also allow you to use other security layers like firewall, proxy, database encryption, etc.</description>
		<content:encoded><![CDATA[<p>Luigi you really need to study DataSnap 2010. I recommend you to watch the CodeRage videos about DataSnap.</p>
<p>"anyone can call into your server or tamper your data"<br />
This is not true, there is a HTTPAuthentication on the server side, so you have the control on the server side to allow or not the access for the server methods.</p>
<p>Also, the HTTP protocol has control of the session, so you can define a timeout, control sessions, implement load balance, failover, etc.</p>
<p>Also, the filters is a important part of the security layer, where you can add any filter you wanna, in other worlds OPEN ARCHITECTURE</p>
<p>DataSnap simplify a lot the security implementation, and also allow you to use other security layers like firewall, proxy, database encryption, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Your data, how you want it, where you want it, with DataSnap 2010 by Bruce McGee</title>
		<link>http://blogs.embarcadero.com/davidi/2009/11/06/39866#comment-20143</link>
		<dc:creator>Bruce McGee</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=39866#comment-20143</guid>
		<description>Thanks, David (and Bob).

I'm glad to see DataSnap getting some love and appreciate seeing documentation and tutorials to help make these more accessible.  Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Thanks, David (and Bob).</p>
<p>I&#8217;m glad to see DataSnap getting some love and appreciate seeing documentation and tutorials to help make these more accessible.  Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Your data, how you want it, where you want it, with DataSnap 2010 by Luigi D. Sandon</title>
		<link>http://blogs.embarcadero.com/davidi/2009/11/06/39866#comment-20141</link>
		<dc:creator>Luigi D. Sandon</dc:creator>
		<pubDate>Fri, 06 Nov 2009 14:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=39866#comment-20141</guid>
		<description>"Your data, where you want, how you want it ".  Your right. Or better, "Your data, where anybody wants, how anybody wants it"   Because there's no security built-in, your data are easily readable by anyone and anyone can call into your server or tamper your data. More "distributed" than this is really hard to have. And don't start with the "you can filter data" refrain - it is not enough to protect the data exchange properly, unless much more code is written (and called) before even to send the first datum. And still there would be issues.
I understand you need to sell your actual product, but next time try to think about the *real* world before designing a solution. Security is no longer optional.</description>
		<content:encoded><![CDATA[<p>"Your data, where you want, how you want it ".  Your right. Or better, "Your data, where anybody wants, how anybody wants it"   Because there&#8217;s no security built-in, your data are easily readable by anyone and anyone can call into your server or tamper your data. More "distributed" than this is really hard to have. And don&#8217;t start with the "you can filter data" refrain - it is not enough to protect the data exchange properly, unless much more code is written (and called) before even to send the first datum. And still there would be issues.<br />
I understand you need to sell your actual product, but next time try to think about the *real* world before designing a solution. Security is no longer optional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Your data, how you want it, where you want it, with DataSnap 2010 by David Intersimone</title>
		<link>http://blogs.embarcadero.com/davidi/2009/11/06/39866#comment-20142</link>
		<dc:creator>David Intersimone</dc:creator>
		<pubDate>Fri, 06 Nov 2009 14:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=39866#comment-20142</guid>
		<description>"Security is no longer optional" - with DataSnap 2010 filters, you can easily create encryption filters, call Windows Crypto API, or use another encryption library.  InterBase 2009 supports encryption at many levels in the database layer.  Finally, you can also use HTTPS if you have a certificate for your Web Server.

The Filters for DataSnap 2010 were provided for just the security level you mention.</description>
		<content:encoded><![CDATA[<p>"Security is no longer optional" - with DataSnap 2010 filters, you can easily create encryption filters, call Windows Crypto API, or use another encryption library.  InterBase 2009 supports encryption at many levels in the database layer.  Finally, you can also use HTTPS if you have a certificate for your Web Server.</p>
<p>The Filters for DataSnap 2010 were provided for just the security level you mention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RAD Studio 2010 tour around the US in November and December by David Intersimone</title>
		<link>http://blogs.embarcadero.com/davidi/2009/11/02/39861#comment-20115</link>
		<dc:creator>David Intersimone</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=39861#comment-20115</guid>
		<description>"Is the tour going to venture into New England or New York?" and "Anything planned for the Seattle area?" - we are looking at additional locations depending on our budget for travel.  We will also do some online versions after the tour to hit everyone who couldn't make it to one of the other locations.  Stay tuned to the landing page for the US Tour for additional dates and locations.  

http://www.embarcadero.com/rad-tour-2010-free-seminar</description>
		<content:encoded><![CDATA[<p>"Is the tour going to venture into New England or New York?" and "Anything planned for the Seattle area?" - we are looking at additional locations depending on our budget for travel.  We will also do some online versions after the tour to hit everyone who couldn&#8217;t make it to one of the other locations.  Stay tuned to the landing page for the US Tour for additional dates and locations.  </p>
<p><a href="http://www.embarcadero.com/rad-tour-2010-free-seminar" rel="nofollow">http://www.embarcadero.com/rad-tour-2010-free-seminar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RAD Studio 2010 tour around the US in November and December by David Intersimone</title>
		<link>http://blogs.embarcadero.com/davidi/2009/11/02/39861#comment-20114</link>
		<dc:creator>David Intersimone</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=39861#comment-20114</guid>
		<description>"don’t leave out DelphiFeeds" - I would never leave out DelphiFeeds.  In blog posts, I always tag the posts with the appropriate product names.  I put Delphi in this post, and DelphiFeeds picks up all EDN Delphi and Embarcadero blogs that have the Delphi tag.  Anders, Christine or someone else also posts on the newsgroups.  And we do blasts on email from the marketing server and I also included the links in the October 2009 EDN newsletter that goes out to loads (more than 400,000) of members.

Thanks - If there are other areas, we'll post there too.</description>
		<content:encoded><![CDATA[<p>"don’t leave out DelphiFeeds" - I would never leave out DelphiFeeds.  In blog posts, I always tag the posts with the appropriate product names.  I put Delphi in this post, and DelphiFeeds picks up all EDN Delphi and Embarcadero blogs that have the Delphi tag.  Anders, Christine or someone else also posts on the newsgroups.  And we do blasts on email from the marketing server and I also included the links in the October 2009 EDN newsletter that goes out to loads (more than 400,000) of members.</p>
<p>Thanks - If there are other areas, we&#8217;ll post there too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RAD Studio 2010 tour around the US in November and December by m. Th.</title>
		<link>http://blogs.embarcadero.com/davidi/2009/11/02/39861#comment-20112</link>
		<dc:creator>m. Th.</dc:creator>
		<pubDate>Tue, 03 Nov 2009 14:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=39861#comment-20112</guid>
		<description>...Son, it is &lt;strong&gt;badly&lt;/strong&gt; needed to gather (again) the community. Did some research these days on the net - there are many very nice Delphi islands (bigger or smaller) but they are cut off from the main trunk. (Perhaps I'll made a post on this, explaining the factors which led to this, drawbacks, as well as what we should do).

In short: In this 'RAD Studio 2010 Tour' push the folks to:

1. Read / subscribe delphifeeds.com
2. Read / post / subscribe here (.public.non-techincal ng)
3. (optional) subscribe to main EDN feed.

...beware, don't leave out DelphiFeeds. The guys need others like them (ie. other users, developers) in order to have an "enjoyable" company. You are still "the company". 

HTH</description>
		<content:encoded><![CDATA[<p>&#8230;Son, it is <strong>badly</strong> needed to gather (again) the community. Did some research these days on the net - there are many very nice Delphi islands (bigger or smaller) but they are cut off from the main trunk. (Perhaps I&#8217;ll made a post on this, explaining the factors which led to this, drawbacks, as well as what we should do).</p>
<p>In short: In this &#8216;RAD Studio 2010 Tour&#8217; push the folks to:</p>
<p>1. Read / subscribe delphifeeds.com<br />
2. Read / post / subscribe here (.public.non-techincal ng)<br />
3. (optional) subscribe to main EDN feed.</p>
<p>&#8230;beware, don&#8217;t leave out DelphiFeeds. The guys need others like them (ie. other users, developers) in order to have an "enjoyable" company. You are still "the company". </p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RAD Studio 2010 tour around the US in November and December by Mason Wheeler</title>
		<link>http://blogs.embarcadero.com/davidi/2009/11/02/39861#comment-20109</link>
		<dc:creator>Mason Wheeler</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=39861#comment-20109</guid>
		<description>Anything planned for the Seattle area?</description>
		<content:encoded><![CDATA[<p>Anything planned for the Seattle area?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RAD Studio 2010 tour around the US in November and December by Paul T</title>
		<link>http://blogs.embarcadero.com/davidi/2009/11/02/39861#comment-20099</link>
		<dc:creator>Paul T</dc:creator>
		<pubDate>Mon, 02 Nov 2009 17:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.embarcadero.com/davidi/?p=39861#comment-20099</guid>
		<description>Is the tour going to venture into New England or New York?</description>
		<content:encoded><![CDATA[<p>Is the tour going to venture into New England or New York?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mansour Safai (Multiscope Debugger, Symantec Visual Cafe, M7 NitroX) passed away - a great loss for his family developers everywhere&#8230; by evden eve nakliyat</title>
		<link>http://blogs.embarcadero.com/davidi/2006/02/09/23161#comment-20024</link>
		<dc:creator>evden eve nakliyat</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.codegear.com/davidi/2006/02/09/23014/#comment-20024</guid>
		<description>thankjssssssssssssssss</description>
		<content:encoded><![CDATA[<p>thankjssssssssssssssss</p>
]]></content:encoded>
	</item>
</channel>
</rss>
