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 { ...
-
GWT Provides ways to create Custom User Interface.They are 3 ways to Create Custom Widgets which are listed below. By Extending Composit...
-
GWT Module Descriptor: GWT Module is a configuration file which is used to configure the GWT application. It contain with the file exten...