Jar Files
From Skyway Wiki
Downloads
The following table provides links to quickly and easily download a zip file containing all the jar files for a particular Skyway product.
| Downloads | Description |
|---|---|
| http://www.skywayperspectives.org/skyway/libs/skyway_ce_all.zip | Contains all jar files required to build and execute a Skyway CE application |
| http://www.skywayperspectives.org/skyway/libs/skyway_ee_all.zip | Contains all jar files (specific to EE) required to build and execute a Skyway EE application |
| http://www.skywayperspectives.org/skyway/libs/skyway_all.zip | Contains all jar files required to build and execute a Skyway EE application |
Libraries
The following table lists the different libraries installed by Skyway with a brief description of how these libraries are used by Skyway projects. Libraries currently cannot be downloaded, but a link is provided to the jar files that are included in the library. The individual jar files can be downloaded. If a library is required to build, then Skyway is generating code that explicitly references classes in one of the jar files included in the library. If a library is required to execute, then some third party library makes use of them. These libraries may also be effected by project level settings, like Persistence Manager and Transaction Manager as well as the Application Server you have selected.
| Library | Product | Build | Execution | Description |
|---|---|---|---|---|
| CE | No | Yes | Spring functionality depends on the jar files in this library. | |
| CE/EE | Yes | Yes | Generated code as well as code used by spring may make use of the jar files in this library. | |
| CE | No | Yes | Only required if you have selected atomikos as your transaction manager. We do not generate any atomikos specific code so this library is not required at build time. | |
| CE | No | Yes | This jar file is used to compile and execute groovy scripts at runtime. | |
| CE | No | Yes | Only required if you have selected hibernate as your persistence manager. We do not generate any hibernate specific code so this library is not required at build time. | |
| CE | No | Yes | ||
| CE | Yes | No | Contains the jar files that contain the servlet and jsp interfaces. These jar files are required to compile, but are not typically needed at runtime because most application servers provide them. | |
| CE | No | Yes | ||
| CE | Yes | Yes | ||
| CE | No | Yes | Only required if you are using postgres for your DAO. We do not generate any postgres specific code so this library is not required at build time. | |
| CE | No | Yes | ||
| CE | Yes | Yes | Contains skyway specific code that is required both during a build and at runtime. | |
| CE/EE | Yes | Yes | Spring library. | |
| CE | Yes | No | Library to facilitate JUnit testing from within your workspace. Thus, this library is not required at runtime. | |
| CE | Yes | Yes | ||
| EE | No | Yes | Libraries required to publish/consume web services created within skyway. We do not generate any cxf specific code so this library is not required at build time. | |
| EE | No | Yes | Libraries required to publish dwr services created within skyway. We do not generate any dwr specific code so this library is not required at build time. | |
| CE | Yes | Yes | ||
| EE | Yes | Yes | ||
| EE | No | Yes |
Jar Files
The following table lists the jar files used by Skyway projects. Each jar file can be downloaded which can be especially helpful when you are setting up a project to run on a specific Application Server.

