GWT: creating service classes

1. Create a DTO class. 2. Create a service interface. 3. Auto generate service implementation. 4. Write jUnit tests, make sure they fail initially. 5. Write implementation until tests pass. 6. Write async interface. 7. Create a servlet in CSD.gwt.xml for your serviceImpl class 7. Implement GWT.

No comments:

Post a Comment