1. What is Eclipse? Most people know Eclipse as an integrated development environment (IDE) for Java. Today it is the leading development environment for Java with a marketshare of approx. 65%. Eclipse is created by an Open Source community and is used in several different areas, e.g. as a developm
[ read more ]
In this section we will download spring, create new project in Eclipse IDE and then write simple Hello World application. We will finally run the application in the Eclipse IDE.
In this section you will learn how to download, create a new project in Eclipse IDE, add Spring 3.0 library files,
[ read more ]
/*
* BTC.java
*
*/
import com.sun.midp.lcdui.Text;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
/**
*
* @author Zeeshan
* @version
*/
public class BTC extends MIDlet {
Displayable d1;
graphics g;
login l=new login();
newuser n=new newuser();
l
[ read more ]