-
Notifications
You must be signed in to change notification settings - Fork 6
Integration with Objectify #7
Comments
Kindly integrate with objectify |
I think it's a really great idea! |
Objectify is now on Google’s official documentation (https://cloud.google.com/appengine/docs/java/gettingstarted/usingdatastore#setting_up_objectify) On Jul 10, 2015, at 6:56 AM, Marcos Alexandre Vidolin de Lima notifications@github.com wrote:
|
The only question would be, Doco would only be used in conjunction with Objectify (Datastore)? My project can use another database like MySQL. |
That’s a good point. I’d not overhaul doco completely. On Jul 10, 2015, at 7:11 AM, Marcos Alexandre Vidolin de Lima notifications@github.com wrote:
|
This seems like a good idea. Doco being the core of Docofy (great name). Perfect! |
I think we should build Doco on top of Objectify. Converting POJO to Document is necessary but converting Document back to POJO is kind of useless because we don't have all the fields in Document. On the other hand, if we integrate Doco with Objectify, we can do following:
Since, Ofy is used extensively already, we can hope for much higher adoption (and contribution) which will make doco even better.
Let me know your thoughts on this.
The text was updated successfully, but these errors were encountered: