J2EE platform construction and data download address

Source: Internet
Author: User
Tags mysql text version control system

J2EE platform construction materials:
1. jdk1.4, jdk1.6, and jdk7 download
address:
http://java.sun.com/j2se/1.4.2/download.html
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewFilteredProducts-SingleVariationTypeFilter
http://download.java.net/jdk7/
2. tomcat5.0.28 download
address:
http://tomcat.apache.org/download-55.cgi

after the above two items are installed, set the environment variable to:
jave_home : C: \ j2sdk1.4.2 _ 10
tomcat_home : C: \ Program Files \ Apache Software Foundation \ tomcat5.0
catalina_home : c: \ Program Files \ Apache Software Foundation \ tomcat5.0
classpath : C: \ j2sdk1.4.2 _ 10 \ Lib \ DT. jar; C: \ j2sdk1.4.2 _ 10 \ Lib \ toos. jar
path : C: \ j2sdk1.4.2 _ 10 \ bin; (the PATH environment variable already exists. Therefore, you can add the content of this row to the beginning)
3, eclipse platform components
eclipse SDK: eclipse-SDK-3.x-win32.zip
address:
http://download.eclipse.org/eclipse/downloads/

Eclipse SDK Language Pack:
NLpacke1_FeatureOverlay-eclipse-SDK-3.1.1.zip
NLpacke1-eclipse-SDK-3.1.1a-win32.zip
Version 3.2 is provided here (other versions can be found separately ):

Http://ftp.jaist.ac.jp/pub/eclipse/eclipse/downloads/drops/L-3.2_Language_Packs-200607121700/NLpack1-eclipse-SDK-3.2-win32.zip

4, Tomcatplugin plug-in : Tomcatpluginv31.zip
:
Http://download.gro.clinux.org/beansoft/tomcatPluginV31.zip
(Plug-in installation: Put the plug-in another directory, and then use a configuration file to tell eclipse where to find the plug-in.
First, create plugins_dir under D: \ eclipse to save the plug-in. Create the tomcatplugin directory in plugins_dir, create eclipse in it, create Plugins in it, and decompress tomcatplugin to this plugins. In fact, the plug-in is located at D: \ eclipse \ plugins_dir \ atatplugin \ eclipse \ plugins \ COM. sysdeo. eclipse. tomcat_3.2.1 then create D: \ eclipse \ links and create a tomcatplugin. the START file contains the following content: Path = plugins_dir/tomcatpluginv321 and then start eclipse. You will see three CAT buttons on the toolbar, and the "Tomcat" menu will also appear in the main menu, the plug-in is successfully installed. Next, configure the Tomcat plug-in. In eclipse, open window-> preferences, and select Tomcat from the tree menu on the left to view the configuration interface. Select Tomcat 5.x, specify Tomcat home to D: \ wwwroot \ Tomcat 5.5, and set context declaration mode to server. xml. )
5, Resourcebundleeditor plug-in : Resourcebundleeditor_v0.7.4.zip
:
Http://prdownloads.sourceforge.net/eclipse-rbe/ResourceBundleEditor_v0.7.4.zip? Download
Mainly used for character conversion
6,Myeclipse plug-in : For eclipse3.0.x (for other versions)
:
Http://www.myeclipseide.com/index.php? Name = downloads & Req = viewsdownload & SID = 6

