Friday, March 27, 2009

Set up environment for building Orkut app on Eclipse

If you planning to start developing app for Orkut and have no clue on from where to start. Here is where you can go ahead with. I was setting up the environment today to develop Orkut app using Eclipse and sharing here my experience with all the steps gathered at one place.

First of all, if you have read my intro blog, I am not at all a JAVA person. So you might be wondering why Eclipse? That’s because, I cannot use .NET to develop Orkut apps. But I know C# and in my school have learned core java, so I hoping that it would be bit easier to work with Eclipse.


To start with the first thing that I need to have was Eclipse set up on my PC. I had Eclipse already installed on my PC so can proceed. If you don’t have it already installed you can download it here.

Once you have Eclipse set up, follow the following steps to set up an environment for Orkut app development:

  1. Open Eclipse IDE
  2. Open Software Updates dialog from Help -> Software Updates
  3. Go to the Available Software tabs and click on Add Site button on right.
  4. Specify the Location as http://m2eclipse.sonatype.org/update-dev/ and click OK.
  5. After you add the site, you will see the plug-in Maven Integration for Eclipse Dev Update Site item added to the Available Software list.
  6. Select Maven Integration from the list and click Install
  7. Follow the steps for installation and restart Eclipse after the installation.
  8. After you restart Go to the Software Updates dialog again and add site http://opensocial-development-environment.googlecode.com/svn/update-site/site.xml.
  9. Follow the same steps as done for Maven Integration for Eclipse to install the Open Social plug-in.
  10. Restart Eclipse after the installation.
Following the above steps will make your Eclipse IDE ready to develop Orkut Applications.


To try out a sample Orkut App project, check out http://code.google.com/p/opensocial-development-environment/wiki/QuickStart

The developers guide for creating Orkut Applications is available here.

Add to Technorati Favorites

No comments:

Post a Comment