How to resize an ExtJS Panel, Grid, Component on Window Resize without using Ext.Viewport

How to resize an ExtJS Panel, Grid, Component on Window Resize without using Ext.Viewport

August 24, 2010 | By | 2 Comments

This post will walk through how to resize an ExtJS Panel, Grid, Component on Window Resize without using Ext.Viewport. Problem: You have a legacy page and you want to change an html grid for an ExtJS DataGrid, because it has so many cool features. Or you have a page with some design and you are [...]

Continue Reading

ExtJS plugin: PagingToolbarResizer

ExtJS plugin: PagingToolbarResizer

August 2, 2010 | By | 8 Comments

Well, this is my first ExtJS plugin. Though it is not an advanced plugin, I’m very happy and it is a big accomplishment for me! The problem: ExtJS PagingToolbar Component allows the developer to set a predetermined page size, which is the total number of records that will be displayed on the grid at once. [...]

Continue Reading

The Big Website Merge: java.sun.com, developers.sun.com, BigAdmin, and OTN

The Big Website Merge: java.sun.com, developers.sun.com, BigAdmin, and OTN

July 1, 2010 | By | Add a Comment

This is the email Oracle sent to JUG Leaders mailing-list: JUG Leaders, Java Champions: You may have noted the reference to a planned Website integration in the FAQ that was published just at Sun/Oracle change-in-control. After months of work and planning by some of the same people who have run these sites for years, this project [...]

Continue Reading

Hibernate 3 Annotations Tutorial

Hibernate 3 Annotations Tutorial

June 14, 2010 | By | 10 Comments

This tutorial will walk through how to implement a hello world project using Hibernate Annotations and MySQL database. Requirements Download and unzip Hibernate Core distribution from the Hibernate website. Hibernate 3.5 and onward contains Hibernate Annotations. Starting with version 3.5 (currently trunk), Annotations and EntityManager have been merged back into the Hibernate Core codebase as invidual [...]

Continue Reading

I’m a DZone MVB (Most Valuable Blogger)!

I’m a DZone MVB (Most Valuable Blogger)!

June 7, 2010 | By | 1 Comment

Check it out, I’m a DZone MVB (Most Valuable Blogger)! Thanks to the DZone team for inviting me. I’m very honored to be part of this program! DZone’s MVB program brings together a group of highly talented bloggers, authors, and technologists actively writing about topics of interest to the developer community. These people are recognized [...]

Continue Reading