Localization and integration of acquired Components
(1) combine the eclipse folder under the NLpack1_FeatureOverlay-eclipse-SDK-3.1.1 and NLpack1-eclipse-SDK-3.1.1a-win32 into one (that is, the files under one of the eclipse/features folder are cut to another eclipse/features folder .)
(2) create a language folder under the eclipse root directory and cut the merged eclipse folder to the language folder.
(3) create a links folder under the eclipse root directory and create a link under the links folder. link file, and then add a line of text in the Link file: Path = C:/Eclipse/language (Here C:/eclipse is the root directory of eclipse ).
(4)extract tomcatpluginv31.zip and cut all the files in the folder Resourcebundleeditor_v0.7.4 /Plugins directory, and then overwrite and paste the Plugins directory to the eclipse root directory.
Install and configure myeclipse
Follow the normal steps to install the SDK. After the installation is complete, delete the. settings folder in the configuration directory under the eclipse root directory.
The installation process is very simple. The following describes the Configuration:
In the eclipse toolbar, there is a computer chassis icon (a Green Arrow is displayed at the bottom left ),
Click "No enable servers available-select to view myeclipse Preferences"
This means that myeclipse does not have any web servers that can be referenced,
We just installed tomcat5.5, which can be used this time.
Click "No enable servers available-select to view myeclipse Preferences ",
In the pop-up dialog box, select:
Myeclipse-> application servers-> tomcat5
Select enable on the Right To activate tomcat, and select the home path of Tomcat: M: \ tomcat5.5.
After selecting, choose myeclipse> application servers> tomcat5> JDK.
Select the add... button on the right and select the correct JDK (Note: Not JRE ).
After all this is done, you can compile JSPProgram Now.
File-> New-> project...-> Web project
(File-> New-> project...-> myeclipse-> J2EE projects-> Web project)
Enter the project name, which is assumed to be hellojsp.
Right-click hellojsp-> webroot on the right side, and select JSP to create a JSP file.
Here we use the default myjsp. jsp file name generated by eclipse.
Finally, we need to deploy this project to a server Server:
Right-click and choose hellojsp> myeclipse> add and remove project deployments.
Click the Add button and select tomcat5, finish, and OK at the server.
You can start Tomcat directly from the eclipse toolbar,
Enter http: // 127.0.0.1: 8080/hellojsp/myjsp. jsp in the browser
To view the myjsp. JSP program. The webpage output is as follows:
This is my JSP page.
7,Hibernate download
Hibernate3.1.2
:
Http://prdownloads.sourceforge.net/hibernate/hibernate-3.1.2.zip? Download

8,Download mysql5.0
:
Http://dev.mysql.com/downloads/mysql/5.0.html#win32

Sqlyog is a graphical MySQL management tool, which is more convenient and intuitive than MySQL text interface. Developers can access the sqlyog Network
Download the free version sqlyog Free Edition. For details:

Http://www.webyog.com/sqlyog/SQLyog502.exe

9. InstallationSWT designerIt is a good eclipse SWT interface development plug-in package, different versions of eclipse should use the corresponding
The version of SWT designer, which supports drag operations on interface components, makes it easier to start interface design with it. Specifically:

Http://www.swt-designer.com/
Under
Http://www.instantiations.com/swt-designer/download.html
(Use eclipse3.0.1 and SWT designerv2.1.0ga
Version ).
10,LombozSimilar to myeclipse, lomboz is free and myeclipse is charged.
Lomboz:

Http://forge.objectweb.org/project/showfiles.php? Group_id = 97

11,XML buddy: XML file editor
:
Http://www.xmlbuddy.comb

12,Fat jar: Package the project plug-in to package the project support package and the project itself into a package.
:
Http://fjep.sourceforge.net/
13,Jinto: International plugin
:
Http://www.guh-software.de/
14,Jasperassistant: Report plug-in
Download URL:
Http://www.jasperassistant.com

15,Log4e: Log4j plug-in, which provides log4j quick operations. Log4j is used to input debugging information for a program.
:
Http://log4e.jayefem.de/index.php/Main_Page
16,Vssplugin: VSS client plug-in. vss is a version management system with the same name as CVS.
Download URL:
Http://sourceforge.net/projects/vssplugin
17,Implementors: When tracing methodCodeBy default, eclipse is switched to the interface class of the method class, and only
The method name has no code. This plug-in provides the function to trace the implementation code of the method, which is more practical.
:
Http://eclipse-tools.sourceforge.net/implements/

18,Call hierarchy: Displays the call level of a method. You can see which method it is called,
And the methods it calls are more useful tools for code tracing.
:
Http://eclipse-toos.sourceforge.net/call-hierarchy/
19,Hibernate Synchronizer: Hibernate plug-in, providing automatic hibernate ing and other operations.
Download URL:
Http://www.binamics.com/hibernatesync/
20,Profiler: Performance tracking, measurement tools, and programs that can be developed in B/S mode.
:
Http://sourceforge.net/projects/eclipsecolorer/
21,CVS version control system:
The emergence of SVN will soon replace CVs.
Http://www.march-hare.com/cvspro/


Http://cvsgui.sourceforge.net/download.html

Http://www.svn8.com/down/here is a full list of svn's

Http://jaist.dl.sourceforge.net/sourceforge/cvsgui/WinCvs2_0_9.zip

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.