Re: service implementation for GWT best practice

2010-03-04 Thread Ignat Alexeyenko
Hi. I've created a registry of AcitonHandlers. ListAcitonHandler handlers = getActionHandlers(); public interface ActionHandler { public boolean supports(ActionT action); public T extends Response T execute(ActionT action); } For each command correspondent action handler will be found and

service implementation for GWT best practice

2010-02-08 Thread bhomass
On Ray Ryan's presentation, there is no sample code for implementation of the ContactsService. The code structure would look something like public class ContactsServiceImpl implements RTSService { @Override public T extends Response T execute(ActionT action) { //