server code is not translated to javascript, and not sent to the
client.
you can reach your server side code through the RPC.
if you need code that works both on server and on the client, it must
be javascript-translatable, and defined in the 'source' dir, usually
under yourpackage.client.*;
if
In my application i can reach server side code in Onload module that
is in MyApplication class(this class implements EntryPoints) but i
need to reach server side code not only in this class.For example on
diffent class i create an button and also onclick event but i cant
make this click listener w