Hi, probably not, I am quite sure that there is a way using (native) JavaScript.
However, as long you only code in Java effectively it is private. And remember, even in Java it is possible to access private var from outside. Some OR-mapper doing so. Or your debugger. When your question is about security, never ever dream about that anything is secure in your browser code. Anything you give to a browser is open, at least for a professional. Stefan Bachert http://gwtworld.de On Jun 16, 11:23 am, Shedokan <[email protected]> wrote: > Hello, > I am looking at GWT's features and can't figure out weather a variable > declared in java as private will stay private once compiled in GWT. > By private I mean unaccessible to anyone except for the constructor or > the construtors functions. > > 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.
