to work GAE-Java Projects with Netbeans IDE until version 6.9 we had the support of kenai.com, but really worth noting that Kenai is no longer provided adequate support to their plugin and the updates constants of SDK for Java of Google App Engine, so several times we were looking for and reviewing several alternatives, and the most suitable we find is the following:
it's possible obtain a good plug-in for Netbeans 7.3 and GAE Java SDK v.1.8.x from this repository: https://github.com/Valery-Sh/NbAppEngine with this plug-in, GAE projects like guestbook sample or new personal projects are running very fine.. method of use: 1. delete completely App Engine server of your Netbeans (I had to reinstall Netbeans to remove the service completely, but there must be a way to do it) 2. download plug-in from : https://code.google.com/p/nb-gaelyk-plugin/downloads/detail?name=nbappengine-7.3-gae1.8.x.zip to any folder.. 3. install plug-in : Tools / Plugins / Downloaded 4. verify update of plugins.. 5. create a new server appengine with version 1.8.x of SDK for Java 6. create a new JavaWeb project for running on appengine server and/or testing guestbook sample.. <https://lh6.googleusercontent.com/-vIY7AyHkb5w/Ua7SW-HgapI/AAAAAAAADBc/5TfAesmNTQA/s1600/Netbeans7.3.jpg> my test about this : http://goo.gl/Vhz1k (language: es, with translate options) best & happy coding ! @Mlaynes http://mlaynessanchez.blogspot.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
