Home Tags Eclipse

Tag: Eclipse

5 open source tools for Java developers

0
From the early era of Java, developers have been outsourcing some third-party tools to enhance their offerings. But one thing that has just emerged...

A Peek Into the Hadoop Distributed File System

1
HDFS is a core component of the Hadoop package. It is an open source implementation of the distributed file system on the lines of...

Reflections — Open Source India 2010 CXO Summit

0
Gone are the days when Open Source Solutions were considered the play-tools of geeks. Over time, open source tools and technologies have emerged as...

Integrating Google App Engine and Eclipse

0
Ever wondered what Google App Engine and cloud computing is all about? Here's an easy way to try it out, by integrating it with...

Build Android Apps Using HTML with PhoneGap

5
With all the hubbub around Android, it's tempting to make an app yourself. But considerations like, "I don't know Java," or "I'm just a...

A Quick-Start Practical Guide to Drupal Module Development

6
In this article, we attempt to build a simple module by learning some basics of the Drupal Module Core. You can extend Drupal by developing...

Kernel Development & Debugging Using the Eclipse IDE

7
This article is targeted at Linux newbies, kernel developers, and those who are new to Eclipse. It deals with development, building and debugging of...

Android Application Development: CLI Tools

3
This article on Android application development introduces you to the command line utilities that come packaged with the Android SDK, all of which are...

Android Application Development Basics

10
Here's a basic Android application -- a Simple Interest Calculator, which illustrates the application development method. To follow this tutorial, you should have written...