Hey, 1. Nope, I don't see any problem with discussing it now. We're already talking about it, so it'd be more confusing if we moved the thread to a different group.
2. There IS a Netbeans GAE plugin! It's not "officially" supported, but I've used this in the past with great success: http://kenai.com/projects/nbappengine/pages/Home <http://kenai.com/projects/nbappengine/pages/Home> http://rocky.developerblogs.com/tutorials/getting-started-google-app-engine-netbeans/ <http://rocky.developerblogs.com/tutorials/getting-started-google-app-engine-netbeans/>With Netbeans, just "Debug" your project. This'll allow you to hot reload classes, set breakpoints, watches, etc. Netbeans, like Eclipse, supports incremental compile on save, which is amazing. In my experience, Netbeans also has an awesome HTML JavaScript editor and probably the best profiler of all the IDEs. I'm honestly surprised it's not more popular. On Thu, Jan 21, 2010 at 11:31 AM, Ian Marshall <[email protected]>wrote: > 1. Let me know if I should continue this thread on the GAE/J group > since we're talking Java. I so, I'll open one up. > > 2. I launch my app during my local dev server and datastore using the > Microsoft Windows commands: > > cd "\Program Files\Google\App Engine\appengine-java- > sdk-1.3.0\bin" > > dev_appserver.cmd "\Documents and Settings\[path elements] > \Google App Engine\war" > > where the "war" folder contains all my built deploy-ready stuff > (including my enhanced persistence classes). My IDE is NetBeans 6.7.1 > (using Java). I don't think that I can run the GAE dev web server in > the NetBeans debugger, since there is no NetBeans GAE plug-in of which > I am aware - just one for Eclipse. > > If I am wrong, I would be delighted to hear it! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > > > -- Ikai Lan Developer Programs Engineer, Google App Engine--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
