Wednesday, November 3, 2010

GWT jQuery integration

While going through GWT jQuery integration. I wasted so much time in just finding the working examples or you can say making my examples working.

After that i came across some links which helped m a lot. Here i am sharing you the same.
http://gwtquery.googlecode.com/svn/trunk/demos/index.html
http://gwtquery.googlecode.com/svn/trunk/samples/src/main/java/gwtquery/

Will update this blog later.

Thursday, August 5, 2010

What is jQuery?

I have just started to exploring jQuery features and found jQuery as one of the promising library in future.

jQuery is great library for developing ajax based application. jQuery is great library for the JavaScript programmers, which simplifies the development of web 2.0 applications. You can use jQuery to develop cool web 2.0 application. jQuery helps the programmers to keep code simple and concise. The jQuery library is designed to keep the things very simple and reusable.

jQuery library simplifies the process of traversal of HTML DOM tree. You can use jQuery to handle events, perform animation, and add the ajax support into your web applications with ease.

You can use simple JavaScript to perform all the functions that jQuery provides. Then why jQuery? The jQuery library is providing many easy to use functions and methods to make rich applications. These functions are very easy to learn and even a designer can learn it fast. Due to these features jQuery is very popular and in high demand among the developers. You can use jQuery in all the web based applications irrespective of the technology.

jQuery is javascript and can be used with JSP, Servlets, ASP, PHP, CGI and almost all the web programming languages.

The jQuery code is very simple and easy to learn.

Here are the features of jQuery
  • DOM element selections functions
  • DOM traversal and modification
  • Events
  • CSS manipulation
  • Effects and animations
  • Ajax
  • Extensibility
  • Utilities - such as browser version and the each function.
  • JavaScript Plugins
I am still looking for more improvement but as a start i think this one is good kick.