Using Criteria API in DayTraderPage edited by Dianne Richards
Comment:
Added more info
Changes (4)
Full ContentUsing Criteria API in DayTraderA current DayTrader project implementation in Apache Geronimo contains several JPQL queries. These can easily be converted to JPA Criteria API queries. A sample with this conversion can be created to run on the Apache Geronimo server. Downloading DayTraderYou must have Subversion installed in order to download the DayTrader implementation.Subversion can be downloaded from http://subversion.apache.org/packages.html. Use the 2.1.3 version of DayTrader for this sample. Follow the following steps:
Build DayTraderYou must have maven installed in order to build DayTrader. Maven can be downloaded from http://maven.apache.org/download.html. Unzip the file to a directory and run mvn.bat|.sh in the bin subdirectory to install. Add the bin subdirectory to you path. Maven needs a repository. Typically it is at the following:
From the DayTrader/branches/2.1.3 directory, type "mvn clean install" to build the project. Setting up EclipseFirst install eclipse by going to http:/www.eclipse.org and downloading a version of it. These instructions assume version 3.5. Unzip the downloaded file into a directory. You can start eclipse by running eclipse.exe in the eclipse directory. Next install subclipse, the Subversion Eclipse Plugin:
Generate eclipse files for the DayTrader project. From the DayTrader/branches/2.1.3 directory, type "mvn eclipse:eclipse" Set the M2_REPO classpath variable in Eclipse:
Import DayTrader projects into Eclipse.
Apply the DayTrader PatchTBD Run DayTrader on GeronimoInstall and start the Geronimo server From the Geronimo web console:
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] OpenJPA > Using Criteria API in DayTrader confluence
- [CONF] OpenJPA > Using Criteria API in DayTrader confluence
- [CONF] OpenJPA > Using Criteria API in DayTrader confluence
- [CONF] OpenJPA > Using Criteria API in DayTrader confluence
- [CONF] OpenJPA > Using Criteria API in DayTrader confluence
- [CONF] OpenJPA > Using Criteria API in DayTrader confluence
- [CONF] OpenJPA > Using Criteria API in DayTrader confluence
- [CONF] OpenJPA > Using Criteria API in DayTrader confluence
- [CONF] OpenJPA > Using Criteria API in DayTrader confluence
