Aha!
/client - all your UI code goes here
/server - all your server code goes here
/shared - all your data code goes here
Just refactor under shared and you should be good
SCJP 5.0 SCWCD 5.0
SCJP 5.0 SCWCD 5.0
avi sinha wrote:
Aha!
/client - all your UI code goes here
/server - all your server code goes here
/shared - all your data code goes here
Just refactor under shared and you should be good
Maneesh!! are you sure, this is going to make a difference. whatever you have written is a convention in my opinion (I strongly agree that we all should organize classes like this in a GWT application.)
Both the client and shared packages are on the GWT client side.
There is no any difference between the client & shared packages. please correct me if i am wrong.
Thanks