Out of my personal offline social network I have been frequently approached by non techies that ask me questions like “I want to learn programming, which language should I learn?” “At what school / course can I participate to learn programming?” “Which book can you recommend if I want to learn programming?” These questions are …
Tag: tutorial
Building an Autocomplete Service in GWT screencast Part 4: Integrating the neo4j Data base
In this screencast of my series I explain at a very basic level how to integrate a data base to pull data for autocomplete queries. Since we have been working with neo4j at this time I used a neo4j data base. It will be only in the next two parts of this series where I …
Building an Autocomplete Service in GWT screencast Part 3: Getting the Server code to send a basic response
In this screencast of my series on building an autocomplete service you will learn how to implement a Server servlet in GWT such that autocomplete queries receive a response. In this video the response will always be static and very naive. It will be up to the fourth part of this series which will follow …
Building an Autocompletion on GWT screencast Part 2: Invoking The Remote Procedure Call
Hey everyone after posting my first screencast in this series reviewing the basic process for creating remote procedure calls in GWT we are now finally starting with the real tutorial for building an autocomplete service. This tutorial (again hosted on wikipedia) covers the basic user interface meaning how to integreate a SuggestBox instead of a …
Building an Autocompletion on GWT screencast Part 1: Getting Warm – Reviewing remote procedure calls
Quite a while ago I promised to create some screencasts on how to build a (personalized) Autocompletion in GWT. Even though the screencasts have been created for quite some time now I had to wait publishing them for various reasons. Finally it is now the time to go public with the first video. I do …