<?xml version="1.0" encoding="utf-8"?>
<articles>
  <article>
    <date>2008-12-01 00:00:00</date>
    <title>NetBeans IDE 6.5 C/C++ Projects Quick Start Tutorial</title>
    <description>A short tutorial that demonstrates working with C/C++ projects in NetBeans IDE.</description>
    <category>Advanced and Miscellaneous</category>
    <url>http://www.netbeans.org/kb/docs/cnd/quickstart.html</url>
  </article>
  <article>
    <date>2008-11-26 00:00:00</date>
    <title>Importing Eclipse Projects into NetBeans IDE</title>
    <description>NetBeans IDE 6.5 introduces an enhanced Import Eclipse Project wizard. This wizard enables you to use NetBeans to work on Java desktop and web application projects that were created in Eclipse and MyEclipse. This tutorial gives an overview of Eclipse Import features in NetBeans IDE.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/docs/java/import-eclipse.html</url>
  </article>
  <article>
    <date>2008-11-24 00:00:00</date>
    <title>Debugging Multithreaded Applications in NetBeans IDE 6.5</title>
    <description>This document describes how to use the Debugging window in NetBeans IDE 6.5 to debug multithreaded applications. The tutorial also demonstrate how to use the IDE to detect deadlocks in an application.</description>
    <category>Monitoring and Profiling</category>
    <url>http://www.netbeans.org/kb/docs/java/debug-multithreaded.html</url>
  </article>
  <article>
    <date>2008-11-21 00:00:00</date>
    <title>How to Manage Device Fragmentation Easily</title>
    <description>This article highlights how simple and reliable programming an application becomes when using Mobile Distillery's Celsius, and how the integration with NetBeans IDE 6.5 makes things even more easy.</description>
    <category>Mobile Application Development</category>
    <url>http://www.netbeans.org/kb/articles/mobiledistillery-celsius-porting.html</url>
  </article>
  <article>
    <date>2008-11-19 00:00:00</date>
    <title>Introduction to Ajax for PHP Web Applications</title>
    <description>A brief introduction to Ajax using the NetBeans IDE. While learning about the low-level functionality of Ajax, you build a simple application that employs auto-completion in a text field.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/docs/php/ajax-quickstart.html</url>
  </article>
  <article>
    <date>2008-11-17 00:00:00</date>
    <title>JavaScript Debugger User's Guide for NetBeans IDE 6.5</title>
    <description>A tutorial demonstrating how to debug JavaScript functionality in web applications using the NetBeans 6.5 debugger.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/docs/web/js-debugger-ug.html</url>
  </article>
  <article>
    <date>2008-11-14 00:00:00</date>
    <title>NetBeans IDE 6.1 Tutorial for Web Applications</title>
    <description>In this advanced tutorial, you build a fairly complex web application while being introduced to a number of tools and technologies in NetBeans IDE. It covers working with servlets, JSP pages, JavaServer Pages Standard Tag Library (JSTL), and the IDE's HTTP Monitor.</description>
    <category>Web and Enterprise Development</category>
    <url>http://netbeans.org/kb/60/web/tutorial-webapps.html</url>
  </article>
  <article>
    <date>2008-11-12 00:00:00</date>
    <title>Using Databound Components to Access a Database</title>
    <description>Using NetBeans IDE 6, add components to a page, bind those data-aware components to a local database, and build and deploy to an application server.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/60/web/databoundcomponents.html</url>
  </article>
  <article>
    <date>2008-11-12 00:00:00</date>
    <title>NetBeans IDE 6.1 Tutorial for Web Applications</title>
    <description>An advanced tutorial for web applications in NetBeans 6.1.</description>
    <category>Advanced and Miscellaneous</category>
    <url>http://www.netbeans.org/kb/60/web/tutorial-webapps.html</url>
  </article>
  <article>
    <date>2008-11-10 00:00:00</date>
    <title>Introduction to Developing Web Applications</title>
    <description>A short guide to creating and using web applications in NetBeans IDE 6.5.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/60/web/quickstart-webapps.html</url>
  </article>
  <article>
    <date>2008-11-05 00:00:00</date>
    <title>Developing PHP Applications In NetBeans IDE 6.5</title>
    <description>NetBeans IDE support for PHP development is rapidly evolving. The following resources apply to NetBeans IDE for PHP 6.5.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/trails/php.html</url>
  </article>
  <article>
    <date>2008-11-03 00:00:00</date>
    <title>Using JPA Support with EclipseLink in the NetBeans IDE</title>
    <description>A video tutorial on how to handle Java Persistence API support using EclipseLink in the NetBeans IDE. The demonstration is divided into two parts; the first shows how to make use of EclipseLink support using editor hints and refactoring. The second part describes how to create entity classes from a database.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.tv/screencasts/Using-JPA-Support-with-EclipseLink-in-the-NetBeans-IDE-391/</url>
  </article>
  <article>
    <date>2008-10-31 00:00:00</date>
    <title>Performing Inserts, Updates, and Deletes</title>
    <description>This tutorial shows you how to use the NetBeans IDE and JSF 1.2 (Woodstock) components to build a web application that can create, retrieve, update, and delete database rows. The application provides a drop-down list of master data along with a synchronized detail table.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/60/web/inserts-updates-deletes.html</url>
  </article>
  <article>
    <date>2008-10-27 00:00:00</date>
    <title>Getting Started With Visual Web JSF Application Development</title>
    <description>This tutorial gives you a whirlwind tour of the Netbeans Visual Web JSF framework. The tutorial shows you how to use the IDE to perform the typical phases of web application development.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/60/web/intro.html</url>
  </article>
  <article>
    <date>2008-10-24 00:00:00</date>
    <title>Transforming CallableSystemAction Into CookieAction</title>
    <description>If you already completed Introduction to NetBeans Module Development, you can continue to extend your Plugin with this tutorial on changing an Action type to another type.</description>
    <category>NetBeans Platform Development</category>
    <url>http://wiki.netbeans.org/TransformAlwaysToConditionallyEnabledAction</url>
  </article>
  <article>
    <date>2008-10-22 00:00:00</date>
    <title>Getting Started With Ruby and Rails</title>
    <description>How develop Ruby on Rails applications with the NetBeans IDE. This tutorial was updated for the NetBeans IDE 6.1 and the Rails 2.0.2 framework.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/61/ruby/getting-started.html</url>
  </article>
  <article>
    <date>2008-10-20 00:00:00</date>
    <title>Screencast: NetBeans IDE 6.5 JavaScript Debugger</title>
    <description>This video shows how to debug server pages using the JavaScript Debugger in NetBeans IDE 6.5.</description>
    <category>Web and Enterprise Development</category>
    <url>http://qa.netbeans.org/modules/webapps/promo-h/netbeans-jsdebugger-serverpages.htm</url>
  </article>
  <article>
    <date>2008-10-17 00:00:00</date>
    <title>Screencast: Class Property Variables - NetBeans IDE for PHP</title>
    <description>The demo mainly shows how NetBeans PHP handles class property variables, but you can also see other editor features and how to find a declaration.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.tv/screencasts/Class-Property-Variables---NetBeans-IDE-for-PHP-384</url>
  </article>
  <article>
    <date>2008-10-15 00:00:00</date>
    <title>My First JavaFX Applet</title>
    <description>This NetBeans IDE 6.1 tutorial shows how you configure a draggable JavaFX Applet. A draggable applet can be dragged out of the web browser, and it keeps running even after the browser is closed. When you quit the Applet, you can reopen it via a shortcut from the Windows explorer like any other desktop application.</description>
    <category>Basic IDE Functionality</category>
    <url>http://wiki.netbeans.org/JavaFXApplet</url>
  </article>
  <article>
    <date>2008-10-13 00:00:00</date>
    <title>Using Virtual Forms in NetBeans IDE</title>
    <description>This tutorial explains how to use virtual forms in NetBeans IDE 6.1.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/60/web/virtual-forms.html</url>
  </article>
  <article>
    <date>2008-10-10 00:00:00</date>
    <title>Connecting to a MySQL Database</title>
    <description>An introductory tutorial describing how to connect to a MySQL database in NetBeans IDE 6.1</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/61/ide/mysql.html</url>
  </article>
  <article>
    <date>2008-10-08 00:00:00</date>
    <title>Setting Up NetBeans IDE, JDK 6 and JavaFX on 32-bit Intel Macs</title>
    <description>How to set up the SoyLatte JDK 6 and JavaFX on Intel Macs with Mac OS X 10.4 and 32-bit CPUs, and configure NetBeans IDE as a tool.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/61/java/javafx-jdk6-on-32-bit-mac.html</url>
  </article>
  <article>
    <date>2008-10-06 00:00:00</date>
    <title>Using Page Fragments in Web Applications</title>
    <description>How to create a web application with two page fragments: the application's header information, and links for navigating between two pages.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/60/web/pagefragments.html</url>
  </article>
  <article>
    <date>2008-10-03 00:00:00</date>
    <title>Enhancing a Structured Document Using jQuery</title>
    <description>A tutorial for enhancing the usability and appearance of structured web documents using the jQuery JavaScript library in the NetBeans IDE.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/docs/web/jquery-structured-document.html</url>
  </article>
  <article>
    <date>2008-10-01 00:00:00</date>
    <title>Understanding Scope and Managed Beans</title>
    <description>Develop a web application using the NetBeans IDE 6.5's Visual Web functionality that demonstrates the request scope, session scope, and application scope of a web application.</description>
    <category>Web and Enterprise Development</category>
    <url>http://netbeans.org/kb/60/web/scopes.html</url>
  </article>
  <article>
    <date>2008-09-29 00:00:00</date>
    <title>Converting and Validating Web Application Data</title>
    <description>In this NetBeans IDE 6.1 tutorial, you validate web application input against specified criteria and convert data between two formats using Visual Web JSF coverters and validators.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/60/web/convert-validate.html</url>
  </article>
  <article>
    <date>2008-09-26 00:00:00</date>
    <title>Jeff Hoffman explains the JavaFX designer-developer workflow</title>
    <description>User Experience Designer Jeff Hoffman shows how to use the features of Project Nile, which include export plugins for Adobe products, an SVG graphic converter, a JavaFX graphics viewer, and samples.</description>
    <category>Basic IDE Functionality</category>
    <url>http://netbeans.tv/screencasts/Jeff-Hoffman-explains-the-JavaFX-designer-developer-workflow.-378/</url>
  </article>
  <article>
    <date>2008-09-24 00:00:00</date>
    <title>Creating a CSS-Based Fixed Page Layout</title>
    <description>Learn how to use the NetBeans IDE Visual Web JSF framework to create a CSS-based fixed page layout. Use different Layout Panels and other HTML elements from the palette to complete the layout for your page.</description>
    <category>Web and Enterprise Development</category>
    <url>http://netbeans.org/kb/60/web/fixedpagelayout.html</url>
  </article>
  <article>
    <date>2008-09-22 00:00:00</date>
    <title>Introduction to the Struts Web Framework</title>
    <description>A brief guide to creating a web application using the Struts framework in NetBeans IDE 6.1. Struts enables you to create maintainable, extensible, and flexible web applications based on standard technologies, such as JSP pages, JavaBeans, resource bundles, and XML.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/61/web/quickstart-webapps-struts.html</url>
  </article>
  <article>
    <date>2008-09-19 00:00:00</date>
    <title>Updating a Woodstock Component Library in NetBeans IDE 6.1</title>
    <description>This tutorial describes how to update a Woodstock component library in NetBeans 6.1</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/60/web/updatewoodstock.html</url>
  </article>
  <article>
    <date>2008-09-17 00:00:00</date>
    <title>Creating A Simple JavaFX Application</title>
    <description>This tutorial gives you a quick tour of JavaFX application development using NetBeans IDE 6.1: How to create, preview, run, and deploy JavaFX applications.</description>
    <category>Swing GUI Development</category>
    <url>http://java.sun.com/javafx/tutorials/simple_javafx_nb_app/</url>
  </article>
  <article>
    <date>2008-09-12 00:00:00</date>
    <title>Compile on Save Demo in the NetBeans IDE 6.5</title>
    <description>This screencast demonstrates the Compile on Save feature that has been introduced in NetBeans IDE 6.5.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/docs/java/compile-on-save-screencast.html</url>
  </article>
  <article>
    <date>2008-09-10 00:00:00</date>
    <title>Securing a Web Application in NetBeans IDE 6.5</title>
    <description>This document takes you through the basics of adding security to a web application that is deployed to either the Tomcat server or the Sun Java System Application Server.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/60/web/security-webapps.html</url>
  </article>
  <article>
    <date>2008-09-08 00:00:00</date>
    <title>Implementing Code Completion Features</title>
    <description>A short guide to using the Editor Code Completion API. In this example, when the user invokes the code completion feature in an HTML file, a code completion box will appear, displaying words that can complete the text typed in the editor.</description>
    <category>NetBeans Platform Development</category>
    <url>http://platform.netbeans.org/tutorials/60/nbm-code-completion.html</url>
  </article>
  <article>
    <date>2008-09-05 00:00:00</date>
    <title>Using Java Libraries in Rails Applications</title>
    <description>This tutorial demonstrates how to use the Java API in Rails applications.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/61/ruby/java-ruby.html</url>
  </article>
  <article>
    <date>2008-09-01 00:00:00</date>
    <title>Screencast: PHP in NetBeans IDE 6.5</title>
    <description>Set up the WordPress sources as a NetBeans project and write a simple plugin for WordPress. The plugin will look through content of displayed blog entries to replace the word NetBeans with a link to the NetBeans.org site.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.tv/screencasts/PHP-in-NetBeans-IDE-6.5-377/</url>
  </article>
  <article>
    <date>2008-08-29 00:00:00</date>
    <title>Creating a Simple GUI-Based Plugin using StringTokenizer</title>
    <description>Learn how to create a NetBeans plugin that opens in a window of its own. To add functionality to the GUI we implement a little parser using the StringTokenizer class.</description>
    <category>NetBeans Platform Development</category>
    <url>http://wiki.netbeans.org/SimpleGUIBasedParser</url>
  </article>
  <article>
    <date>2008-08-27 00:00:00</date>
    <title>Creating an Ajax Autocompletion Textfield with Dynamic Faces - NetBeans IDE 6.5 Tutorial</title>
    <description>This examples shows how to create, retrieve, update, and delete database rowsets in the NetBeans IDE 6.5. We use the Woodstock JSF 1.2 Text Field component with Ajax functionality provided by the Project Dynamic Faces component library.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/docs/web/ajax-textfield.html</url>
  </article>
  <article>
    <date>2008-08-25 00:00:00</date>
    <title>SaaS: Consuming Facebook Services in Web Applications</title>
    <description>This tutorial shows how to consume Facebook Software as a Service (SaaS) services in web applications using NetBeans IDE 6.1. The tutorial concentrates on how to set up the complex User Login authentication mechanism used by Facebook and Flickr.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/docs/websvc/facebook.html</url>
  </article>
  <article>
    <date>2008-08-22 00:00:00</date>
    <title>Creating a Ruby Weblog in 10 Minutes</title>
    <description>This tutorial describes how to use the NetBeans IDE 6 with Ruby support to create a blog in less than 10 minutes.</description>
    <category>Advanced and Miscellaneous</category>
    <url>http://www.netbeans.org/kb/61/ruby/rapid-ruby-weblog.html</url>
  </article>
  <article>
    <date>2008-08-20 00:00:00</date>
    <title>Creating an Ajax Application with Script.aculo.us</title>
    <description>Learn how to create, retrieve, update, and delete database rowsets with the NetBeans IDE 6 and Script.aculo.us, a set of JavaScript libraries to enhance the user interface of web sites.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/61/web/ajax-text-scriptaculous.html</url>
  </article>
  <article>
    <date>2008-08-20 00:00:00</date>
    <title>Getting started with OpenLaszlo and NetBeans IDE</title>
    <description>OpenLaszlo is a Flash-based Rich Internet Application (RIA) web framework. In this video, Sotohiro Terashima (http://nbopenlaszlosupport.dev.java.net) shows you how to install the OpenLaszlo Plugin and create a new OpenLaszlo-based web application.</description>
    <category>Advanced and Miscellaneous</category>
    <url>http://netbeans.tv/screencasts/Getting-started-with-OpenLaszlo-and-NetBeans-IDE-369/</url>
  </article>
  <article>
    <date>2008-08-18 00:00:00</date>
    <title>Lightweight UI Toolkit: Desktop Development for Java ME</title>
    <description>LWUIT is an advanced Java ME library to develop powerful interfaces that avoid lcdui Form's constrains and don't reinvent the wheel. In this series of articles, you are going to develop a simple but complete application demonstrating different capabilities from this library.</description>
    <category>Mobile Application Development</category>
    <url>http://www.developer.com/java/j2me/article.php/3759471</url>
  </article>
  <article>
    <date>2008-08-15 00:00:00</date>
    <title>Best Practices with JPA and Beans Binding</title>
    <description>NetBeans GUI builder provides support for JSR 295 Beans Binding. Synchronization of the application's data model with the information displayed in UI components is usually a daunting task when coding a new GUI. Beans Binding simplifies this process by providing an easy way to connect two properties.</description>
    <category>Basic IDE Functionality</category>
    <url>http://wiki.netbeans.org/BestPracticesWithJPAAndBeansBinding</url>
  </article>
  <article>
    <date>2008-08-13 00:00:00</date>
    <title>SaaS in PHP: Yahoo News Service</title>
    <description>This tutorial shows how to use NetBeans IDE 6.5 to insert SaaS (Software as a Service) operations into a PHP file.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/docs/websvc/php-yahoo.html</url>
  </article>
  <article>
    <date>2008-08-11 00:00:00</date>
    <title>What's This Icon? Components in the Visual Mobile Designer Palette</title>
    <description>This document gives a brief description about each of the Visual Mobile Designer Palette components in Netbeans 6.1 Mobility.</description>
    <category>Basic IDE Functionality</category>
    <url>http://wiki.netbeans.org/VisualMobileDesignerPalatteReference</url>
  </article>
  <article>
    <date>2008-08-08 00:00:00</date>
    <title>Creating a Custom Java Desktop Database Application</title>
    <description>This tutorial shows you how to create a fully-functioning desktop database application, which includes connected database tables, separate entry screens, search, and other features.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/61/java/gui-db-custom.html</url>
  </article>
  <article>
    <date>2008-08-06 00:00:00</date>
    <title>Demo: Hibernate Support in the NetBeans IDE</title>
    <description>Learn to quickly create a web application that uses hibernate to read a database containing travel itineraries and displays the results in a JSP page using Woodstock JSF components.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.tv/screencasts/Hibernate-Support-in-the-NetBeans-IDE-370/</url>
  </article>
  <article>
    <date>2008-08-04 00:00:00</date>
    <title>Using Spring 2 and Facelets Together with NetBeans 6.1</title>
    <description>Learn how to use Spring Web Framework with NetBeans Facelets Plugin using NetBeans 6.1 IDE.</description>
    <category>Web and Enterprise Development</category>
    <url>http://wiki.netbeans.org/UsingSpringAndFaceletsTogetherWithNetBeans61</url>
  </article>
  <article>
    <date>2008-08-01 00:00:00</date>
    <title>End-to-End Web Service Tutorial: Mobile Dilbert Application</title>
    <description>This tutorial describes how you can use NetBeans IDE to create a mobile client application that consumes a web service. You will create an application that fetches the daily Dilbert comic strip via a live on-line web service, converts the graphics to a space-saving format, and displays the strip on a mobile device.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/60/mobility/mobile-dilbert.html</url>
  </article>
  <article>
    <date>2008-07-30 00:00:00</date>
    <title>Creating a Simple Web Application Using a MySQL Database</title>
    <description>This document describes how to create a simple web application that connects to a MySQL database server. It is designed for beginners who have a basic understanding of web development and are looking to apply their knowledge using a MySQL database.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/60/web/mysql-webapp.html</url>
  </article>
  <article>
    <date>2008-07-28 00:00:00</date>
    <title>Working With Form Tags in the JSF Framework</title>
    <description>This tutorial demonstrates how to use JSF tags in NetBeans IDE 6.x to create select boxes and dropdown lists in forms and page navigation. This document is the third installment in the jAstrologer series of JSF tutorials.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/61/web/jastrologer-jsfformtags.html</url>
  </article>
  <article>
    <date>2008-07-25 00:00:00</date>
    <title>Installing the Project Dynamic Faces Ajax Components and Samples Plugin</title>
    <description>This document shows how to download and install the Project Dynamic Faces Ajax Components and Samples, which includes the Dynamic Faces component library 0.2 and the Currency Trader sample application.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/60/web/ajaximportcomponents.html</url>
  </article>
  <article>
    <date>2008-07-23 00:00:00</date>
    <title>Getting Started with JMX Monitoring in NetBeans IDE</title>
    <description>An introductory guide to using JMX technology in NetBeans IDE 6.x.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/60/java/jmx-getstart.html</url>
  </article>
  <article>
    <date>2008-07-21 00:00:00</date>
    <title>Validating and Converting User Input With the JSF Framework</title>
    <description>This tutorial demonstrates how to use NetBeans IDE 6.x to create the jAstrologer web application using the JavaServer Faces framework. It also shows how to validate form data and to create custom error messages. This document is the second installment in the jAstrologer series of JSF tutorials.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/61/web/jastrologer-validate.html</url>
  </article>
  <article>
    <date>2008-07-18 00:00:00</date>
    <title>NetBeans CDC Development Quick Start Guide</title>
    <description>This document shows you how to use NetBeans IDE to create a Java ME CDC application. We show you how to create a Java ME CDC project that displays a simple form in a device emulator for the three available profiles.</description>
    <category>Mobile Application Development</category>
    <url>http://www.netbeans.org/kb/60/mobility/cdc-quickstart.html</url>
  </article>
  <article>
    <date>2008-07-16 00:00:00</date>
    <title>SaaS (Software as a Service): Zillow Tutorial</title>
    <description>This tutorial shows how to use NetBeans IDE 6.1 to work with api-key authenticated SaaS (Software as a Service) RESTful services. The Zillow real estate service is used as an example.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/61/websvc/zillow.html</url>
  </article>
  <article>
    <date>2008-07-14 00:00:00</date>
    <title>Introduction to the JavaServer Faces Framework</title>
    <description>This introductory tutorial demonstrates how to use NetBeans IDE 6.x to create the jAstrologer web application using the JavaServer Faces framework.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/61/web/jastrologer-intro.html</url>
  </article>
  <article>
    <date>2008-07-11 00:00:00</date>
    <title>Installing and Configuring Ruby Support in NetBeans IDE</title>
    <description>How to install and configure the Ruby support for the NetBeans 6.1 IDE.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/61/ruby/setting-up.html</url>
  </article>
  <article>
    <date>2008-07-09 00:00:00</date>
    <title>Creating and Consuming RESTful Web Service jMaki Components</title>
    <description>This tutorial shows how to create and consume jMaki components built from RESTful Web services projects in NetBeans IDE 6.0 OR 6.1.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/61/websvc/clientstub-jmaki.html</url>
  </article>
  <article>
    <date>2008-07-07 00:00:00</date>
    <title>Introduction to Facelets</title>
    <description>A short guide to using JavaServer Faces View Definition Framework (commonly known as Facelets) in the NetBeans IDE</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/61/facelets/quickstart-facelets-in-netbeans.html</url>
  </article>
  <article>
    <date>2008-07-04 00:00:00</date>
    <title>Embedded Derby and Bean Binding in NetBeans IDE</title>
    <description>This community tutorial demonstrates how to use embedded derby and bean binding in the NetBeans IDE.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.thainetbeans.com/sample/embeddedderby.htm</url>
  </article>
  <article>
    <date>2008-07-02 00:00:00</date>
    <title>Building Relationships Between Rails Models</title>
    <description>This tutorial describes how to build relationships (one-to-one and one-to-many) between models in a NetBeans Ruby on Rails project.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/61/ruby/model.html</url>
  </article>
  <article>
    <date>2008-06-30 00:00:00</date>
    <title>Creating Axis Web Services</title>
    <description>A short guide to creating and deploying an Axis2 web service from a Java class in NetBeans IDE. How to set up the Tomcat and GlassFish servers and configure the NetBeans IDE to deploy Axis web services.</description>
    <category>Web and Enterprise Development</category>
    <url>http://www.netbeans.org/kb/61/websvc/gs-axis.html</url>
  </article>
  <article>
    <date>2008-06-27 00:00:00</date>
    <title>NetBeans CDC Emulator Platform Setup Guide</title>
    <description>This document provides information about downloading, installing, and registering the Sun Java Toolkit for CDC and other popular Software Development Kits (SDK) for CDC development.</description>
    <category>Mobile Application Development</category>
    <url>http://www.netbeans.org/kb/60/mobility/cdcemulator-setup.html</url>
  </article>
  <article>
    <date>2008-06-25 00:00:00</date>
    <title>Introduction to Web Services in NetBeans IDE</title>
    <description>This document provides an overview of web service concepts and technologies supported by NetBeans IDE. It is meant to help newcomers to web services before they use any tutorials.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/61/websvc/intro-ws.html</url>
  </article>
  <article>
    <date>2008-06-23 00:00:00</date>
    <title>Creating a Loan Processing Composite Application</title>
    <description>This tutorial provides an overview of a simple loan processing composite application and illustrates deploying, executing, and testing of a Composite Application.</description>
    <category>Basic IDE Functionality</category>
    <url>http://www.netbeans.org/kb/61/soa/loanprocessing.html</url>
  </article>
  <article>
    <date>2008-06-20 00:00:00</date>
    <title>Using the JBI JavaEE Service Engine</title>
    <description>A tutorial that shows how to use the JavaEE Service Engine in the NetBeans IDE.</description>
    <category>Basic IDE Functionality</category>
    <url>http://wiki.netbeans.org/JBIJavaEESE</url>
  </article>
  <article>
    <date>2008-06-18 00:00:00</date>
    <title>Best Practices for Apache Maven in NetBeans IDE</title>
    <description>Learn to take full advantage of the NetBeans IDE's Apache Maven support with this tutorial that demonstrates how to import, create and work with Apache Maven-based projects in the IDE.</description>
    <category>Basic IDE Functionality</category>
    <url>http://wiki.netbeans.org/MavenBestPractices</url>
  </article>
  <article>
    <date>2008-06-16 00:00:00</date>
    <title>Creating EJB3 Sessions Beans Using NetBeans 6.1 &amp; Glassfish</title>
    <description>NetBeans 6.1 comes with features that make web development easier, and combined with the Glassfish Application Server is a good choice for working with EJB3 components. (A Community-contributed Tutorial from Jair Rillo Junior.)</description>
    <category>Web and Enterprise Development</category>
    <url>http://wiki.netbeans.org/CreatingEJB3UsingNetbeansAndGlassfish</url>
  </article>
  <article>
    <date>2008-06-11 00:00:00</date>
    <title>Checkout Java.net Projects Using NetBeans</title>
    <description>A visual guide of using CVS support in NetBeans to check-out a project hosted on Java.net.</description>
    <category>Basic IDE Functionality</category>
    <url>http://wiki.netbeans.org/CheckoutJavaDotNetProjects</url>
  </article>
  <article>
    <date>2008-06-09 00:00:00</date>
    <title>NetBeans Debugger Improvements</title>
    <description>Expression Stepping and Heap Walking are two major debugger improvements in the NetBeans IDE. This document offers a quick summary of how to leverage these features for debugging projects.</description>
    <category>Basic IDE Functionality</category>
    <url>http://wiki.netbeans.org/DebuggerImprovements</url>
  </article>
  <article>
    <date>2008-06-06 00:00:00</date>
    <title>Spring Framework Support in REST 0.7</title>
    <description>REST 0.7 includes support for the Spring framework. This step-by-step guide uses NetBeans IDE 6.1 to create a web application that contains a Spring-aware servlet, a singleton resource, and a request resource.</description>
    <category>Web and Enterprise Development</category>
    <url>http://netbeans.dzone.com/news/spring-framework-support-rest-</url>
  </article>
</articles>
