Tag Archives: gwt

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

Basics of GWT Authentication

I took the starter application for a GWT app, the greeting app, and modified it to be LoginAndGreet. Before being able to see the greeting from the server, users must sign in with their Google id and password. Continue reading

Posted in gwt | Tagged , , , , | 12 Comments

Going with Google Code

In my last post, I talked about two different frameworks for MVP that I was studying. Which one should I use for my work? Well, I really want to use the GWT-Presenter framework. I just have not been able to … Continue reading

Posted in Uncategorized | 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