[appengine-java] Modeling for GAE

2010-05-23 Thread Julio Faerman
I really like the fast, schema-less datastore, and i would like to have that on my model objects. So, instead of using POJOs for Model/TO, i am using HashMaps. I have extended HashMap adding key and parent properties to have a one- to-one mapping with Entity. Using this approach, i gain: -

[appengine-java] RPC Alternatives

2009-11-15 Thread Julio Faerman
Hi, I would like to know what are the best alternatives to GWT RPC? I plan to build games, propably using Java FX, is there a RPC mechanism available for Java clients or i have do do it myself using HTTP client? Have anyone passed by something like this? -- You received this message because

[appengine-java] Object not persisted JDO

2009-11-02 Thread Julio Faerman
Hi, I am trying to persist an object using JDO, but the object is not beeing persisted to the datastore. Can anyone please help me understand why? Here is what i can see in the logs from the moment i .makePersistent() to the point EM is closed: [DataNucleus.Persistence] - Making object

[appengine-java] Re: Object not persisted JDO

2009-11-02 Thread Julio Faerman
Ops, i think the log got truncated. I published it here: http://docs.google.com/View?id=ddqrb56f_348c58jq6hg On Nov 2, 12:31 pm, Julio Faerman jfaer...@gmail.com wrote: Hi, I am trying to persist an object using JDO, but the object is not beeing persisted to the datastore. Can anyone please

[appengine-java] Re: JDO Best Practices

2009-10-30 Thread Julio Faerman
in advance On Oct 30, 12:07 pm, John Patterson jdpatter...@gmail.com wrote: I believe this exception is normal and not a problem.  It is logged at the INFO level for this reason.  Just ignore it. 2009/10/30 Julio Faerman jfaer...@gmail.com I could not see anything in the logs because

[appengine-java] Re: JDO Best Practices

2009-10-30 Thread Julio Faerman
Here is what the log reads: 22:29:41,776 DEBUG [DataNucleus.Persistence] - Making object persistent : br.com.ximp.vike.server.model.games.ww.ac...@d4ddfd 22:32:02,701 DEBUG [DataNucleus.Persistence] - ObjectManager internalFlush() process started - 1 dirty objects 22:32:02,701 DEBUG

[appengine-java] Re: java.lang.OutOfMemoryError when reading inbound mail on production

2009-10-29 Thread Julio Faerman
I solved it I was trying to parse a multipart message, but it was plaintext. Now i check the content type and parse accordingly. Tnx On Oct 29, 5:31 am, m seleron seler...@gmail.com wrote: Hi Does the problem still occur? Without any of the above settings Today, I invite you to feel like