Saturday, 18 October 2014
Friday, 19 September 2014
GWT-Google Web Toolkit
GWT is a development toolkit for building and optimizing complex browser-based applications.GWT is become more popular because of the following features.
1.GWT allows developer to write client side application using Java.
2.GWT compiler Compiles the Java code to JavaScript Code which support all major browser.
3.GWT is cross-browser compliant Which automatically generates the javascript code for different browser.
4.GWT is open source completely free used by thousand of developer across the world.
5.GWT support Internationalization.
6.Can use all the JAVA IDEs to Develop GWT Appliacation.
1.GWT allows developer to write client side application using Java.
2.GWT compiler Compiles the Java code to JavaScript Code which support all major browser.
3.GWT is cross-browser compliant Which automatically generates the javascript code for different browser.
4.GWT is open source completely free used by thousand of developer across the world.
5.GWT support Internationalization.
6.Can use all the JAVA IDEs to Develop GWT Appliacation.
Subscribe to:
Posts (Atom)
CSS Selectors
CSS Selectors In CSS, selectors are patterns used to select the element(s) you want to style There are 3 different types of CSS selectors ...
-
Folks, Below is the Example code for JDBC Connection Using postgresql Driver. import java.sql.*; public class JdbcPostgreConnection { ...
-
How to retrieve Client's Timezone in GWT Let say Application is hosted at one place whose time zone is 'A' User can login...
-
GWT is a development toolkit for building and optimizing complex browser-based applications. GWT is become more popular because of the foll...