Jquery4Java

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.mysamplecode.com/2011/12/jquery-autocomplete-ajax-json-example.html package com.as400samplecode; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest;

jQuery autocomplete example using Java Servlet Ajax request and JSON response

Autocomplete is a common feature available in lot of web tools and services. You will find lots of implementation of autocomplete features. Let us see how can we implement a simple Autocomplete feature for Country names in Java-JSP and jQuery. Related: Spring MVC – AutoComplete tutorial with JSON & JQuery We will use jQuery’s autocomplete plugin for our example. Just go to JQuery Autocomplete UI page and download JQuery UI JS and CSS files. http://viralpatel.net/blogs/tutorial-create-autocomplete-feature-with-java-jsp-jquery/

Tutorial: Create Autocomplete feature with Java - JSP / jQuery

JQuery Tree using JSON as dataset | Java Jerks

http://javahunter.wordpress.com/2011/02/26/jquery-tree-using-json-as-dataset/ @WebServlet (name = "GetJSON" , urlPatterns = { "/GetJSON" }) public class GetJSON extends HttpServlet { protected void processRequest(HttpServletRequest request, HttpServletResponse response)
http://code.google.com/p/jquery4j/wiki/HowToWrap

HowToWrap - jquery4j - How to Wrap a jQuery UI Widget - jQuery for Java

ZK5 has adapted famous jQuery as underlying JavaScript library. jQuery UI is also famous and promising. jQuery UI's widgets can be easily wrapped to zk widget now, and enjoy the power of ZK. Any pure client widget can now easily connect to server. ZK provides many server side ability. Such as DataModel, Databindng, Event Handling.
http://code.google.com/p/jquery4j/wiki/GettingStarted

GettingStarted - jquery4j - Getting Started with jQuery4j - jQuery for Java

It is aimed to give developer the power to control jQuery widget with purely java and markup language. ZK is the most proven Ajax + Mobile framework available, designed to maximize an enterprise’s operational efficiency and minimize development time and cost. ZK implemented its widget with jQuery.
https://github.com/blueimp/jQuery-File-Upload/wiki/jQuery-file-upload-for-java

jQuery file upload for java · blueimp/jQuery-File-Upload Wiki

Documentation Overview Basic plugin information Demo page (and Demo implementation information). How to Setup the plugin on your website. How to use only the Basic plugin (minimal setup guide). Security considerations.