Friday, August 6, 2010

What i have

photo.JPG

Tuesday, August 3, 2010

use ExtJS to design Intranet

ExtJS is the most impressive AJAX framework i have seen. When one project came to me and i decided to use this framework as presentation tier framework. following video is sample UI i created for project. It looks pretty nice and amazing.

One of P is let users feel they are using desktop application. No page reload and refresh required. Middle tier i were using JSP to server JSON objects to presentation tier.

Another benefit to use ExtJS is it's easier for you to adopt MVC pattern.

There is no big learn curve to use this framework. I spent one week reading "Learning Ext JS" and ExtJS API document, then i was able to code almost any UI i want.