INTSAMPLES-62 - Create JPA Samples

* Sample supports Hibernate, EclipsLink and OpenJPA
* Sample uses Spring 3.1 (Profiles)
* Retrieves a list of records
* Creates a new DB record

INTSAMPLES-62 Code Review Fixes
* Use Log4j
* Fix dependencies

INTSAMPLES-62 - Make JPA Sample compliant with INT-2601

* Fix whitespace issues
* Make sure all schemas are version-less
This commit is contained in:
Gunnar Hillert
2012-04-17 17:24:57 -04:00
committed by Gary Russell
parent 504b281751
commit 7fda2f841b
18 changed files with 799 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ This is a good place to get started. The samples here are technically motivated
* **jmx** - demonstrates **JMX** support using a **JMX Attribute Polling Channel** and **JMX Operation Invoking Channel Adapter**
* **mail** - example showing **IMAP** and **POP3** support
* **oddeven** - Example combining the functionality of **Inbound Channel Adapter**, **Filter**, **Router** and **Poller**
* **jpa** - This sample illustrates how the JPA Components can be used
* **quote** - Example demoing core EIP support using **Channel Adapter (Inbound and Stdout)**, **Poller** with Interval Trigers, **Service Activator**
* **sftp** - demonstrating SFTP support using **SFTP Inbound / Outbound Channel Adapters**
* **tcp-client-server** - demonstrates socket communication using **TcpOutboundGateway**, **TcpInboundGateway** and also uses a **Gateway** and a **Service Activator**