<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fan&#039;s blog &#187; NT</title>
	<atom:link href="http://fkpwolf.net/category/nt/feed/" rel="self" type="application/rss+xml" />
	<link>http://fkpwolf.net</link>
	<description>无为而无不为</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:15:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Sun的一些新动向</title>
		<link>http://fkpwolf.net/2007/03/31/sun%e7%9a%84%e4%b8%80%e4%ba%9b%e6%96%b0%e5%8a%a8%e5%90%91/</link>
		<comments>http://fkpwolf.net/2007/03/31/sun%e7%9a%84%e4%b8%80%e4%ba%9b%e6%96%b0%e5%8a%a8%e5%90%91/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 12:29:00 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[NT]]></category>

		<guid isPermaLink="false">http:///2007/03/31/sun%e7%9a%84%e4%b8%80%e4%ba%9b%e6%96%b0%e5%8a%a8%e5%90%91/</guid>
		<description><![CDATA[最近忙于找工作，荒疏了一些东西。 1.pet store 2.0发布了。看上去好像是web 2.0的跟风作品，AJAX，RSS，TAG，SEARCH都用上了，还没来仔细研究。用了不少开源的库，可以借鉴下。 2.一则netbeans有了新的插件：Visual Web Pack，看上去很不错的东西，应该是从creator里面提取出来的，这样比较eclipse的web开发，netbeans强了很多。记得原来使用 creator时，由于deploy服务器只能使用sun application server，速度很慢，还设法过把部署环境改为tomcat，这下方便多了。 产品的定位跟Microsoft visual web developer express类似。 相比下，eclipse的可视化编辑界面就差了很多，VE发展到现在还是个小玩具。个人感觉Swing比较swt可能难看点，但是灵活性更好些。 3.新的application server增加了很多SOA的支持，比如REST，BPEL。有个netbeans演示BPEL开发过程的Video，图形拖放的方式，很是cool。]]></description>
			<content:encoded><![CDATA[<p>   最近忙于找工作，荒疏了一些东西。<br />    1.pet store 2.0发布了。看上去好像是web 2.0的跟风作品，AJAX，RSS，TAG，SEARCH都用上了，还没来仔细研究。用了不少开源的库，可以借鉴下。<br />    2.一则netbeans有了新的插件：Visual Web Pack，看上去很不错的东西，应该是从creator里面提取出来的，这样比较eclipse的web开发，netbeans强了很多。记得原来使用 creator时，由于deploy服务器只能使用sun application server，速度很慢，还设法过把部署环境改为tomcat，这下方便多了。<br />    产品的定位跟Microsoft visual web developer express类似。<br />    相比下，eclipse的可视化编辑界面就差了很多，VE发展到现在还是个小玩具。个人感觉Swing比较swt可能难看点，但是灵活性更好些。<br />    3.新的application server增加了很多SOA的支持，比如REST，BPEL。有个netbeans演示BPEL开发过程的Video，图形拖放的方式，很是cool。</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2007/03/31/sun%e7%9a%84%e4%b8%80%e4%ba%9b%e6%96%b0%e5%8a%a8%e5%90%91/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jdk6 has been released!</title>
		<link>http://fkpwolf.net/2006/12/16/jdk6-has-been-released/</link>
		<comments>http://fkpwolf.net/2006/12/16/jdk6-has-been-released/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 13:32:00 +0000</pubDate>
		<dc:creator>Fan Fan</dc:creator>
				<category><![CDATA[NT]]></category>

		<guid isPermaLink="false">http:///2006/12/16/jdk6-has-been-released/</guid>
		<description><![CDATA[Tonight I occasionally browsed java.sun.com, It was very surprising that J2SE 6 had been available. COOL! Well Done! It was so quickly that sun pushed the newer edition of jdk. After going through this page, I found there are not too much exciting features in this release except script. More detail documents can be found [...]]]></description>
			<content:encoded><![CDATA[<p>   Tonight I occasionally browsed java.sun.com, It was very surprising that J2SE 6 had been available. COOL! Well Done! It was so quickly that sun pushed the newer edition of jdk.<br />    After going through <a href="http://java.sun.com/javase/6/">this page</a>, I found there are not too much exciting features in this release except script.<br />    More detail documents can be found in DevX: <a href="http://www.devx.com/Java/Article/33398/0/page/1">Mustang Must-Haves: What&#8217;s Cool in Java SE 6</a> and<a href="http://www.devx.com/Java/Article/33206/0/page/1"> Java SE 6&#8242;s New Scripting and Compiling Goodies</a> .<br />    You can see another cool stuff is compile API.  Even there is a project <a href="https://gosling.dev.java.net/">gosling</a> using compile API as a replacement for  ANT.  It used  java  as build language other than xml. Also it used some advanced feature such as annotation, compile API.<br />    The questions for gosling are :<br />    1) the build java file need not be compiled?<br />    2) Is it more quickly than old ANT?<br />    3) Why not use script as a language? Though the java maybe be a better choice than XML, it also has a more complex grammar than XML. With XSL XML can be validated easily. If the java don&#8217;t be compiled in eclipse, how can I make sure my java is correct? till the run-time? How about script? maybe it is more appropriate.</p>
]]></content:encoded>
			<wfw:commentRss>http://fkpwolf.net/2006/12/16/jdk6-has-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

