Hi all.

I'm trying to understand what get exported of an entity from a code 
point-of-view.
I mean...I've got this entity that I'm exposing to the client; in the 
entity I need a private method that must be executed only on server side, 
or at least be available only there, because it's a crypt function that I 
need to keep hidden; things goes something like this:

Client side
1) declare entity's instance
2) set properties values
3) send the entity's instance to the endpoint

Server side
4) Call entity method that do crypt work on the object itself and set an 
internal variable (that still must be saved to datastore)
5) Save entity to datastore

I've made a few experiments declaring a bunch of private and public 
functions inside the entity, compiled the project, and then decompiled the 
jar lib; there is no trace of any of those methods, but I'd still like an 
answer from someone who has more knowledge then me on the argument :-)


Thx :-)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to