This page is used by the Visual Web Samples team to track issues and tasks.
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.
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 Application | Comment |
|---|---|
| Corporate Travel Center | Finished. Checked in 08/06/08. |
| Single Page CRUD with Form | Estimate 2 days. |
| Single Page CRUD with Table | Estimate 2 days. Finished 08/08/07. |
| Two Page CRUD | Estimate 2 days. |
| JAAS | Estimate 3 days. Needs refactoring. |
| Vehicle Incident Report | Work with John Baker to install VIR DB for Derby. Estimate 5 days. |
| Movie Admin | Estimate 3 days. |
| Sample Code Clip | Comment |
|---|---|
| Travel Center dropdown | Simplified 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.
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 App | Comment |
|---|---|
| Currency Trader | Matt Bohm will port; Chris Kutler will provide docs. |
| Sample Complib | Comment |
|---|---|
| Ajax Blueprints JSF Components | Matt Bohm |
| Dynafaces | Matt 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.