Download intro to camel by example Free Java Code
Description
A complete Camel application for a simple use case including packaging for Tomcat and OSGi, tests, and other best practices.
Source Files
The download file intro-to-camel-by-example-master.zip has the following entries.
.gitignore/*from w w w. j ava 2s . com*/
README.md
demo-data/test-invalid-schema.xml
demo-data/test.xml
features/pom.xml
features/src/main/filtered-resources/features.xml
logic/pom.xml
logic/src/main/java/com/fusesource/example/camel/logic/DefaultRecordProcessor.java
logic/src/main/java/com/fusesource/example/camel/logic/ExternalServiceException.java
logic/src/main/java/com/fusesource/example/camel/logic/NonRecoverableExternalServiceException.java
logic/src/main/java/com/fusesource/example/camel/logic/RecordProcessor.java
logic/src/main/java/com/fusesource/example/camel/logic/RecoverableExternalServiceException.java
model/pom.xml
model/src/main/java/com/fusesource/example/camel/model/Record.java
model/src/main/resources/org/example/model/model.xsd
pom.xml
scalable-ingest-app/pom.xml
scalable-ingest-app/src/main/resources/META-INF/spring/scalable-ingest-app-core.xml
scalable-ingest-app/src/main/resources/log4j.properties
scalable-ingest-app/src/main/webapp/WEB-INF/web.xml
scalable-ingest/pom.xml
scalable-ingest/src/main/java/com/fusesource/example/camel/ingest/FileIngestorRouteBuilder.java
scalable-ingest/src/main/resources/META-INF/spring/scalable-ingest-config.xml
scalable-ingest/src/main/resources/META-INF/spring/scalable-ingest-core.xml
scalable-ingest/src/main/resources/META-INF/spring/scalable-ingest-jms.xml
scalable-ingest/src/main/resources/META-INF/spring/scalable-ingest-osgi-demo-core.xml
scalable-ingest/src/test/java/com/fusesource/example/camel/ingest/FileIngestorRouteBuilderTest.java
scalable-ingest/src/test/resources/com/fusesource/example/camel/ingest/FilIngestorRouteBuilderTest.testInvalidSchema.xml
scalable-ingest/src/test/resources/com/fusesource/example/camel/ingest/FileIngestorRouteBuilderTest-context.xml
scalable-ingest/src/test/resources/log4j.properties
scalable-process-app/pom.xml
scalable-process-app/src/main/resources/META-INF/spring/scalable-process-app-core.xml
scalable-process-app/src/main/resources/log4j.properties
scalable-process-app/src/main/webapp/WEB-INF/web.xml
scalable-process/pom.xml
scalable-process/src/main/java/com/fusesource/example/camel/process/camel/ProcessorRouteBuilder.java
scalable-process/src/main/resources/META-INF/spring/scalable-process-config.xml
scalable-process/src/main/resources/META-INF/spring/scalable-process-core.xml
scalable-process/src/main/resources/META-INF/spring/scalable-process-ibatis.xml
scalable-process/src/main/resources/META-INF/spring/scalable-process-jdbc.xml
scalable-process/src/main/resources/META-INF/spring/scalable-process-jms.xml
scalable-process/src/main/resources/META-INF/spring/scalable-process-osgi-demo-core.xml
scalable-process/src/main/resources/ibatis/IBatis-SqlMap.xml
scalable-process/src/main/resources/ibatis/IBatis-SqlMapConfig.xml
scalable-process/src/main/resources/sql/setup-hsql.sql
scalable-process/src/main/resources/sql/setup-mysql.sql
scalable-process/src/test/java/com/fusesource/example/camel/process/camel/ProcessorRouteBuilderTest.java
scalable-process/src/test/resources/com/fusesource/example/camel/process/camel/ProcessorRouteBuilderTest-context.xml
scalable-process/src/test/resources/log4j.properties
simple-ingest-app/pom.xml
simple-ingest-app/src/main/resources/META-INF/spring/simple-ingest-app-core.xml
simple-ingest-app/src/main/resources/log4j.properties
simple-ingest-app/src/main/webapp/WEB-INF/web.xml
simple-ingest/pom.xml
simple-ingest/src/main/java/com/fusesource/example/camel/ingest/SimpleFileIngestorRouteBuilder.java
simple-ingest/src/main/resources/META-INF/spring/simple-ingest-config.xml
simple-ingest/src/main/resources/META-INF/spring/simple-ingest-core.xml
simple-ingest/src/main/resources/META-INF/spring/simple-ingest-ibatis.xml
simple-ingest/src/main/resources/META-INF/spring/simple-ingest-jdbc.xml
simple-ingest/src/main/resources/META-INF/spring/simple-ingest-osgi-demo-core.xml
simple-ingest/src/main/resources/ibatis/IBatis-SqlMap.xml
simple-ingest/src/main/resources/ibatis/IBatis-SqlMapConfig.xml
simple-ingest/src/main/resources/sql/setup-hsql.sql
simple-ingest/src/main/resources/sql/setup-mysql.sql
simple-ingest/src/test/java/com/fusesource/example/camel/ingest/SimpleFileIngestorRouteBuilderTest.java
simple-ingest/src/test/resources/com/fusesource/example/camel/ingest/SimpleFileIngestorRouteBuilderTest-context.xml
simple-ingest/src/test/resources/com/fusesource/example/camel/ingest/SimpleFileIngestorRouteBuilderTest.testInvalidSchema.xml
simple-ingest/src/test/resources/log4j.properties
Download
Click the following link to download intro-to-camel-by-example-master.zip.
intro-to-camel-by-example-master.zip