Category Archives: web

Things related to the web, in general.

Best Way to Learn OAuth for Java

Where to find a good explanation of OAuth and working examples in Java. Continue reading

Posted in web | Tagged , , , , , | Leave a comment

Next: Trying to have nicely styled GWT forms

My next challenge is to get a form going in my GWT/GAE app. I would like it to end up as a nicely styled piece of Java code. I am hoping that the following references help me out. Tags First … Continue reading

Posted in gwt, web | Tagged , | Leave a comment

Displaying Links in GWT FlexTables

Lately I’ve been working on displaying links inside of tables in GWT applications. The situation is this. You have a table of information you want  to display. Each row corresponds to a row in a database table. You want to … Continue reading

Posted in gwt, web | Tagged , , | Leave a comment

Authenticated access from an iPhone

I have been working on the problem of connecting to a GAE application from an iPhone. Working through examples from the “iPhone SDK Development” was going well, but now I have hit a snag. It seems that some of the … Continue reading

Posted in iphone, web | Tagged , , | Leave a comment

How to do MVP

I have found a couple of great examples of using the Model-View-Presenter pattern with GWT (Google Web Toolkit). Large Scale Application Development and MVP – posted in the Google code website. It has a good example of a Contact application. … Continue reading

Posted in web | Tagged , , , | 1 Comment

GWT Best Practices

Like many people, I have been inspired by the talk given by Ray Ryan on “Best Practices for Architecting Your GWT App”. If you prefer reading to listening, check out the slides and transcripts of the talk.

Posted in web | Tagged , , , | Leave a comment