The Big Website Merge: java.sun.com, developers.sun.com, BigAdmin, and OTN
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 [...]
Hibernate 3 Annotations Tutorial
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 [...]
I’m a DZone MVB (Most Valuable Blogger)!
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 [...]
ExtJS: Stop the “page contains secure and nonsecure items” Warning
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 [...]
How to Populate Ext JS ComboBox using Spring Controller
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 [...]

Connect
Connect with us on the following social media platforms.