This project has reached End-Of-Life (EOL) and is no longer maintained.
With the Twitter Query Container you can search for tweets and easily see what people are talking about right now. The container uses the Twitter Search REST API to search for the tweets and loads the results conveniently in Container form so they can easily be added to a Vaadin data component.
The container uses Gson to parse the Twitter JSON responses so you will need to have it in your project. Gson can be downloaded from GitHub - google/gson: A Java serialization/deserialization library to convert Java Objects into JSON and back.
NOTE: Use 0.x with Vaadin 6 and 1.x with Vaadin 7.