Monday, March 12, 2007

Glue Code for Client and Server

I created 4 Java classes today. One was on the server side to get the data from the database and return them to the client. The other one was Java bean for each record in the database returned by the server side class. The other 2 were the interfaces that implement some services in GWT the client side and the server side can see each other. My code issues went up 22, most of them were missing comments for the gets and the sets methods in the Javabean. I am tired of fixing them now. I'll do it tomorrow.

No comments: