Presentation is loading. Please wait.

Presentation is loading. Please wait.

Build Application with Professional Open Source How to Build Development Toolset With Open Source Octopus

Similar presentations


Presentation on theme: "Build Application with Professional Open Source How to Build Development Toolset With Open Source Octopus"— Presentation transcript:

1 Build Application with Professional Open Source How to Build Development Toolset With Open Source Octopus Bebabm@vip.sina.com http://www.cnblogs.com/genericbrain We build it,then it comes

2 Build Application with Professional Open Source Agenda Java 2 and J2EE Using JBoss as Application Server Using Eclipse as IDE Using Lomboz for J2EE Development Using Ant as Building Tool Using JUnit Framework for Unit Test Using CVS as Version Control Tool Using JavaDoc to generate document

3 Build Application with Professional Open Source Section 1 Java 2 and J2EE

4 Build Application with Professional Open Source Install J2EE SDK 从 Sun 公司免费下载 解压缩 j2eesdk-1_4-dr-windows.zip ,执行安装程 序后,设置环境变量。 假设安装目录为 D:\Sun ,在环境变量中添加以下变量: Java_Home 变量值: D:\Sun\jdk classpath 变量值:.;D:\Sun\jdk\lib\tools.jar;D:\Sun\jdk\lib\dt.jar;D:\Sun\jdk\bin 在 Path 变量中添加 : D:\Sun\jdk\bin;.;D:\Sun\jdk\lib;

5 Build Application with Professional Open Source Section 2 Using JBoss As J2EE Server

6 Build Application with Professional Open Source Using JBoss as Application Server www.jboss.org We choose to use the Jboss 3.2.5 as the J2EE Application Server. JBoss 安装 :解压缩 JBoss 3.2.5.zip 文件到本地,假 设 bin 所在目录为 F:\JBoss\jboss-3.2.5\bin ,在环境 变量中添加变量名: JBoss_Home ,设置变量值: F:\JBoss\jboss-3.2.5 即可。 执行 F:\JBoss\jboss-3.2.5\bin\Run.bat 即可启动 JBoss 服务器。 http://localhost:8080/jmx-console/index.jsp 访问 JBoss 的 jmx 控制管理界面。

7 Build Application with Professional Open Source Running as a Service On a Windows system, you can use a utility like Javaservice which is freely available from http://www.alexandriasc.com/software/JavaService/index.html

8 Build Application with Professional Open Source Using Tomcat as the Web Container http://jarkata.apache.org/tomcat/index.html JBoss 3.2.x now comes with Tomcat 4.1.x as the default web container.

9 Build Application with Professional Open Source Using JBoss As J2EE Server I will discuss more deeply on administration and development on JBoss in next time. How to administrate JBoss? How to develop J2EE application on JBoss? What is Jboss’s Micro-Kernel based architecture ? What is JMX ?

10 Build Application with Professional Open Source Section 3 Using Eclipse as IDE

11 Build Application with Professional Open Source Using Eclipse as IDE Eclipse can be free downloaded from www.eclipse.org. www.eclipse.org Eclipse is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular. We choose Eclipse 3.0 as our Java IDE. How to Install Eclipse : 解压缩 eclipse-SDK-3.0- win32.zip ,即可。 How to Run Eclipse : 直接执行 eclipse.exe 即可启动。 Eclipse is based in Micro-Kernel Architecture. Plug-ins developed by third -party can be integrated by Eclipse in a quite easy way.

12 Build Application with Professional Open Source Using Eclipse as IDE The best way to learn Eclipse is running the Eclipse and try to program with it’s features. I will point out some features here with demo. How to install plug-ins for Eclipse? What is Perspective? How to customize the Perspective? How Eclipse supports Refactoring? Local History and Diff document generation What useful tools has been integrated by Eclipse and how to use them? Ant building tool ( later to discuss it ) JUnit Framework ( later to discuss it ) CVS Client ( later to discuss it ) Example : install JBoss-IDE plug-in

13 Build Application with Professional Open Source Using Eclipse as IDE I will not discuss deeply on how to use Eclipse. We will get experiences on how to use it during our programming practise. We can share skills and tips of using Eclipse.


Download ppt "Build Application with Professional Open Source How to Build Development Toolset With Open Source Octopus"

Similar presentations


Ads by Google