Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Examples/JPARS/JavaScriptClient

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

  1. Installation & Configuration
    • Check out employee example from GIT
    • Database connectivity
    • GlassFish - Datasource configuration
    • Verify config
    • Deploy web application
  2. Running the Example

Back to the top