Tag Archives: Java platform

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 [...]

Back to basics — A simple beginning to Grails

I guess I can finally finish my search for a good server side companion (at least for now).  A couple years ago RIFE was my only choice but unfortunately, it didn’t work out well as I expected (RIFE is an open source project but partly because of developers like me  who uses the framework but [...]