blob: 4be07ef98625389b389a8303bb37ffcc13fdf29b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NetBeans Weekly Newsletter, Issue # 38</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta name="keywords" content="NetBeans, IDE, Platform, free, open source, developer" >
</head>
<body>
<style>
body {
margin:5px 15px 5px 15px;
font-size: 11px;
font-family: Verdana, "Verdana CE", Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
background-color:#e3eaf1;
text-align:center;
}
#letter {width:533px;margin-left:auto;margin-right:auto;}
#head {background-image:url("http://services.netbeans.org/appl2/shared_images/head.png");width:533px;height:70px;background-repeat:none;}
#issue-date {padding-top:50px;text-align:center; color:white;}
#footer {background-image:url("http://services.netbeans.org/appl2/shared_images/footer.png"); width:533px;height:28px;background-repeat:none;}
#footer-text {padding-top:5px;color:#6a6b6d;text-align:center;}
#content {border-right:3px solid #747d9e;border-left:3px solid #747d9e; background-color:white; text-align:left; color:#6a6b6d; padding:13px 20px 13px 13px; }
#letter h1 {font-size: 14px; font-weight:normal; margin:3px 0px 5px 0px; padding:0px;color: #EE6B00; border-bottom:1px solid silver;}
#letter h2 {color:#2C3C79;font-size: 13px; font-weight:normal;margin:0px 0px 2px 0px;padding:0px; border:0px;}
#letter p {padding: 0px;margin:0px; text-align:justify;}
#letter a:link, a:visited { color: #045491; font-weight : normal; text-decoration: none;}
#letter a:link:hover, a:visited:hover { color: #045491; font-normal : bold; text-decoration : underline;}
.item {margin-left:8px; margin-bottom:9px;}
.bold {font-weight:bold;}
#letter a.orange {color: #EE6B00;}
.align-right {text-align:right;}
.align-center {text-align:center;}
.edited {margin:15px -20px 0px -13px;padding-top:8px;text-align:center;}
.edge-top {background-color: #f0f7ff;padding:7px 12px 7px 7px;margin-bottom:10px; border:1px solid #747d9e;}
</style>
<div id="letter">
<div id="head">
<div id="issue-date" class="bold">
刊号 # 38 - Dec 10, 2008
</div>
</div>
<div id="content">
<h1>项目新闻</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3050">NetBeans IDE 6.5 的 JavaFX 版现在可以获得了!</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl2/show_image.php?id=2252&column=image&table=story&type=image/jpeg&db=xnetbeans&db_type=pear&id_col=story_id'
height='51' width='110' alt='image' style='float:left; margin-right:5px;margin-bottom:5px;'/>
<p style="margin-left: 8px;">
JavaFX 1.0 已发布并且 NetBeans IDE 是 JavaFX 开发的官方 IDE 工具! 开发者可以使用 NetBeans IDE 来创建, 测试, 调试和发布桌面的,浏览器版的和移动平台的 JavaFX
应用程序. 你可以下载使用 JavaFX 来创建的可以运行的富互联网例子程序项目来开始学习. <a href="https://netbeans.org/features/javafx/index.html">学习更多</a> 关于 NetBeans IDE 的 JavaFX 版并立即 <a href="https://netbeans.org/downloads/index.html">下载</a> !
</p><ul>
<li>如果你的 NetBeans IDE 6.5 已经在 IDE 的升级中心安装了 JavaFX 1.0 . 在 IDE 中,找到 <i>工具 -> 插件</i> 然后钩上 JavaFX 复选框.
</li><li>如果你的 NetBeans IDE 6.5 还没有安装请浏览 <a href="https://netbeans.org/downloads/index.html">NetBeans 下载页面</a> 然后选择 JavaFX 下载捆绑包. </li></ul></p><br style="clear:both;"/>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3049">Fedora 10 的 NetBeans IDE 和 NetBeans 平台现在可以获得了</a></h2>
<p style="margin-left:8px;">
<p style="margin-left: 8px;">
NetBeans IDE 和 NetBeans 平台现在是最新发布的 Fedora 10 的一部分. 有了该整合后, 开发者使用 Fedora 可以得到:
</p><ul><li>一种容易且快速的方法去组织基于现代技术和流行编程语言的开发系统的环境.
</li><li>一种基于 NetBeans 平台进行开发富客户端应用程序方式.</li></ul>
<a href="http://wiki.netbeans.org/Fedora">学习更多</a> 关于 Fedora 中的 NetBeans.</p>
</div>
<h1>博客</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3041">如何使用 NetBeans IDE 创建支持 JNLP 的 Applet</a></h2>
<p style="margin-left:8px;">
<p style="margin-left: 8px;">
Petr Chytil 的博客介绍了使用 NetBean 6.5 开发一个简单的 HelloWorld applet.</p></p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3042">如果“这样”, Swing 是非常高效率的</a></h2>
<p style="margin-left:8px;">
<p style="margin-left: 8px;">
当创建 GUI (图片用户界面)时, 你是否应该使用标准 Widget 工具包 (SWT) 或者 Swing 工具包? 在本博客中,
Dream Team 成员 Adam Bien 分享了他专业的: 在什么情况下使用高效率的 Swing.</p></p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3043">JavaFX 1.0 - 内嵌式 GlassFish 中的可达到服务</a></h2>
<p style="margin-left:8px;">
<p style="margin-left: 8px;">
Arun Gupta 展示了如何使用 NetBeans IDE 来创建一个简单的 JavaFX 应用程序. 该程序播放了一部电影; 允许观看者投票; 并且查看其它观看者的投票结果. 该程序是使用 NetBeans 6.5, JavaFX 1.0 插件来开发的, 并且是使用 JavaFX Script 来编写代码的. 投票系统是开发成一个在 GlassFish 中使用 Jersey 的 RESTful Web 服务的.</p></p>
</div>
<h1>社区</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3044">NekoBean 有新粉丝了?</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl2/show_image.php?id=2258&column=image&table=story&type=image/jpeg&db=xnetbeans&db_type=pear&id_col=story_id'
height='81' width='110' alt='image' style='float:left; margin-right:5px;margin-bottom:5px;'/>
去年三月, NetBeans 日本社区介绍了一个新的吉祥物:
NekoBean. 那时, 我们都认为它是可爱的, 但我们却没有想到它是如此雄心壮志的.... 正如 Masaki Katakai 的博客上明显展示的, 这个蓝色的小盒子正到处旅行并与正确的人见面!</p><br style="clear: both;"></p><br style="clear:both;"/>
</div>
<h1>练习</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3045">技术贴士: NetBeans 6.x 本地历史</a></h2>
<p style="margin-left:8px;">
<p style="margin-left: 8px;">
错误时不时发生. 如果你失去了一段代码, 你如何取回它呢?
The Local History option in NetBeans 中的本地历史选项可以给回你整个文件的快照gives entire file snapshots in
time. 你可以在本地历史中返回到你的文件的旧版本来取得你想要的代码. 从本技术贴士学习更多.</p></p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3046">从一个数据库中生成一个 JavaServer Faces CRUD 程序</a></h2>
<p style="margin-left:8px;">
<p style="margin-left: 8px;">
本教程展示了 NetBeans IDE 如何从实体类生成可靠的并且代码容易维护的 JSF 页面.</p></p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3047">NetBeans 平台 Top 10 APIs (第 4-6 部分)</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl2/show_image.php?id=2255&column=image&table=story&type=image/jpeg&db=xnetbeans&db_type=pear&id_col=story_id'
height='33' width='110' alt='image' style='float:left; margin-right:5px;margin-bottom:5px;'/>
这十部分的示范影片系列介绍了主要的 NetBeans API, 为何以及如何使用它们. 在第 4 部分, 学习关于 NetBeans 文件系统 API; 在
<a href="https://channelsun.sun.com/category/playlist?id=81">第 5 部分</a> 学习节点 API 和 资源管理器和属性表单 API. <a href="https://channelsun.sun.com/category/playlist?id=81">第 6 部分</a> 以一个由三个模块组成的新的 NetBeans 平台程序来结束.</p><br style="clear: both;"></p><br style="clear:both;"/>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3048">JavaFX 开发者中心的 NetBeans IDE</a></h2>
<p style="margin-left:8px;">
<p style="margin-left: 8px;">
浏览本文档网站来学习你可以使用
NetBeans IDE 和 JavaFX 来做什么. 找出关于如何容易地使用 NetBeans IDE 来开发 JavaFX 应用程序的教程, 并且获得能使你与 JavaFX 社区联系起来的相关资源.</p></p>
</div>
<div class="edited">
发布本期时事通讯的是: Will Zhang<br/>如果您不想接收时事通讯, <a href="https://netbeans.org/community/lists/top.html">请由此退订</a>
</div>
<div class="edited">
可获得的语言<br>
<a href="https://netbeans.org/community/news/newsletter/index.html">English</a> | <a href="https://netbeans.org/community/news/newsletter/index_pt_BR.html">Brazilian Portuguese</a> | <a href="https://netbeans.org/community/news/newsletter/index_fr.html">French</a> | <a href="https://netbeans.org/community/news/newsletter/index_zh_CN.html">Chinese - simplified</a>
</div>
</div>
<div id="footer">
<div id="footer-text">
本期时事通讯还可以从这里访问 <a href="https://netbeans.org/community/news/newsletter/2008-12-10_zh_CN.html">www.netbeans.org</a>,
<a href="https://netbeans.org/community/news/newsletter/archive_zh_CN.html">时事通讯存档</a>
</div>
</div>
</body>
</html>