Archive for 2009

Getting Started with ExtJS DataGrid

Getting Started with ExtJS DataGrid

December 22, 2009 | By | 9 Comments

This tutorial will walk through how to implement a simple Ext JS datagrid, using a GridPanel to display structured data in a user-friendly grid. Screeshot for this tutorial: The grid is, without doubt, one of the most widely-used components of Ext. We all have data, and this needs to be presented to the end user [...]

Continue Reading

Sun Tech Days Brazil Presentations

Sun Tech Days Brazil Presentations

December 16, 2009 | By | Add a Comment

If you missed Sun Tech Days Brazil 2009 (December 8-9 – Sao Paulo), because of the rain (just like me: pt-br) or because any other reason, don’t worry about it! Sun published the presentations (pdf format). It is still missing two presentations: Keynotes Sun Microsystems Country Manager Introduction Sun Keynote: Be Agile: GlassFish, Java and [...]

Continue Reading

Getting Started with JSON

Getting Started with JSON

December 14, 2009 | By | 13 Comments

This post will walk through JSON basic concepts. What is JSON? JSON (JavaScript Object Notation) is a lightweight data-interchange format, widely hailed as the successor to XML in the browser. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of [...]

Continue Reading

Significant Sun S/W releases today: NetBeans 6.8 + Java EE 6 + GlassFish Enterprise Server V3

Significant Sun S/W releases today: NetBeans 6.8 + Java EE 6 + GlassFish Enterprise Server V3

December 10, 2009 | By | 2 Comments

Sun released a couple of significant software releases today…Folks have been working hard to get these release(s) out. So, today, Sun and the NetBeans(TM) community are announcing the availability of the NetBeans Integrated Development Environment (IDE) 6.8 — in conjunction with the availability of Java(TM) Platform Enterprise Edition 6 (Java EE 6) and Sun GlassFish(TM) [...]

Continue Reading

Getting started with ExtJS in your J2EE project

Getting started with ExtJS in your J2EE project

December 1, 2009 | By | 3 Comments

This tutorial will walk through how to get an Ext JS installation up and running quickly in your java (J2EE) project. Level: Basic This is the screenshot of this tutorial: First, if you haven’t downloaded ExtJS already, do it: http://extjs.com/products/extjs/download.php (most current release). PS.: I’m using Eclipse IDE. 1 – After download the ExtJS library, [...]

Continue Reading