You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| .settings | 4 years ago | |
| src/test | 4 years ago | |
| target | 4 years ago | |
| .classpath | 4 years ago | |
| .project | 4 years ago | |
| README.md | 4 years ago | |
| pom.xml | 4 years ago | |
README.md
Chapter 3 - order
This directory holds examples related to converting messages that contain domain objects (in this case PurchaseOrder).
3.3.2 - Transforming from XML to a POJO using JAXB
This example can be run using:
mvn test -Dtest=PurchaseOrderJaxbTest
3.4.2 - Using Camel’s CSV data format
This example can be run using:
mvn test -Dtest=PurchaseOrderCsvTest
mvn test -Dtest=PurchaseOrderCsvSpringTest
3.4.3 - Using Camel’s Bindy data format
This example can be run using:
mvn test –Dtest=PurchaseOrderBindyTest
mvn test –Dtest=PurchaseOrderUnmarshalBindyTest
3.4.4 - Using Camel’s JSON data format
This example can be run using:
mvn test –Dtest=PurchaseOrderJSONTest
3.5.1 - Using Apache Velocity
This example can be run using:
mvn test -Dtest=PurchaseOrderVelocityTest