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 in an easy-to-understand manner. The spreadsheet…
AKPC_IDS += "93,";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 MySQL – Karen Tegan Padir Oracle… AKPC_IDS += "102,";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 the JavaScript Programming Language.
It…
AKPC_IDS += "66,";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) Enterprise Server v3. ….and there’s a bit more to this. The Software…
AKPC_IDS += "61,";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, let’s create a…
AKPC_IDS += "48,";