I have uploaded the generated javadoc here:
http://code.google.com/p/simpleds/downloads/list

I haven't had time to review it yet, so take it with a grain of salt. The
list of features you should look for are:

* CRUD operations at the EntityManager interface
* SimpleQuery
* PagedQuery

That's it. The generated javadoc also makes reference to some classes that
are not yet included in the library, such as @MultivaluedIndex which is a
feature we are playing with to avoid the hassle of implementing Relation
Index Entities.

Regards,

Nacho.

On Fri, Oct 23, 2009 at 4:34 PM, leszek <leszek.ptokar...@gmail.com> wrote:

>
> Do you have some more doc/java doc ? I was browsing through your page
> and found nothing. As far as I caught you implemented simple set of
> CRUD operations on items and simple query mechanism. Am I right ? The
> decision to get rid of relationships is very sound because this GAE/J
> implementation is rather like a bargain - it brings more troubles than
> advantages. The only advantage of "owned relationship" is to persist
> it under transactions - but you can achieve transactional behavior in
> more straightforward way.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to