Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
EclipseLink/Examples/JPARS/JavaScriptClient
< EclipseLink | Examples
Under Construction
This example provides a HTML/JavaScript client using JPA-RS to interact with the Employee model.
Environment
The following are the minimal requirements for this example.
- EclipseLink 2.4.2
- Eclipse Java EE IDE - Juno Release
- Git access to eclipselink examples git repository. The steps to connect to the repo can be found below.
- Glassfish 3.1.2
- MySQL Database
Installation and Configuration
1. Clone "examples" from git. The "student" example is stored under student folder.
git clone git://git.eclipse.org/gitroot/eclipselink/examples.git
Overview
The following steps will be performed in setting up and running this example in your own environment
- Installation & Configuration
- Check out employee example from GIT
- Database connectivity
- GlassFish - Datasource configuration
- Verify config
- Deploy web application
- Running the Example