Re: [google-appengine] Saving an entity from a Reducer invoking my DAO (DatastoreService.put)

2015-07-09 Thread Antonio Fornié Casarrubios
. It is fine to use something else. On Wed, Jul 8, 2015 at 7:34 AM, Antonio Fornié Casarrubios antonio...@gmail.com javascript: wrote: Hi all. I didn't find any answer or info for this: *Context*: Java Google App Engine project, using Datastore. For a certain kind, Sale, I save the entities in two

[google-appengine] Saving an entity from a Reducer invoking my DAO (DatastoreService.put)

2015-07-08 Thread Antonio Fornié Casarrubios
Hi all. I didn't find any answer or info for this: *Context*: Java Google App Engine project, using Datastore. For a certain kind, Sale, I save the entities in two ways: 1. From a typical SaleDAO#save(saleEntity) 2. During MapReduce, from my SaleReducer#emit(saleEntity) So I was