Info |
---|
Help is available by sending an email to csf-support@mit.edu Have any suggestion on how improve this wiki? Please give us your feedback at csf-support@mit.edu |
UNDER CONSTRUCTION
...
{color:green}Help is available by sending an email to [mailto:csf-support@mit.edu]{color}
{color:green} If you need help setting up Eclipse, SVN, OC4J, Maven, ES Projects etc., then you're found the right place.{color}
panel If you need help setting up Eclipse, SVN, OC4J, Maven, ES Projects etc., then you're found the right place. |
Anchor |
---|
| About this TAB |
---|
| About this TAB |
---|
|
About this TABindent |
---|
| 1 | 1
The
topics
presented
in
this
TAB
are
primarily
designed
for
the
software
developer
who:
# - is
- a
- new
- hire
- and
- needs
- to
- configure
- his/her
- workstation,
- or
# - has
- a
- new
- workstation
- and
- needs
- to
- get
- it
- configured,
- or
# - has
- a
- need
- for
- a
- Maven
- WAR
- or
- JAR
- artifact
- which
- is
- not
- related
- to
- an
- on
- going
- ES
- project
- (e.g.
- A
- Proof
- of
- Concept
- project)
.
- , or
- has a need to add a new artifact (WAR or JAR) to an existing ES project.
Panel |
---|
Anchor |
---|
| Workstation configuration |
---|
| Workstation configuration |
---|
|
Workstation configurationindent11
h4. General
* [Install Java JDK | Install Java JDK]
* [Install the Oracle OC4J - General
| Install the Oracle OC4J 10.1.3.5 standalone server]
* [Install Maven | Install Maven]
h4. Eclipse
* [Eclipse Installation and Configuration | Eclipse Installation and Configuration]
\\
\\
** [Eclipse - Download and Installation | Eclipse Installation and Configuration#Eclipse - Download and Installation]
** [Eclipse - Java JDK installation and configuration | Eclipse Installation and Configuration#Eclipse - Java JDK installation and configuration]
** [Eclipse - Subversion installation and configuration | Eclipse Installation and Configuration#Eclipse - Subversion installation and configuration]
** [Eclipse - OC4J server installation and configuration | Eclipse Installation and Configuration#Eclipse - OC4J server installation and configuration]
** [Eclipse - Maven installation and configuration | Eclipse Installation and Configuration#Eclipse - Maven installation and configuration]
** [Eclipse - m2e Subversive Connector installation and configuration | Eclipse Installation and Configuration#Eclipse - m2e Subversive Connector installation and configuration]
- Eclipse Indigo - Eclipse IDE for Java EE Developers
- Eclipse MyEclipse
|
Panel |
---|
Anchor |
---|
| Education Systems Maven projects |
---|
| Education Systems Maven projects |
---|
|
Education Systems Maven projectsAn Education Systems (ES) project will typically consist of 2 Maven artifacts. These Maven artifacts are: indent | 1 | 1 |
1. - Only
- one
- Maven
- WAR
- artifact
- which
- contains
- all
- the
- WEB
- facing
- (i.e.
- jsp's,
- controllers,
- css,
- js,
- ...)
- components
- of
- the
- ES
- project.
2. At least one Maven JAR artifact which contains all the support - At least one Maven JAR artifact which contains all the support (i.e.
- services,
- daos,
- hibernate
- mapping,
- ...)
- components
- of
- the
- ES
- project.
The following are the instructions on how the create and configure an ES Maven WAR or Maven JAR project.
Picking a projectName and a projectArtifactId - Selecting names for your project
- How to create an ES Maven
WAR - JAR project using the
WAR - JAR template
- How to customize the ES Maven
WAR - JAR project pom.xml
- How to create an ES Maven
JAR - WAR project using the
JAR - WAR template
- How to customize the ES Maven
JAR - WAR project pom.xml
The following are instructions on how to writing unit tests
- Using the unit test base class
Panel |
---|
Anchor |
---|
| Available for downloading |
---|
|
|
panel | Available for downloading |
---|
|
Available for downloading- MAC plugin for managing Environmental Variables
- project.properties
Maven settings.xml serverTrustStore.jks - (right click on this link then select Save target as.... Navigate to your ${user.dir}/<projectName> directory and click Save)
- settings.xml (right click on this link then select Save target as.... Navigate to your ${user.home}/.m2 directory and click Save)
This link contains instructions on how to configure the settings.xml file. - Other keystore downloads
|