posted 12 years ago
hi, i'm new with GWT and i was trying some examples that i found in the Web or in Books.
the example is to do the service to check if a number is prime.
i having in the server the following error:
Method isPrimeNumber of 'PrimeNumber' is not synchronized with 'PrimeNumberAsync'
What im doing wrong and what can i do?
thanks in advance
my code is:
....client:
PrimeNumber.java
PrimeNumberAsync.java
SamplesEntryPoint.java
and in the server part:
PrimeNumberImpl.java: