Recently, ESET add my domain name to the black-list of their database. You can’t open my site and been warned my site is not safe if your PC is running the ESS or EAV. Why Eset block my site?The answer is obvious. That is reason that you come here. I promise that my site is pure, no virus, no spyware, no Trojan, no pop ads. You can test my word through intalling Kaspersky or other Antivirus Software. If you want open my site and take latest escalation ID & Activation Code, close your ESET software(disable antivirus and antispyware protection function temporarily) or by proxy or virtual machinor. You can also feed the RSS source http://feed.loserblog.cn.
Recently, ESET add my domain name to the black-list of their database. You can’t open my site and been warned my site is not safe if your PC is running the ESS or EAV. Why Eset block my site?The answer is obvious. That is reason that you come here. I promise that my site is pure, no virus, no spyware, no Trojan, no pop ads. You can test my word through intalling Kaspersky or other Antivirus Software. If you want open my site and take latest escalation ID & Activation Code, close your ESET software(disable antivirus and antispyware protection function temporarily) or by proxy or virtual machinor. You can also feed the RSS source http://feed.loserblog.cn.
Such a simple application to complete the GWT
The first application of GWT
Some time ago to the companies we have done a simple GWT induction training, Now I am under GWT environment to introduce the structures and the first example – HelloWorld:
Environmental structures:
1. Download and install a good JDK.
2. Download and install the GWT. GWT visit http://code.google.com/webtoolkit/ download the latest version of the download compressed files extracted to C: / GWT directory.
GWT tool kits to support different operating systems, according to its own operating system choose a suitable installation package.
The first example – Hello World:
GWT kit provided in the applicationCreator command line tool can help us create a GWT application development environment needed.
Open a command line tool,
C: \> mkdir HelloWorld
C: \> set path =% JAVA_HOME% \ bin;% GWT_HOME% (will% JAVA_HOME% \ bin directory and directory% GWT_HOME% in the path into the PATH)
applicationCreator.cmd order to support the syntax is as follows:
ApplicationCreator [-eclipse projectName] [-out dir] [-overwrite] [-ignore] className
Enter HelloWorld directory, the implementation of C: \ HelloWorld> projectCreator-eclipse HelloWorld;
Continue to implement the C: \ HelloWorld> applicationCreator-eclipse HelloWorld com.mycompany.client.HelloWorld;
Next implementation of C: \ HelloWorld> HelloWorld-shell.cmd
Final performance C: \ HelloWorld> HelloWorld-compile.cmd (GWT application will be compiled into Ajax applications)