blob: ce52bd64f234820bf0f964d9a570015d4dbeb49b [file] [log] [blame]
<HTML>
<HEAD>
<title>netbeans.org: NetBeans Weekly News Issue #267 - Nov 21, 2006</title>
<META NAME="description" CONTENT="Newsletter 2006-11-21">
<link rel="stylesheet" type="text/css" href="/netbeans.css">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2">
<!-- ====================================================== -->
<!-- Please do not edit this file by hand, it is rebuilt -->
<!-- automatically and your changes will be lost. Contact -->
<!-- webmaster for details. Rebuilt at -->
<!-- #TIMESTAMP# 21-Nov 19:10 CET -->
<!-- ====================================================== -->
</HEAD>
<BODY>
<h1>NetBeans Weekly News<br>Issue #267 - Nov 21, 2006</h1><hr>
NetBeans Weekly News, a newsletter for the NetBeans community<br>
Issue #267 - Nov 21, 2006<br>
URL: &lt;<a href='https://netbeans.org/community/news/newsletter/2006-11-21.html'>https://netbeans.org/community/news/newsletter/2006-11-21.html</a>&gt;<br>
Interested in becoming a newsletter editor? We're always looking<br>
for editors to help out. Contact <a href='mailto:nbnews_contrib@netbeans.org'>nbnews_contrib@netbeans.org</a><br>
Please send news contributions to <a href='mailto:nbnews_contrib@netbeans.org'>nbnews_contrib@netbeans.org</a><br>
<hr><pre>NetBeans Magazine is on Fire!
Due to the overwhelming response to the latest issue of NetBeans
Magazine we are highlighting it again this week so nobody misses out.
Unique content, source files and a beautiful layout just for you!
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=903">http://services.netbeans.org/newsletter/story.php?id=903</a>&gt;
NetBeans Dream Team
Submit your nominations or nominate yourself for the NetBeans Dream
Team. If you have not heard of this new team then continue here:
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=919">http://services.netbeans.org/newsletter/story.php?id=919</a>&gt;
JavaOne Conference Call for Papers Is Now Open
Got a hot Java technology topic for 2007? Submit your session abstract
by December 15, 2006.
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=918">http://services.netbeans.org/newsletter/story.php?id=918</a>&gt;
Create Great-Looking GUIs With NetBeans IDE 5.5
This article shows some of the best practices around building a nice
looking application. It discusses NetBeans IDE 5.5 Free Design mode,
concepts around making sure to achieve platform independence, design
previews, internationalization, building custom components, what the
generated code looks like and integration with Java SE 6. Check it out!
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=904">http://services.netbeans.org/newsletter/story.php?id=904</a>&gt;
Code Completion: How to Create Your Own
A new tutorial describes how to implement the Editor Code Completion
API. At the end, you have a useful extension to the NetBeans text
editor. The code completion box will pop up while you are typing text,
providing ways in which you can complete the word you're typing.
Feedback is very welcome, use the link at the end of the tutorial.
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=905">http://services.netbeans.org/newsletter/story.php?id=905</a>&gt;
A Conversation with Seam
Struggling to get control over the browser's back button? Are new
browser windows and tabs reeking havoc on HTTP session management with
in your web application? Start a conversation with JBoss' Seam
framework to get past these annoying problems. All with the help of
NetBeans, of course.
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=906">http://services.netbeans.org/newsletter/story.php?id=906</a>&gt;
Hacking Open Source javac
Java SE is now an open-source project, with the HotSpot VM and javac as
its first sub-projects. This is great news for anyone interested in
Java performance, as the world now has full-access to both the static
(javac) and dynamic (HotSpot) optimizing compilers from Sun's Java
implementation. Read more from Tom Ball.
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=907">http://services.netbeans.org/newsletter/story.php?id=907</a>&gt;
The JavaHelp System is Open Sourced!
The open sourced JavaHelp System consists of three NetBeans projects.
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=908">http://services.netbeans.org/newsletter/story.php?id=908</a>&gt;
Geertjan explains in his blog how to get started with these projects,
everything from how to get them to how to change them to what to do to
see the results in the NetBeans JavaHelp helpset.
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=909">http://services.netbeans.org/newsletter/story.php?id=909</a>&gt;
In another blog entry he shows a simple yet powerful feature you can
add to the JavaHelp System.
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=910">http://services.netbeans.org/newsletter/story.php?id=910</a>&gt;
99 Second Flash Demos
Sherry Barkodar's blog has over thirty 99 second flash demos. These are
demos on SOA topics - creating Composite Applications and Business
Process Execution Language (BPEL) projects within NetBeans IDE 5.5 and
the Enterprise Pack. If you want to see a demo quickly - these ninety
nine second demos are quick and they come with the accompanying longer
tutorials.
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=911">http://services.netbeans.org/newsletter/story.php?id=911</a>&gt;
5 Minute Demo
Roumen prepared a 5-minute demo of the new Visual Web Pack used together
with JAX-WS 2.0 based web services. You can watch the flash demo here:
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=912">http://services.netbeans.org/newsletter/story.php?id=912</a>&gt;
Incremental Search Toolbar & Rectangular Edit Tools Plugin
There is a new plugin, Incremental Search Toolbar plugin, which
provides a nice incremental search text filed in the Increment Search
Toolbar. As you type the text the matching text will be highlighted in
the editor. You can find it more information here:
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=913">http://services.netbeans.org/newsletter/story.php?id=913</a>&gt;
The Rectangular Edit Tools plugin has been updated and there is now
complete information on what features are available here:
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=914">http://services.netbeans.org/newsletter/story.php?id=914</a>&gt;
Nice work Sandip!
Lexer and Hyperlinks
When using Lexer to provide tokens, how do you create hyperlinks? Read
this new tip, including a helpful code snippet, in Geertjan's blog:
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=915">http://services.netbeans.org/newsletter/story.php?id=915</a>&gt;
Tapestry in NetBeans: First Release!
The Tapestry in NetBeans project on java.net is coming along very well.
Currently the project supports:
* wizards for generating Tapestry-enabled projects, pages, components
and libraries.
* a component palette allowing drag&drop authoring of pages and
components
* custom editors for several configuration files.
* autocomplete in template files.
* integration with Tapestry's documentation.
For cool screenshots and more info, go to
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=916">http://services.netbeans.org/newsletter/story.php?id=916</a>&gt;
Kirk Pepperdine and Open Sourced Duke
James Gosling open sourced Duke! Kirk Pepperdine, one of the managers
of TheServerSide.com, adapted Duke to advertise his Java training
courses on Crete. Check out the result:
&lt;<a href="http://services.netbeans.org/newsletter/story.php?id=917">http://services.netbeans.org/newsletter/story.php?id=917</a>&gt; </pre><hr>This issue of NetBeans Weekly News was brought to you by Robert Demmer.<br>
The next editor will be Robert Demmer. (New volunteers are welcome!)<br>
Please send news contributions to <a href='mailto:nbnews_contrib@netbeans.org'>nbnews_contrib@netbeans.org</a></BODY>
</HTML>