blob: 2738ea308ef24447072be03b36917b175063fcc3 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NetBeans Weekly Newsletter, Issue # 329</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">
刊号 # 329 - May 28, 2015
</div>
</div>
<div id="content">
<h1>项目新闻</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=10030">NetBeans Sublime Monokai主题</a></h2>
<p style="margin-left:8px;">
使用Sublime Monokai主题来美化你的NetBeans编辑器吧,黑色的背景、酷炫的语法高亮。</p>
</div>
<h1>文章</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=10035">Java EE 应用的性能改善</a></h2>
<p style="margin-left:8px;">
“一个成功的应用,应该包括需求功能的实现及良好的运行。用户如果遇到不好的体验,就会认为这个应用不能正常使用”。读读来自NetBeans 梦之队成员Josh Juneau的这篇文章吧,里面解释了如何使用NetBeans Profiler在开发周期中进行性能调优。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=10034">利用NetBeans和Scene Builder创建JavaFX GUI应用</a></h2>
<p style="margin-left:8px;">
Ernest Duodu作为NetBeans合作伙伴IDR Solutions公司的员工,在JavaFX PDF阅读器和NetBeans PDF插件的项目上进行了长期的工作。根据他的知识经验,他将向您展示如何在NetBeans IDE中利用Scene Builder创建一个JavaFX GUI应用。</p>
</div>
<h1>社区</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=10031">本周最佳推文:@Profm_OOP2</a></h2>
<p style="margin-left:8px;">
NetBeans完美地集成了git。只需要在NetBeans中即可初始化项目仓库。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=10032">会见Knockout.js团队的Ryan Niemeyer</a></h2>
<p style="margin-left:8px;">
NetBeans有很多新的特性来辅助你开发Knockout.js应用。为了更多地了解Knockout,NetBeans社区是时候更好地了解Knockout社区了。最后,Ryan Niemeyer作为Knockout社区的成员,非常友好地回应了一些基本的问题。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=10033">我最喜欢的NetBeans特性</a></h2>
<p style="margin-left:8px;">
Ivar Grimstad作为JSR 371和JSR 375专家组的成员,分享了他最喜欢的NetBeans特性,Maven, 开发工具生产力,服务器集成,完整的工具包和其它的扩展。</p>
</div>
<h1>练习</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=10028">开始学习JSR-371 MVC(Part )</a></h2>
<p style="margin-left:8px;">
Adam Bien 介绍了Java EE 8中的MVC规范(JSR-371),并特别强调了model中的ViewHelper。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=10029">开始学习JSR-371 MVC(Part 2)</a></h2>
<p style="margin-left:8px;">
在第二章中, Adam Bien介绍了 MVC(JSR-371),集中讲解如何在模板中直接引入未托管的POJO。</p>
</div>
<div class="edited">
NetBeans Weekly Newsletter is brought to you by the NetBeans Team.<br/>如果您不想接收时事通讯, <a href="https://netbeans.org/community/lists/top.html">请由此退订</a>
</div>
</div>
<div id="footer">
<div id="footer-text">
本期时事通讯还可以从这里访问 <a href="https://netbeans.org/community/news/newsletter/2015-05-28_zh_CN.html">netbeans.org</a>,
<a href="https://netbeans.org/community/news/newsletter/archive_zh_CN.html">时事通讯存档</a>
</div>
</div>
</body>
</html>