blob: 1fcb3b96a09c2a03b0b268a818d935b08ce8b9e6 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NetBeans Weekly Newsletter, Issue # 49</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">
刊号 # 49 - Mar 17, 2009
</div>
</div>
<div id="content">
<h1>项目新闻</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3417">现在NetBeans 6.5.1可以下载了</a></h2>
<p style="margin-left:8px;">
NetBeans 6.5.1对于NetBeans 6.5来说只是一个微小的升级。这次发布的新版本包括英文、简体中文、日文和巴西葡萄牙文版。新版本包含如下改变:
<ul>
<li>用GlassFish v2 UR2代替了GlassFish v2.1</li>
<li>集成了自2008年12月至2009年1月的补丁</li>
<li>集成了对JDK6 Update 12及其他一些问题的修正</li>
</ul></p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3426">NetBeans插件入口更新</a></h2>
<p style="margin-left:8px;">
NetBeans插件入口已经进行了更新。点击<a href="https://netbeans.org/servlets/NewsItemView?newsItemID=1357">这里</a>,来了解更多关于插件入口更新的消息。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3427">BlueJ和Greenfoot走向开源</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl2/show_image.php?id=2658&column=image&table=story&type=image/png&db=xnetbeans&db_type=pear&id_col=story_id'
height='100' width='100' alt='image' style='float:left; margin-right:5px;margin-bottom:5px;'/>
BlueJ团队宣布即将开放BlueJ和Greenfoot系统的源代码。这两个系统将会同NetBeans一样,使用GPLv2协议。
BlueJ是一个十分适合大学生学习编程和Java的方法。在从BlueJ“毕业”后,学生可以从<a href="http://edu.netbeans.org/bluej/">NetBeans BlueJ插件</a>转移到NetBeans IDE上。Greenfoot是一个帮助教育高中生(或者更小学生)使用Java和编程的工具。</p><br style="clear:both;"/>
</div>
<h1>文章</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3424">华沙学生改善了NetBeans插件入口</a></h2>
<p style="margin-left:8px;">
这是一个关于NetBeans插件入口的更新:一些来自于华沙大学NetBeans平台训练项目的学生开发的新插件。这篇文章介绍了这个新的模块。</p>
</div>
<h1>博客</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3418">安装NetBeans 6.5和Wicket v1.4插件</a></h2>
<p style="margin-left:8px;">
一个关于使用NetBeans IDE 6.5开发Apache Wicket应用程序的介绍。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3419">小技巧:使用JBoss应用服务器在部署中生成项目</a></h2>
<p style="margin-left:8px;">
这一节省时间的方法来自Varun Nischal。可以阅读<a href="http://wiki.netbeans.org/TaT_DeployOnBuildUsingJBoss">NetBeans社区文档</a>来了解它。</p>
</div>
<h1>社区</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3425">NetBeans赢得Jolt生产力大奖</a></h2>
<p style="margin-left:8px;">
NetBeans IDE再次赢得Jolt生产力大奖。NetBeans IDE在第19届Jolt生产力大赛中赢得了它的第三个移动和Web开发工具生产力大奖,这也是NetBeans连续第四次获得Jolt大奖。<b>祝贺NetBeans项目社区!</b></p>
</div>
<h1>练习</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3420">使用NetBeans IDE中的演示项目来自学JavaFX</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl2/show_image.php?id=2665&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 IDE 6.5中,可以构建JavaFX演示项目。这个屏幕广播通过源代码来演示如何实现演示项目中的特性。</p><br style="clear:both;"/>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3421">C/C++远程开发教程</a></h2>
<p style="margin-left:8px;">
你是否希望能够在你那台运行Windows Vista的笔记本电脑上开发和编译一个在Solaris或者Linux系统上的C或者C++应用程序?答案就在NetBeans IDE 6.5新的远程开发功能中。本教程就来介绍这方面的内容。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3422">JAX-WS Web服务起步</a></h2>
<p style="margin-left:8px;">
这个教程演示了如何使用NetBeans IDE 6.5来开发一个JAX-WS web服务,并在一个Java SE应用程序、servlet或者JSP页面的Java类中使用它。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3423">屏幕广播:10大NetBeans API(第9部分)</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl2/show_image.php?id=2662&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;'/>
这个屏幕广播介绍了可视化库中的API。这其中囊括了本系列中第8部分的一部分概念:在某一环境中需要使用可视化库中的API。</p><br style="clear:both;"/>
</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> | <a href="https://netbeans.org/community/news/newsletter/index_zh_TW.html">Chinese - traditional</a>
</div>
</div>
<div id="footer">
<div id="footer-text">
本期时事通讯还可以从这里访问 <a href="https://netbeans.org/community/news/newsletter/2009-03-17_zh_CN.html">www.netbeans.org</a>,
<a href="https://netbeans.org/community/news/newsletter/archive_zh_CN.html">时事通讯存档</a>
</div>
</div>
</body>
</html>