[appengine-java] Re: Real-Time Log Delivery Via XMPP

2010-12-06 Thread Dan Billings
PS for whatever reason that link isn't working for me. On Dec 6, 5:17 pm, Dan Billings wrote: > nice writeup! > > On Dec 1, 12:59 pm, Stephen Johnson wrote: > > > > > > > > > I'm not sure if anyone is interested in this type of capability but I

[appengine-java] Re: Real-Time Log Delivery Via XMPP

2010-12-06 Thread Dan Billings
nice writeup! On Dec 1, 12:59 pm, Stephen Johnson wrote: > I'm not sure if anyone is interested in this type of capability but I had a > use for it for my own debugging and monitoring purposes so I thought I'd > share what I came up with especially since people seem to be losing their > logs or a

[appengine-java] Re: Professional Google App Engine Programming with Java book

2010-12-06 Thread Dan Billings
Interesting. I guess one of the drawbacks of such fast-moving tech is that books from 2009 are already outdated! On Nov 30, 9:56 am, Didier Durand wrote: > Read it: full of very interesting stuff that you don't find elsewhere > on the web! > > On Nov 30, 4:48 pm, Tommy Fannon wrote: > > > > > >

[appengine-java] Re: ClientLogin > Service name required if all I want is datastore access?

2010-09-06 Thread Dan Billings
The answer is "ah," which does not log in to any services On Sep 3, 3:34 pm, Dan Billings wrote: > I just want to have access to the User object on the server-side, but > I don't need access to any of the servers. > > I the service name required?  The documentation s

[appengine-java] ClientLogin > Service name required if all I want is datastore access?

2010-09-03 Thread Dan Billings
I just want to have access to the User object on the server-side, but I don't need access to any of the servers. I the service name required? The documentation says it is, but this seems so basic it may be possible. -- You received this message because you are subscribed to the Google Groups "

[appengine-java] Re: About Google App Engine & Google API

2010-07-20 Thread Dan Billings
Start with the documentation, it includes tutorials. If you have specific problems that haven't been answered before, ask here. On Jul 19, 3:57 am, Tan Duy wrote: > Hi there, > Now, I think that I should create an application on GAE. > It will list some libraries on Google Map. We can search, lo

[appengine-java] Re: What would you recommend: Objectify or Twig?

2010-06-15 Thread Dan Billings
+1 Objectify On Jun 15, 11:25 am, Simon wrote: > There's a big thread > athttp://groups.google.com/group/google-appengine-java/browse_thread/th... > where the authors of the two frameworks discuss the respective > benefits of their frameworks, for different scenarios.  It's probably > worth havi

[appengine-java] WebSockets

2010-03-12 Thread Dan Billings
Has anyone had any success implementing a Java websockets server on GAE? -- 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-j...@googlegroups.com. To unsubscribe from this group, s

[appengine-java] Core Value Types a benefit?

2009-09-16 Thread Dan Billings
I'm noticing a list of "Core Value Types" listed in the Datastore Guide. Are there any benefits of using these (besides being supported) vs. any other Serializable class? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro