This notebook is a collection of code snippets and technical "how to" instructions.
Search This Blog
GWT: creating service classes
by: Zainab Aziz
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.
related #tags:
Best Practices,
GWT
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment