Along with several others working on NetBeans, my position has been affected by Sun's layoff.
If anyone wants to keep in touch, look for me on linkedin
It's been fun working on NetBeans, Java Studio Creator and with the NetBeans community.
In these tough economic times, people are willing to do just about anything for a buck ...
http://www.sfgate.com/cgi-bin/article.cgi?f=/n/a/2008/10/02/national/a141240D21.DTL&tsp=1Well, it's been awhile. I've been busy implementing new database features for the Visual Web framework for NetBeans 6.0 . We're getting close to releasing a Beta. There might be another Beta release to try to fix some bugs found by Customers. In this entry (an update to Data sources in Visual Web Pack)I'll discuss the feature to help recover or resolve database connections. Since database connection references are stored in the userdir, if a project is moved from one system to another or a user deletes their userdir the references are also deleted. For Visual Web projects that use databases, connections must be available and known to NetBeans. The feature described below helps a user restore database connection references.
Now that integration of database functionality has been more tightly integrated since 5.5, I had to re-do this feature. There is a little bit of documentation in inline help for 5.5. Hopefully this entry explains this feature better.
A visualweb project that contains database rowset bindings has an associated datasource for each rowset bundled in the project.
If a project is moved to another machine or the userdir was deleted (drivers and connections are lost) then at design-time, bindings to the
rowsets will fail such that when a visualweb page is opened, a Component Error window opens instead of the expected page design.
Since visualweb requires live connections to the database at design-time, each project data source must have a corresponding connection, this Resolve Broken Data Sources will help the user restore the driver and or connection.
Also, if a project is migrated from Java Studio Creator 2 then
the project datasources are restored within the project (the driver and connection are migrated when migrating the userdir settings from Creator 2)
In Creator 2, users could create data sources using the Data Sources node in the Server Navigator. Also, there was a facility to import/export datasources used by the IDE (by saving datasources used a config file) when migrating projects, whether from release to release or machine to machine.
In VWP 5.5, the Server Navigator was removed for the sake of redundancy with the Services window. The Services window is where Application Servers, Database connections and EJB clients are registered.
Feature summary
This feature's purpose is to detect when database connections, needed by a visualweb database project, have not been registered in the Services pane and to badge the Data Source References node, add an action to the Data Source References node and add a dialog to help guide a user to register the database connections needed.
Once the connections have been registered, the datasources can be registered in the project and server specific info added to the project (setup folder with connection pool configurations).
This feature will also be used by the User settings migration feature</a> for 6.0
This feature is similar to the 5.5. There will be a new Services palette, but only database connections will be listed, not data sources. Data sources will have to be resolved project by project, same as 5.5. See <a href="http://www.netbeans.org/kb/55/vwp-migration.html">
Resolving a Data Source </a>Migrating a project can be defined as :
This feature will perform the following:
Once the datasources have been resolved, remove the Resolve Data Source(s) context menu and print a message to the Output window to inform the user that the Data Sources have been resolved
More info
There will be child node under Data Source References, for each data source in the project, (see Travel child node in (figure 1) . The child data source node will not have an action.
Only those data sources which don't have a corresponding Database Connection will be listed in the Resolve Data Source(s) dialog. If a child data source node has a corresponding connection then it won't be badged.
For example, if the project has another data source, named Foo and there is a database connection for Foo in the Services tab then Foo will appear as a child of the Data Source References node, but it won't have a badge (red square in top right corner of the image). Also, Foo will not be listed in the Resolve Data Source(s) dialog.
Use cases
Use Case A. User has a project developed in Java Studio Creator 2 or VWP 5.5 that uses rowsets - pages with components bound to rowsets and wants to import this project in NetBeans 5.5.
Use Case B. User has developed a new Visual Web application that contains a rowsets. If another user wants to use this project or the developer has removed the userdir then the data sources will not be found
Here's the steps required for both use cases to resolve missing data connections:

As a result, the project's pages that have components that bind to rowsets will rebind successfully, automagically and the project can be deployed successfully.
Gotchas
If a user cleans up the App Server by deleting domain1 or removing connections then by choosing to Resolve Data Sources, the connection resources are added to the project so it can be deployed successfully.
Parameters for connecting to the Travel database
- User ID = travel
- Password = travel
- Database URL = jdbc:derby://localhost:1527/travel
Lots of changes this year, for me and for Sun tools.
We've release a Technology Preview of the Visual Web Pack that is plugged into NetBeans 5.5
For me, see the before and after pictures, below
1) Sun Java Studio Creator 2 -> NetBeans 5.5 Visual Web Pack TP
2) Quality Assurance Engineer -> Database Engineer on NetBeans 5.5 Visual Web Pack
no more Dashboard from me 
Exciting stuff the product change in 1) above, now no more questions ( I hope ) about what's the difference between NetBeans and Creator !
Also no more filing showstopper bugs from me and now I have clearance to enter the Rave room
I'm currently responsible for the Sample Database creation, Data Sources, Importing Creator 2 projects, JPA and sharing responsibilties
for other database features.
Here's the before (QA Engineer) and after (Database Developer) pictures 
Before

Thanks to a couple of the Creator Divas, they made a cape and mask, when I used to be Dashboy

After
As recently announced, Sun now allows Customers to rate Sun's products.
Ratings now include Sun Java Studio Creator. If you have some experience with
using Creator, then please write a review 
But, before you do, please update Creator with the latest Performance patches.
Just last week a patch was made available which fixes performance issues at
designtime. Notice the first ratings were given prior to the Performance patch.
If you haven't tried Creator, please download, try it out and please let us know what you think by writing a review. Thank you!
Coming soon, expert Trainers, Gail and Paul Anderson will be holding a 3 day training on Sun Java Studio Creator in San Francisco, CA.
During JavaOne I proctored their Portlet and Web Services lab which was the best lab of the five labs I proctored. Gail and Paul are the authors of the Java Studio Creator Field Guide
New article on Apple Computer's site for Mac OS X users. Using Java Studio Creator on Mac OS X.
Hope it's useful for users new to Creator
Comments welcome
Now available - Java Studio Creator Training
During JavaOne - Java University Monday, May 15
"Developing Rich Web Applications Visually using JavaTM technology
Java Studio Creator training is coming to a city near you! Learn to develop visual web applications and portlets in just three days. You'll use the tool's bundled JavaServer Faces components to build applications that access a database, EJB components, and Web services. The course also covers portlet design, internationalizing and localizing applications, and AJAX technology. In the hands-on lab you'll you'll build a multi-tiered e-commerce application."
Registration and more info