Code-O-Share provides simple and working examples that can be used for education
Be sure to read this entire document before you attempt to work with the Code-O-Share. It contains the following information:
-
Suggested Approach to the Code-O-Share: A suggested approach on how to work with the Code-O-Share.
-
System Requirements: List of software required to run the Code-O-Share.
We suggest you approach the Code-O-Share as follows:
- Regardless of your level of expertise, we suggest you start to understand the technologies involved to get how each example was implemented, configured and started correctly.
To run these Code-O-Share with the provided build scripts, you need the following:
-
Java 1.6, to run Maven. You can choose from the following:
- OpenJDK
- Oracle Java SE
- Oracle JRockit
-
Maven 3.0.0 or newer, to build and deploy the examples
-
If you have not yet installed Maven, see the Maven Getting Started Guide for details.
-
If you have installed Maven, you can check the version by typing the following in a command line:
mvn --version
-
-
Glassfish 4.0
-
To install Glassfish 4.0 follow the steps at http://glassfish.java.net/download.html
For example, you can get the zip version and extract into: C:\glassfish4.
-