1. Installed Googlipse GWT eclipse plugin.
2. Researched about calling stored procedures in MS SQL Server 2005 from Java. Right now, I think I have to write a Java class that calls the stored procedure created in SQL 2005. This class should be placed in the server package of the project. This class should implement some interface required by GWT so that it can communicate with the client. Writing this class is not easy. Thus, I think I can start by writing a regular Java class that call the stored procedure and make sure that I can get data from the database. Then modify this class to become a GWT server side Java class that can handle request from the client.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment