|
JayCE[enterprise integration server] |
| | |
|
For compiling the Jayce-Sources you will need the following library's, tools and frameworks.
- Java SDK V 1.4 oder höher
- JAXB from Sun's Web Services
- Log4J for logging from the Apache.org homepage
- DB4O as internal database engine p.e. used by the default queues
Unpack the Source-Zip Archive in a folder of your choice. As a result you will receive a folder-structur like this one:
JAYCE/.externalToolBuilders/
JAYCE/src/
JAYCE/xml/
JAYCE/.classpath
JAYCE/.project
JAYCE/build.xml
JAYCE/config.xml
where the src-folder willl contains the java-src-files.
build.xml ist the ant-build file.
the build file uses jaxb for
External Jar's
You maybe will need different 3rd party jar's the compile and run JayCe if not already included in your classpath.
You can extract yourself a list of the needed jar's by taking a look in the .classpath file included in the source-archive.
external packages
- db4o - for the db4o queues. db4o is a obectoriented open source database db4o.com
- jaxb - included in sun's jwsdp (java web services developer package). needed for the xml-bindingsjava.sun web site
- log4j - logging api from the apache project apache.org
Compiling using Eclipse
JayCE is written using the Eclipse 2.1, so the easiest way to compile and/or develop the system is to import the source code in your eclipse IDE. The source archive contains the .project and .classpath file using by eclipse.
Becare of external jar's needed to compile.
|
|
|
|
 |