[appengine-java] Re: old tutorials still available?

2011-05-13 Thread Fredrik Bökman
t;old tutorial" version. Of course, it would also be interesting to know if GAE is moving away from JDO, and if that is the reason for changing the tutorial. Thanks for the reply, Fredrik -- You received this message because you are subscribed to the Google Groups "Google App Engine

[appengine-java] old tutorials still available?

2011-05-12 Thread Fredrik Bökman
getting started" tutorial with JDO available? /Fredrik -- 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, s

[appengine-java] No code support for JSP pages using the Google Plugin for Eclipse?

2011-01-10 Thread Fredrik
b Projects it works but is there anyway to get it to configure it to work for the Google Plugin as well? Thanks, Fredrik -- 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

[appengine-java] Problem logging in to App Engine and problem creating a 2nd app.

2011-01-04 Thread Fredrik
letely stuck. Does anyone know what's going on? Thanks, Fredrik -- 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 gro

Re: [appengine-java] Unable to start embedded HTTP server, AccessControlException

2010-03-24 Thread Fredrik Bökman
Thanks, I will try that and get back with the results, unfortunately not until next week when I get back to work. Obviously, I should read up on the system variables, and java.io.File.createTempFile. /Fredrik 2010/3/24 Toby Reyelts > Try setting the system property, "java.io.tmpdir&quo

[appengine-java] Unable to start embedded HTTP server, AccessControlException

2010-03-24 Thread fredrik
hs or security managers to solve this? Thanks, Fredrik Initializing AppEngine server Unable to start embedded HTTP server java.security.AccessControlException: access denied (java.io.FilePermission C:\DOCUME~1\fbn\LOCALS~1\Temp \test6955907102366770769.policy delete)

[appengine-java] "request was aborted..." and slow DB operations

2010-01-02 Thread fredrik
l db store similar enough to the live datastore so that profiling the app locally will yield an realistic indication on live performance? Thanks for any help! -Fredrik [1]: ... PersistenceManager pm = PMF.getPM(); Query q = pm.newQuery("select from "+Subscriber.class.getName()+" where