Hi Didier, Thanks for the reply.
I tried the example. It works fine. I made a mistake to send Bean class to client side. I was using Bean class of server side to pass from Implementing class at server. Thanks, Parth. On Oct 1, 9:11 pm, Didier DURAND <[email protected]> wrote: > Hi, > > Aclassis transcoded by default when either in "client" or shared. > So, you're ok on this side. > > Would you provide some details (code snippets) about what you try to > achieve to be able to better understand ? > didier > > On Oct 1, 2:35 pm, Parth <[email protected]> wrote: > > > Hi, > > > I put thatclassin "client". But, I don't have any idea, what will > > happen when anyclassbe put in "shared". > > > Thanks. > > > On Oct 1, 11:30 am, Didier DURAND <[email protected]> wrote: > > > > Hi, > > > > Did you place it in package name "shared" so that it gets transcoded > > > to js ? > > > didier > > > > On Oct 1, 6:23 am, Parth <[email protected]> wrote: > > > > > Hi all, > > > > > I am using GWT 2.0.4. I am not able to use user defined instance of > > > >classdefined even at client side. I am able toaccessdata using JSON > > > > object with JSNI at client side. But not found any way to pass object > > > > of user definedclasssuch asBeanclassat client side in EntryPoint > > > >class. I had also tried it by implementing serializable interface to > > > > theclasswhich I want at EntryPoint. But not got intended result. > > > > > Do any one have idea about that? > > > > > Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
