Hi all I am new to appengine and I am in kind of a dilemma now
I am trying to store a vector of objects for one field of data store

Class A -> which is the data store which is pushed when a request
comes in which also contain
           ArrayList<ClassB>

        class B is defined as a java class in the same package and I
have put persistent for each of its member variables,

Class A will push a new value to this vector when related inouts comes
in, So is there anything wrong with my way of implementing. BEcause
for every user with userID i need atleast 10 traces which are stored
as vector of classB


If you guys can help on this matter I will be grateful because I am
still stuck in the basic insert step of the project
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-appengine-java?hl=en.

Reply via email to