Você está na página 1de 2

Lab software for IS

Main changes: Update to eclipse 3.7.2 and JBoss 7.1.1 (for most things JBoss 7.0.2 from last term will work as well)
1. 2. 3. Fedora 15 , Windows Server 2008, and Windows 7 client. Client software that follows installed on Windows 7 client and Fedora. On windows, install applications in a directory with no spaces, such as c:\apps

For windows client: 1. Java 1.6.0_30JDK, with JAVA_HOME environmental variable pointing to this (see
http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html ) 2. Jboss 7.1.1.Final with JBOSS_HOME environmental variable pointing to this (see http://www.jboss.org/jbossas/downloads ) 3. Maven 3.0.3 (http://maven.apache.org/). Installation instructions are at http://maven.apache.org/download.html#Installation. 4. Msysgit 1.7.8 (http://code.google.com/p/msysgit/) 5. Mysql (5.5.19 is current version) see http://www.mysql.com/downloads/ 6. Mysql Connector/J 5.1.18 (http://dev.mysql.com/downloads/connector/j/) unzipped into apps directory. 7. Open Office 3.3.0 (http://www.openoffice.org/) 8. Eclipse EE 3.7.2 Java EE version (http://eclipse.org/downloads/) with following addons a) checkstyle (update-site http://eclipse-cs.sf.net/update) b) JBoss tools 3.3.0 Beta 1 ore (http://download.jboss.org/jbosstools/updates/development/indigo/ ) c) EGIT 1.0.0 (http://download.eclipse.org/egit/updates). Select EGit and JGit. d) Configure eclipse preferences as below. 9. cygwin (include git for cygwin) 10. MS Visual Studio 2010 get from Medhat 11. MS SQL server (R2?) - get from Medhat 12. MS Office Professional 2010 13. Oracle Virtual Box version 4.1.2 with the Virtual Box version 4.1.2 extension pack.

For Linux:
1. 2. 3. 4. 5. 6. 7. 8. Java 1.6.0_30 JDK, with JAVA_HOME defined Jboss 7.1.1.Final with JBOSS_HOME defined Maven 3.0.3 (http://maven.apache.org/) git (http://git-scm.com/download, try RPM) Mysql (5.5.19 is current version) Connector/J 5.1.18 Open Office 3.3.0 (http://www.openoffice.org/) Eclipse EE 3.7.2 Java EE version (http://eclipse.org/downloads/) with following addons checkstyle (update-site )http://eclipse-cs.sf.net/update JBoss tools 3.3.0 Beta 1 core (http://download.jboss.org/jbosstools/updates/development/indigo/ ) EGIT 1.0.0 ( http://download.eclipse.org/egit/updates). Select EGit and JGit. Configure eclipse preferences as below. Oracle Virtual Box version 4.1.2 with the Virtual Box version 4.1.2 extension pack

a) b)
c) d) 9.

Eclipse configuration after plugins installed:


Open the eclipse preferences window: Window > preferences. Click on Java>Installed JREs, make sure the default JRE has picked up a JDK (the location should be the same as JAVA_HOME). Under Java>Compiler>Errors/Warnings, under potential programming problems, change Serial class without serialVersionUID to ignore. Under Java>Code Style>Formatter, set up following coding style: By the active profile, click Edit, enter Standard for the name. Change Tab policy to Spaces only, and both indentation size and tab size to 4. Click OK to close the edit window. Under Server>Runetime Environment, click Add, check Create a new local server, under Jboss Community,

select Jboss 7.1 runtime, click Next, and click on the browse button for the Home Directory and navigate to your JBOSS_HOME directory. Leave the default configuration selected and click finish, then OK to close the properties window. You may get a warning about doing a full rebuild, if so, click yes. You should see a Servers tab on the bottom with JBoss 7.1 Runtime Server highlighted. Select this tab and click on the green button to start the server. Look at the console window that appears for any errors. Open a browser and go to URL http:localhost:8080. You should see a JBoss page.

Você também pode gostar