Guys,
As you know, one of the most powerful features regarding data modelling in
GAE is the ListProperty.
(i.e. the ability to manage a List<String> property and to manage indexes
and queries over those GAE-specific fields)

Spring Roo and MyEclipse propose interesting stuff to scaffold CRUD
applications (based on JPA entities, beans, Š), but none of them support
this GAE-specific feature : Collection fields are used only to support
entity relationships, and thus (a) they support user defined entities, and
(b) they forbid primary types.
Let's simplify : with Roo or MyEclipse, you can scaffold a List<MyUserClass>
field, but not a List<String> field.
IMO, this ruins all efforts from Spring Roo or MyEclipse dev teams to
attract GAE developpers.

Have some of you any clue/tips/workaround to manage Collections of primary
types during the scaffolding process with one of those tools ?
Thanks in advance,
cyrille


-- 
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