blob: ab32a5048eb15b968eb9c5ed0710d939ee58258c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NetBeans Weekly Newsletter, Issue # 74</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">
刊号 # 74 - Sep 30, 2009
</div>
</div>
<div id="content">
<h1>项目新闻</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=4225">NetBeans演示项目:Java EE 6宠物商店</a></h2>
<p style="margin-left:8px;">
我们添加了一个Java EE 6演示项目——宠物商店Web应用到NetBeans演示项目目录。你可以下载并直接从Kenai打开演示项目,或者直接下载项目的zip文件,亦或者使用内建的版本控制系统直接从kenai.com获得源程序。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=4226">YANPA:另一个NetBeans平台应用程序</a></h2>
<p style="margin-left:8px;">
Geertjan Wielenga通过研究发现了很多在NetBeans平台上的有趣的应用程序,他把这些应用称之为YANPA (Yet Another NetBeans Platform Application, 另一个NetBenas平台应用程序)。现在他从Java中得到了非常好的支持。网络编辑Kevin Farnham说“如此多的科研导向的研究项目均把NetBeans作为理想的平台”,他总结到“NetBeans不是一个简单的IDE”!</p>
</div>
<h1>文章</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=4223">程序员的工作效率</a></h2>
<p style="margin-left:8px;">
电脑程序涉及多任务是好事,但是当程序员开始涉及多任务时,他们的效率就要受到影响了。由于程序员会深陷多个任务之中无法自拔,因此很重要的是让他们拥有工具,如Cubeon、Tasktop Pro,这些工具可以限制并让程序员关注于最重要的事情上。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=4224">针对复杂项目的构建系统</a></h2>
<p style="margin-left:8px;">
ibs是一个透明的构建系统,它不需要任何构建文件:它可以根据项目的上下文、自动检测依赖来推测构建规则。这篇文章解释了ibs是如何为NetBeans 6项目来生成构建文件的。</p>
</div>
<h1>博客</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=4219">在NetBeans中使用SQLite</a></h2>
<p style="margin-left:8px;">
有时,一个Web应用开发者需要对程序进行快速测试,而SQLite则是一个不需要配置的数据库,非常适合此种目的。NetBeans IDE没有提供一个SQLite插件——但这很容易通过添加扩展和JDBC驱动来完成。阅读Tjiu的博客来了解更多的信息。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=4220">在NetBeans项目中通过Ant任务使用OpenJPA增强器</a></h2>
<p style="margin-left:8px;">
OpenJPA增强器任务允许你直接在Ant构建过程中激活OpenJPA增强器。这个Blog包含的技巧展示了如何添加OpenJPA作为NetBeans的库,以及如何在NetBeans项目中添加一个定制的Ant任务。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=4221">Java游戏开发:在NetBeans中设置LWJGL</a></h2>
<p style="margin-left:8px;">
LWJGL代表轻量级Java游戏库。如果你需要创建一个平台独立带有3D声音的3D游戏,请阅读这个快速技巧了解如何设置NetBeans IDE来使用这个有用的库,以及如何将它添加到项目中。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=4222">将EJB 3.1容器嵌入到单元测试中——启动时间仅需5秒</a></h2>
<p style="margin-left:8px;">
梦幻团队成员Adam Bien向你展示了使用嵌入EJB 3.1容器的单元测试来测试EJB的视图。无需配置和改变类路径的同时快速运行测试。和以前一样,Adam在kenai.com上公布了演示程序的源代码。签出该项目并自己尝试一下吧!</p>
</div>
<h1>社区</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=4218">NetBeans平台即将去往巴拿马</a></h2>
<p style="margin-left:8px;">
Aristides Villarreal Bravo,PanamaJUG主席,NetBeans西班牙语翻译团队协调人,NetBeans梦幻团队成员。他撰写了一篇关于NetBeans IDE及在该平台上进行Java应用开发的文章。这次,他将首次在拉丁美洲自由软件大会上做关于NetBeans的报告!</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=4217">Netbeans 中文社区每周时讯发布项目</a></h2>
<p style="margin-left:8px;">
您正在阅读的这篇 NetBeans 每周时事通讯,由中文社区成员<a href="mailto:gnehzuil@gmail.com">gnehzuil</a>翻译。中文社区计划长期支持此项目,并期待您的参与。详情请见:<a href="http://zh-cn.netbeans.org/community">NetBeans中文社区首页</a>以及<a href="http://wiki.netbeans.org/Nb6newsletter_zh_CN">中文时讯项目首页</a></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-09-30_zh_CN.html">www.netbeans.org</a>,
<a href="https://netbeans.org/community/news/newsletter/archive_zh_CN.html">时事通讯存档</a>
</div>
</div>
</body>
</html>