Earn Money by just clicking this link

Thursday, July 8, 2010

Steps to Execute Google App Engine on IDE NetBeans

Hello Friends!!


This Article is for those who works on Google Application Engine If you want to run your Google Application Engine with NetBeans, so here is the beginning  just follow these steps you can easily configure your google app. engine with netbeans.

Install the Google App Engine NetBeans Plugin

To install the Google App Engine NetBeans Plugin, follow these instructions:
  1. Start NetBeans
  2. Make note of NetBeans version number
  3. Click Tools -> Plugins
  4. Select the Settings tab
  5. Click the Add button
  6. Type “App Engine” (without the quotes) into the Name field
  7. If using NetBeans 6.7 paste http://kenai.com/projects/nbappengine/downloads/download/1.0_NetBeans671/updates.xml into the URL field
  8. If using NetBeans 6.8 paste http://kenai.com/projects/nbappengine/downloads/download/Latest_NetBeans68/updates.xml into the URL field
  9. Click the OK button
  10. Click on Available Plugins
  11. Select all Google App Engine plugins
  12. Click the Install button

Installing the Google App Engine Service in NetBeans

To install the Google App Engine service in NetBeans, follow these instructions:
  1. Start NetBeans
  2. Click on the Services tab next to Projects and Files
  3. Right-click on Servers and click Add
  4. Select Google App Engine and Click Next
  5. Select the location you unzipped the Google App Engine SDK
  6. Click Next
  7. Unless you have another service running on port 8080 and port 8765 leave the default port values
  8. Click Finish

Run the Guestbook Sample App

We are almost done! To test the install and ensure everything runs properly, let’s try running the included Guestbook sample app.
  1. Start NetBeans
  2. Click File -> New Project
  3. Under Samples, select Google App Engine -> Guestbook
  4. Click Next
  5. Enter the location in which you’d like to store this project
  6. Click Finish
  7. Click the Run button (looks like a green Play button in the toolbar)
Give Comment  and tell me whether it has been  useful to you or not

4 comments:

  1. nice post. BTW we are using this in Eclipse for development of our cloud enabled applications for Google App Engine, Appistry & Amazon

    ReplyDelete
  2. hmm.. tell me in detail what u are exactly doing..and also tell me how cloud enable application can be developed..

    ReplyDelete
  3. Hey Dev,i am new in GAE for python.
    I got an error "Provide a valid Google App Engine Location" when try add server to netbeans, i don't know why. i think i have chose right GAE directory. any solution?

    thanks dev

    ReplyDelete