J2EE is very good. As a development environment, if you use a classic configuration: JBuilder WebLogic Oracle, it is very comfortable, but the price is amazing. This configuration is mainly for large or ultra-large applications, hardware requirements are also high, and is not recommended for domestic small and medium-sized applications.
The Eclipse recommended by this article is an extensible open source IDE. In November 2001, IBM donated a $ 40 million source code to build an Eclipse alliance, and the alliance was responsible for subsequent development of this tool. Eclipse's biggest feature is that it accepts open source plugins written by Java developers, similar to Microsoft's Visual Studio and Sun Microsystems's NetBeans Platform. Eclipse provides better flexibility for tool developers, enabling them to better control their software technology. The Eclipse Alliance has now published its 3.0 software. This is a very popular Java development tool, but its shortcomings are more complicated. It is more difficult to understand the beginners. I also encountered some problems in my beginners, I checked a lot of information, I can do it slightly, so I believe there will be a lot of friends, so I will put me some of my operations and communicate!
My development environment is Eclipse3.0 myeclipse3.8.1ga Tomcat5.0 mysql, first you have to download the following software: (myeclipse3.8.1g is commercial software)
1.ECLIPSE3.0:
http://www.eclipse.org/
2. MYECLIPSE3.8.1GA:
http://www.myeclipseide.com/downloads (required registration)
3.Tomcat5.0 4.mysql (everyone download)
After downloading the above software, began to install:
1. Unzip Eclipse-SDK3.0, I decompressed to D: / Eclipse, then run Eclipse.exe automatically installed (set environment variable eclipse_home);
2. Install myECLIPSE3.8.1GA (first to register, download a registrar to get it, remember Subscriber, Subscription Code, will be used later) [Note: Cool maps, please refer to the help documentation of MyECLIPSE, or
http://www.delphibbs.com/keylife/iblog_show.asp?xid=4727]
3. Install Tomcat 5.0 and MySQL;
4.
http://www.delphibbs.com/keylife/iblog_show.asp?xid=4727 has been very clear in the establishment of a web project, I will not say more here, and the database connection test is performed.
5. Must download MySQL driver, then select MMMSQL Driver under Window-> Database Explore-> Driver, click EDIT to appear file selection box, find the mysql driver you downloaded, OK, you will It is found that there is a blue pair in front of MMMSQL Driver, indicating that you have already set;
6. Test: Window-> show view-> other-> myeclipse_> dbbrowse, you will display dbbrowse in the main form, point New, create the Create New Profile dialog, fill in your MySQL corresponding information, OK, then right click Your created profile, choose Open Connection, the mysql's stuff will appear. It is better to set up the database-based web application! About MyEclipse3.8.1GA: It supports Struts, JSF, Hibernate, and J2EE Deployment, (without downloading support Struts, JSF, Hibernate plug-in), then say!
About Eclipse 3.0 Development J2ME, Web Project based on (Database / Struts / Hibernate) will be given later!
Note: I originally original, if you need to reprint, please let me
Yq76034150@sohu.com