[RSS]

Visual Web Samples

This page is used by the Visual Web Samples team to track issues and tasks.

Modules

In Creator and NetBeans 5, there were two Visual Web samples modules: i.e., Bundled and Post-Release. During the open source migration and refactoring of code in late 2006 and early 2007, these modules were not migrated. To be done by hand after revisiting what should constitute samples delivered to the end user.

Visual Web Bundled Samples Module

This is a Visual Web module that ships with the NetBeans bits. It can contain sample visual web applications, complibs (component libraries), and code clips.

Sample Web ApplicationComment
Corporate Travel CenterFinished. Checked in 08/06/08.
Single Page CRUD with FormEstimate 2 days.
Single Page CRUD with TableEstimate 2 days. Finished 08/08/07.
Two Page CRUDEstimate 2 days.
JAASEstimate 3 days. Needs refactoring.
Vehicle Incident ReportWork with John Baker to install VIR DB for Derby. Estimate 5 days.
Movie AdminEstimate 3 days.

Sample Code ClipComment
Travel Center dropdownSimplified from two code clips in Netbeans 5.5.1.

GUI location:

Templates/Project/Samples/Web/Visual JSF

Directory structures:

The module itself is located in:

netbeans/visualweb/samples/bundled

Zipped sample visual web application projects and complib files (zip archives with .complib file extension) are copied to bundled/release/samples/webapps and bundled/release/samples/complibs directories during build time for automatic installation during during module install time.

The bundled module does not expose an API to other modules. It does have the Post-Release module as a friend, so that the New Project wizard code for the sample apps can be shared across these two modules.

Visual Web Post-Release Samples Module

This is a Visual Web module that can be downloaded from the update center at some time after a release of the NetBeans IDE. It can contain sample visual web applications, complibs (component libraries), and code clips.

Sample Web AppComment
Currency TraderMatt Bohm will port; Chris Kutler will provide docs.

Sample ComplibComment
Ajax Blueprints JSF ComponentsMatt Bohm
DynafacesMatt Bohm

GUI location:

Templates/Project/Samples/Web/Visual JSF

Directory structures:

The module itself is located in:

netbeans/visualweb/samples/postrel

Zipped sample visual web application projects and complib files (zip archives with .complib file extension) are copied to bundled/release/samples/webapps and bundled/release/samples/complibs directories during build time for automatic installation during during module install time.

The postrel module does not expose an API to other modules.