Yes, AJAX is the way to implement it but assuming suggestion generation is
out of scope.

here is a typical flow with some things to consider.
1. When a user start typing say "Apple". Now we make a call(XmlHttpRequest)
to a server to see what suggestions are available for "Apple"
2. Generating suggestions is not a trivial task and the way google does it
is complex. They weigh in the search hits against the word and other
permutations.
3. Once the server finds a list of suggestions, a response is sent back and
will be handled by a asynchrounous handler which will format the list as a
drop-down

On Mon, May 3, 2010 at 9:42 AM, sandeep patel
<sandeep.honeyw...@gmail.com>wrote:

> hi
>
> i don't knw about google toolkit.
>
> But you can use AJAX calls
>
>
>
> On Mon, May 3, 2010 at 9:28 AM, Kamala Kannan JS <kannanmc...@gmail.com>wrote:
>
>> Hi friends,
>>          Am developing a search tool for my website when user types in, it
>> must shows some suggestion keyword like in google. How can i do this. I use
>> GWT( google Web Toolkit) but i failed to code the program. Let me know how
>> to do this.
>>
>>
>> Thanks and regards,
>> Kamalakannan JS
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Java EE (J2EE) Programming with Passion!" group.
>> To post to this group, send email to
>> java-ee-j2ee-programming-with-passion@googlegroups.com
>> To unsubscribe from this group, send email to
>> java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com<java-ee-j2ee-programming-with-passion%2bunsubscr...@googlegroups.com>
>> For more options, visit this group at
>>
>> http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Java EE (J2EE) Programming with Passion!" group.
> To post to this group, send email to
> java-ee-j2ee-programming-with-passion@googlegroups.com
> To unsubscribe from this group, send email to
> java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com<java-ee-j2ee-programming-with-passion%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
>
> http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
>



-- 
Thanks,
Anil.

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to