Category Archives: tech

Using Twitter oauth on GAE/J

Twitter supports oauth and there are many libraries for it, for  Java(twitter4J)(oauth-signpost),  most of the time you see examples of a desktop version, so it can take time to implement it on a web application (it did take time for my case).
Step 1. Get a Twitter account and create a Twitter application from http://twitter.com/apps (don’t [...]

A Simple Chart for a GWT Application on GAE/J

I am trying charting solutions for a GWT project and gchart seems a nice one. After some digging I create a sample project which is hosted on Google App Engine (GAE) demo. Source code is at Google project
The chart will show the remaining number of months in the current year.

First download the jar from the [...]