<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JavaFX warns against itself on Macs</title>
	<atom:link href="http://www.itwriting.com/blog/1092-javafx-warns-against-itself-on-macs.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog/1092-javafx-warns-against-itself-on-macs.html</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Fri, 19 Mar 2010 05:25:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Buitenhuis</title>
		<link>http://www.itwriting.com/blog/1092-javafx-warns-against-itself-on-macs.html/comment-page-1#comment-121852</link>
		<dc:creator>Eric Buitenhuis</dc:creator>
		<pubDate>Tue, 24 Feb 2009 18:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1092-javafx-warns-against-itself-on-macs.html#comment-121852</guid>
		<description>Like you mentioned, it has everything to do with who signed the certificate. For their samples, they include self-signing certs, which will encrypt like normal...just nobody to verify the &quot;you are who you say you are&quot; part. However, it also affects how the app will handle its cross-site scripting.

Either way, keep in mind that JavaFX apps aren&#039;t meant to be simple and pretty flash animation replacements as much as they are meant to be used for RIA solutions. You typically only need to answer the security question once, and if you use the RIA for work or another regular, routine use, you will likely forget you ever had to take the extra second to click the button, since subsequent loads don&#039;t require it. Moreover, a good production-level app ought to be signed properly anyway :)</description>
		<content:encoded><![CDATA[<p>Like you mentioned, it has everything to do with who signed the certificate. For their samples, they include self-signing certs, which will encrypt like normal&#8230;just nobody to verify the &#8220;you are who you say you are&#8221; part. However, it also affects how the app will handle its cross-site scripting.</p>
<p>Either way, keep in mind that JavaFX apps aren&#8217;t meant to be simple and pretty flash animation replacements as much as they are meant to be used for RIA solutions. You typically only need to answer the security question once, and if you use the RIA for work or another regular, routine use, you will likely forget you ever had to take the extra second to click the button, since subsequent loads don&#8217;t require it. Moreover, a good production-level app ought to be signed properly anyway <img src='http://www.itwriting.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Carter</title>
		<link>http://www.itwriting.com/blog/1092-javafx-warns-against-itself-on-macs.html/comment-page-1#comment-115683</link>
		<dc:creator>John Carter</dc:creator>
		<pubDate>Mon, 08 Dec 2008 16:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1092-javafx-warns-against-itself-on-macs.html#comment-115683</guid>
		<description>I total agree and the browser should never ask the above question. It is actually telling you that the certificate cannot be trusted although it is correctly formatted. It means that I could have created the certificate myself with Sun&#039;s identity. Normally you can&#039;t issue your own certificates, only a recognised entity like verisign has the right.

By answering yes to the above, you are rendering your security useless and only someone with detailed knowledge of SSL would know what it means anyway.

I blame Internet Explorer for starting this as it ask so many pointless questions, people invariable click &#039;yes&#039; to everything. Firefox is not much better and safari only a little better than the others. Too much choice is as bad as too little.

John.</description>
		<content:encoded><![CDATA[<p>I total agree and the browser should never ask the above question. It is actually telling you that the certificate cannot be trusted although it is correctly formatted. It means that I could have created the certificate myself with Sun&#8217;s identity. Normally you can&#8217;t issue your own certificates, only a recognised entity like verisign has the right.</p>
<p>By answering yes to the above, you are rendering your security useless and only someone with detailed knowledge of SSL would know what it means anyway.</p>
<p>I blame Internet Explorer for starting this as it ask so many pointless questions, people invariable click &#8216;yes&#8217; to everything. Firefox is not much better and safari only a little better than the others. Too much choice is as bad as too little.</p>
<p>John.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
