Saturday 11 July 2015

Ext JS MVC Pattern ,AJAX Call in Ext JS , Show AJAX Response in grid with Java Servlet

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
  1.      . MVC pattern in Ext js
  2.        Applying Ajax in combo box
  3.        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