[appengine-java] Re: Authorize.net compatibility

2011-02-21 Thread Alexander Maslov
Yeah, Apache HTTP Client library is used in net.authorize.HttpClient class. 
It should not be hard to update this class to use Url Fetch service.

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



[appengine-java] Re: Can't GET with parameters

2011-02-20 Thread Alexander Maslov
In other words, you are asking Google to support something that is out of 
standard. If each software developer will not respect any standards, then 
everything will become incompatible. Really wrong way to go. If you want to 
include any data in body, then it's definitely POST, not GET request.  

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



Re: [appengine-java] Re: Subject: Java documentation updated to use low-level API for example code

2011-01-13 Thread Alexander Maslov
A lot of people were talking about moving data from Master/Slave to HR 
taking to much time. I was thinking about usage of Async datastore calls to 
make things several times faster.

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



[appengine-java] Re: Subject: Java documentation updated to use low-level API for example code

2011-01-13 Thread Alexander Maslov
Thanks for updated Docs. AsyncDatastoreService is really nice thing to have. 
One question: how many concurent async operations are possible? Is there any 
limit?

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