blob: 9915e453e16961b2de0fa15ab0ad423dfc69ec5a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NetBeans Weekly Newsletter, Issue # 212</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">
刊号 # 212 - Sep 27, 2012
</div>
</div>
<div id="content">
<h1>项目新闻</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7771">NetBeans管理委员会开始接受提名</a></h2>
<p style="margin-left:8px;">
这个季度的又一项选举--第20届NetBeans管理委员会!提名你认为可以担任此任务的NetBeans社区成员。当然你也可以提名你自己!
截止日期到10月8日星期一最后一个时区的<a href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=NetBeans+Governance+20th+Term+Nomination+Deadline&iso=20121008T2355&p1=1033">午夜</a></p>
</div>
<h1>文章</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7763">对2012 JAX创新大奖的思考</a></h2>
<p style="margin-left:8px;">
2012 JAX创新大奖的四位得主分享他们关于当前Java生态系统的思考。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7764">为什么选择NetBeans?生产力、众多特性还是有趣</a></h2>
<p style="margin-left:8px;">
Adam Bien公开了他为什么经常使用NetBeans IDE来进行演示的原因。现在他将说明Oracle产品经理如何说服他人使用NetBeans IDE</p>
</div>
<h1>社区</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7768">JavaOne Latin America 2012征集论文</a></h2>
<p style="margin-left:8px;">
Olá!JavaOne Latin America 2012会议现在开始征集论文。提交你的提议,范围包括JavaFX、Java EE、Web Services、Java ME等等。截止日期到2012年10月4日。祝你好运!</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7769">JavaOne 2012上的4天2个日程表</a></h2>
<p style="margin-left:8px;">
一个NetBeans产品经理在JavaOne 2012上做了什么?Geertjan Wielenga分享了他在本次会议上的日程表。<a href="http://www.adam-bien.com/roller/abien/entry/my_javaone_2012_and_community">点击这里察看</a>。如果你也有一个日程表可以通过twitter与我们分享(@netbeans)</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7770">来看看JavaOne 2012上NetBeans的演讲嘉宾们</a></h2>
<p style="margin-left:8px;">
距离JavaOne 2012开幕还有不到一周了。还在考虑应该参加哪个讨论吗?听听4位与会嘉宾总结的为什么你应该参加他们的讨论。</p>
</div>
<h1>练习</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7765">使用异步Servlets推送通知</a></h2>
<p style="margin-left:8px;">
异步Servlets是Java EE 6环境中Servlets 3.0规范中的一个特性。使用异步Servlets允许你在不同线程的请求、响应之间进行交互,并且可以释放请求处理线程来优化服务器性能。这个教程会指导你通过创建一个简单的应用程序来使用异步Servlets推送通知。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7766">想NetBeans RCP应用添加Java FX组件</a></h2>
<p style="margin-left:8px;">
学习使用Scene构建器和FXML创建一个Java FX组建,并将其添加到一个NetBeans RCP TopComponent窗口旁的一个简单Swing Jlabel上。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7767">免费Java认证资源</a></h2>
<p style="margin-left:8px;">
Greenville Java用户组发起了一个Oracle认证Java程序员训练营。现在其中的训练模块已经以Apache和CC双授权协议的形式公开。任何人都可以免费使用它对Java用户小组成员进行培训。(访问GreenJUG主席John Yeary的博客,并下载<a href="http://javaevangelist.blogspot.co.uk/2012/09/java-certification-boot-camp-object.html">模块3<a/><a href="http://javaevangelist.blogspot.co.uk/2012/09/java-certification-boot-camp-generics.html">模块4</a></p>
</div>
<div class="edited">
发布本期时事通讯的是: D. L. 88250<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/2012-09-27_zh_CN.html">www.netbeans.org</a>,
<a href="https://netbeans.org/community/news/newsletter/archive_zh_CN.html">时事通讯存档</a>
</div>
</div>
</body>
</html>