blob: 0cb82310991f37d64c43ce2c09cac97703a6edea [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NetBeans Weekly Newsletter, Issue # 58</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/appl/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/appl/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">
刊号 # 58 - Jun 04, 2009
</div>
</div>
<div id="content">
<h1>项目新闻</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3745">NetBeans6.7候选发布版RC1可用了!</a></h2>
<p style="margin-left:8px;">
NetBeans6.7候选发布版RC1可用了!
NetBeans团队自豪地宣布推出NetBeans 6.7的候选发布版RC 1 !
NetBeans 6.7 RC 1的重点是“Connectivity”,帮助开发人员互连以及连接到最新的技术。新功能包括和项目Kenai的整合,一个为开发者托管其开源项目的协作环境,内建对Maven的支持,以及GlassFish和Hudson的集成。此发布中还提供了一些对Java ,PHP,Ruby,JavaScript,Groovy和C/C + + 等得增强。
The final release of NetBeans IDE 6.7 is planned for late June. Download RC1 today and give us your feedback about your experience using the release. NetBeans IDE6.7的最终版本计划于6月下旬发布。今天就下载RC1,把您的使用体验反馈给我们。</p>
</div>
<h1>博客</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3737">SQL编辑器和NetBeans (第一部分)</a></h2>
<p style="margin-left:8px;">
Varun Nischal概述了目前NetBeans IDE中支持的SQL编辑器功能。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3738">NetBeans中调试AppEngine程序</a></h2>
<p style="margin-left:8px;">
Andrew Skiba详细介绍了如何在NetBeans打开 和编译一个 Java AppEngine程序,以及调试应用程序需要采取的步骤。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3739">JavaEE 6的Servlet3.0和EJB 3.1入门</a></h2>
<p style="margin-left:8px;">
这个来自Arun Gupta的每日提示( TOTD # 81 )教你如何使用NetBeans 6.7创建一个简单的EJB和从servlet中调用它,</p>
</div>
<h1>社区</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3744">购买NetBeans图书,上JavaOne 2009获得签名!</a></h2>
<p style="margin-left:8px;">
你在寻找一本好的技术参考书吗?去JavaOne书店看一看吧,或许能找到本NetBeans的好书。更好的是,能获得作者或NetBeans专家的签名。下列书籍可在JavaOne找到 :
• Heiko Bock的《 NetBeans ™平台权威指南》
• Chris Kutler和Brian Leonard 的《NetBeans ™ Ruby and Rails的IDE与JRuby》
• Jaroslav Tulach的《 实用API设计: Java ™框架建筑师的自白》</p>
</div>
<h1>练习</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3740">技术小贴士:在NetBeans自动生成Javadoc中的骨架码</a></h2>
<p style="margin-left:8px;">
Hubert Ikkink教你如何在NetBeans IDE中生成骨架javadoc代码。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3741">使用Hibernate创建一个 Maven Swing的应用</a></h2>
<p style="margin-left:8px;">
对Maven的支持已经完全集成到了NetBeans 6.7中 。 本指南中,你将使用NetBeans IDE从Maven的原型中创建一个Java的Swing程序。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3742">Screencast :使用NetBeans 6.7创建Kenai项目</a></h2>
<p style="margin-left:8px;">
这个短的screencast是 “创建Kenai项目”教程的补充。它涉及如何使用NetBeans 6.7创建一个Kenai托管的项目,并共享一个本地项目去Kenai.com 。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3743">在NetBeans IDE 6.7中创建Kenai托管的项目</a></h2>
<p style="margin-left:8px;">
NetBeans 6.7的新功能之一是它和项目Kenai的集成,Kenai是一个开发者托管其开源项目和代码的在线目的地。这个教程演示如何使用NetBeans 6.7创建一个托管在Kenai.com上的项目 。</p>
</div>
<div class="edited">
发布本期时事通讯的是: allenshao<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-06-04_zh_CN.html">www.netbeans.org</a>,
<a href="https://netbeans.org/community/news/newsletter/archive_zh_CN.html">时事通讯存档</a>
</div>
</div>
</body>
</html>