I'm new with GWT
and I'm stuck to an issue where to put the validation methods some of them requires asynchronous calls to database
my project consists of 2 packages :
client side
where the interface and services classes
server side
where entities and serviceImpl classes
Do I have to make a third package and place them on it ex: shared ?? or It's Ok to just place them on the client interface classes ex:Login.java