Sencha ‘s Ext JS.
It is the object oriented framework in the base of javascript.
It is used create the web pages with object oriented pattern
just like JAVA’S Class method MVC s.
By default it provides many class to create the as input box,
combo box etc in page. in its API
It provides methods for the default and customs validation
and control the DOM .
It just like plug and play.
Below URL contains the war file for below example
Now am going to give an example to design web page by apply
MVC pattern in ext JS.
Following example covers
- . MVC pattern in Ext js
- Applying Ajax in combo box
- Displaying Ajax JSON response given by JAVA servlet in Ext js grid panel.
Before AJAX Response.
After Ajax JSON response Show in grid View
Below URL contains the war file for above example
No comments:
Post a Comment