Hi systemsplanet,

> - Having to run the Annotation pre-processor as part of the IDE (will
> that work with maven-command line?)

Yes.
See http://sites.google.com/site/slim3appengine/maven

> - Global transaction performance. The Slim3 site shows much faster
> times than I'm seeing
>   http://sites.google.com/site/slim3appengine/

The performance depends on app engine condition.

> - What happens when a global transaction fails? Can it be detected
> when it occurs so the user can be notified?

If a global transaction fails before commit, it will be rolled back.
If a global transaction fails after commit, it will be rolled forward
by task queue.

> - Is it using undocumented Google APIs?
>
No.

Yasuo Higa

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