Trouble with setting entry point for GWT service
- by Xorty
Hello. I've followed serveral tutorials and read official docs at code.google.com, but still didn't manage to resolve this thing.
I am creating simple service that'll check if user can be logged.
CLIENT SIDE:
public interface LoginService extends RemoteService {
/**
* Checks, if user has valid login.
* @param user User's login.
…