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 | 11 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

ExtJS: Stop the “page contains secure and nonsecure items” Warning

ExtJS: Stop the “page contains secure and nonsecure items” Warning

May 24, 2010 | By | 1 Comment

Are your SSL web pages plagued by the browser warning “This page contains both secure and nonsecure items. Do you want to display the nonsecure items?“ This is a common error that occurs when some element on a secure web page (one that is loaded with https:// in the address bar) is not being loaded [...]

Continue Reading

How to Populate Ext JS ComboBox using Spring Controller

How to Populate Ext JS ComboBox using Spring Controller

May 19, 2010 | By | 4 Comments

This tutorial will walk through how to populate an ExtJS ComboBox using a Spring Controller. To populate ExtJS ComboBox using Spring Controller, you need create an Ajax request using Ext.data.HttpProxy and as response you can return JSON Objects (or an XML – in this example, I will use JSON). And using a JsonReader, you can read [...]

Continue Reading