工作两周的一点感悟

来源:互联网 发布:淘宝店铺运营计划 编辑:程序博客网 时间:2024/05/19 11:46

1。Eclipes +JBoss开发环境的的快速拷贝

前提,你已经有一台配置好的干净的开发环境。

 

1.Introduction
This file tends to help you to deploy and configure a dev environment for development in a new PC quickly and efficiently. There is an available dev at\\your_server_name\sourcefolder, please follow the below steps.
2.Install JDK1.5
Install JDK1.5 into the folder named C:\Program files\Java\JDK150, and install JRE1.5 into the folder named C:\Program Files\Java\jre1.5.0_09
opy files
3.Copy three folders named dev, JBoss-4.2.1.GA and Eclipse from\\your_server_name\installed folder to your local D drive, do not change the names of these folders.
Confirm the following information in the file D:\Eclipse\configuration\.settings\ org.eclipse.ui.ide.prefs:
RECENT_WORKSPACES=D\:\\source_installed_workspace
4.Configure the system variables
Open control panelsystemadvancedEnvironment variables
Add three system variables below,
JAVA_HOME= c:\program files\java\jdk150
PATH= .;%JAVA_HOME%\bin;%JAVA_HOME%\jre1.5.0_09\bin;
CLASS PATH=.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\dt.jar;

2。Eclipse的debug选项设置为warning,这样Jboss才可以在开发环境中热启。

 

3。随手生成文档,可读性要良好。

 

4。有问题多沟通,可以技术,不能宅。:)