Tuesday Apr 08, 2008
Monday Apr 07, 2008
Sunday Mar 30, 2008
The Third Annual Silicon Valley Ruby Conference: Using Ruby and Rails for Innovation and Creativity
Friday April 18 8:30AM - 5:45PM and Saturday April 19 10:00AM - 6:00PM
This two-day conference is a significant Web 2.0 Conference in the Ruby community and within the software development arena. This annual event brings Ruby and Rails developers, interactive engineers, software developers, startups, IT managers, and technical executives together in San Jose. In the past three years, Ruby has become one of the most talked-about programming languages, and Ruby on Rails has become the framework of choice for many new web applications.
[Read More]
Friday Mar 21, 2008
Monday Mar 17, 2008
NetBeans IDE 6.1 Beta, has more MySQL support, creating a more tighter integration of NetBeans with MySQL. It is now possible to Register MySQL Servers, Create & Delete databases, and launch the administration tool for MySQL from within the NetBeans IDE. Here I am showing some screen shots of registering the MySQL Adminstrator Tool with the NetBeans IDE 6.1 Beta.
Sunday Mar 09, 2008
Saturday Mar 08, 2008
Is there TestNg support in NetBeans 6.0?
NetBeans 6.0 and previous versions did not directly support TestNg.
[Read More]Wednesday Mar 05, 2008
There is more help now for migrating to NetBeans 6.0. If you are trying to migrate from Sun Java Studio Enterprise and/or Sun Java Studio Creator to NetBeans 6.0, Sun Microsystems, Inc is offering free migration help for up to six months. For more details see:
Migration from Sun Java Studio Enterprise and/or Sun Java Studio Creator to NetBeans 6.0.
Please note, this offer expires June 3, 2008.
Of course, you can continue taking advantage of the other various support resources as listed here:
Saturday Mar 01, 2008
In NetBeans most of the program code is generated when you dropping
pre-defined JavaServer Faces components from the Palette onto the visual designer. The same is true when you drag and drop the image HyperLink component to the visual designer page. However, sometimes you need to be able to do this dynamically.
Tuesday Feb 26, 2008
Sun Microsystems just announced the completion of MySQL acquisition. Sun and MySQL executives are launching the Sun-MySQL world tour in March. Check out the details and schedule at Sun and MySQL Around the world
Also, very exciting for MySQL fans is the unveiling of the complete MySQL's portfolio of products.
Free downloads are available at http://www.sun.com/software/products/mysql/getit.jsp
For NetBeans users I highly recommend the Demo of NetBeans IDE & MySQL with Roman Strobl. I found it very useful myself.
Wednesday Feb 13, 2008
Creating Mutliline Header Table using JSF in the NetBeans IDE 6.0
To do this you need to use "Nested <webuijsf:tableColumn> tags".
Before we get into the steps , here is a bit of info.
1) At this time, Creating Multiple Header/Footer Rows cannot be done by
setting some property etc for the table component in the IDE (i.e
cannot be done visually). It requires manual tweaking with the JSP/JSF code of the page.
2) Also once the tweaks are made the table does not render in the
design view of the IDE. You have to deploy and run the application to
see the results.
3) There are limitations to the type of headers you can create/what
tags attributes you can use etc, see http://webdev2.sun.com/woodstock-tlddocs/webuijsf/tableColumn.html for details ...
[Read More]
Friday Feb 08, 2008
A lot of users want to be able to design their own Page Layouts, and easily reuse the same across their application or even multiple applications. Basically designing layouts once and then using them in many pages. In such a scenario it will be easy to have your own page layout design accessible through the wizard in the IDE. I tried the instructions which Winston Prakash published in his blog entry titled How to create NetBeans Visual Web Page Layout Plugin. It shows you how to add your own predefined Page Layout as a template, so that it appears in the New Visual Web Page Wizard. Now you can simply choose your own template and create your page based on that template. A interesting observation in Winston's blog is that if you are
using NB 6.1 (M1), you need not have to replace all component binding with template binding. This is so because the
bindings are not inserted by default . In NB6.1(M1), the mandatory binding for every component in the page have been removed. This saves a lot of time !
Before you try this, you have to first of course create your Page Layouts. Here's the tutorial to do that
Creating a CSS-based Fixed Page Layout .
For those who would like to have some already predefined Page layout Templates accessible through the wizard, check out the the NB 6.0 plugin for Predefined Visual Web Page Layouts , which you can
simply download and install in NetBeans. By installing this plugin you can access the different
pagelayouts through the wizard and resuse.
Monday Feb 04, 2008
[Read More]
Thursday Jan 31, 2008
Check out the first of the series of articles on JavaFX, published on java.sun.com. The series is entitled "Creating Rich Internet Applications with Compiled JavaFX Script Technology". There will be 18 articles in this series, and the focus is the JavaFX Script programming language. Anyone learning to use JavaFX Script technology will find this very useful. Specifically it will help learn to create a compiled JavaFX
program that contains user interface components and 2D graphics. The topics covered in the first article starts with obtaining the JavaFX Script Compiler. So if you are a beginner, you can get started easily.
Sunday Jan 27, 2008
This blog copyright 2008 by Sun Microsystems, Inc.
