JEST UsagePage added by Pinaki PoddarJEST can be used either as a HTTP Servlet in an web application or as remote client to a JSE application. <servlet> <servlet-name>jest</servlet-name> <servlet-class>org.apache.openjpa.persistence.jest.JESTServlet</servlet-class> <init-param> <param-name>persistence.unit</param-name> <param-value>myPU</param-value> </init-param> </servlet> <servlet-mapping> <servlet-name>jest</servlet-name> <url-pattern>/</url-pattern> </servlet-mapping> To verify JEST deployment with the above, point the browser to http://host:port/jest To run JEST in a JSE environment, configure META-INF/persistence.xml with
Change Notification Preferences
View Online
|
Add Comment
|
- [CONF] OpenJPA > JEST Usage confluence
- [CONF] OpenJPA > JEST Usage confluence
