Monday, February 20, 2012

Convert GWT application to GXT sencha application

1.download eclipse helios form corresponding sites

2.go to help and choose install new software

3.go to code.google.com and select getting started check the prerequisites (Strict to the instruction manual)

4. then select setup for eclipse and copy paste the link to install software's http textbox

5.tick the hide box

6.press next button

7. next ----> accept the terms FINISH

8. check any prerequisites for gxt[ eclipse 6 and jdk 6 ( oct-2011 ) ].

9.Download the latest Ext GWT release (currently2.2.0).

http://www.sencha.com/products/gwt/download.php

10. wait for to complete the installing process in eclipse.

11.install the designer

12. Make userlib by using the downloaded gxt[ in that rename the file gxt2.22 as gxt and add that gxt jar file to user lib]

13.create a java project with gwt support. (Specify the path of Extracted(already downloaded file will extract to specific path in my case its c:\))

CREATE A PROJECT WITH GWT SUPPORT 2ND BUTTON BELOW THE FILE

GIVE PROJECT NAME------>NEXT--------->TICK THE CREATE TIC BOX ON TOP AND CHANGE THE NAME OF IMAGEVIEWER IF NECESSARY DONT FORGET CHOOSE GXT(EXT GWT)


14.copy all the files from [C:\gxt-2.2.5\resources] resources and paste it into war file of your project

15.Open the html file in war and add the following line in tag




16.OPen the xml file from client check this file is exsisting else add theis file

No comments: