https://github.com/sleipnir/terrastore-camel-component
A Terrastore Camel Component
https://github.com/sleipnir/terrastore-camel-component
Last synced: 8 months ago
JSON representation
A Terrastore Camel Component
- Host: GitHub
- URL: https://github.com/sleipnir/terrastore-camel-component
- Owner: sleipnir
- Created: 2014-07-04T14:24:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T05:30:44.000Z (over 6 years ago)
- Last Synced: 2025-09-20T09:46:50.627Z (9 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
README
Camel Component Project
====================
This Project is a template of a Camel component.
When you create a component project, you need to move the META-INF/services/org/apache/camel/component/${name}
file to META-INF/services/org/apache/camel/component/foo where "foo" is the URI scheme for your component and any
related endpoints created on the fly.
For more help see the Apache Camel documentation:
http://camel.apache.org/writing-components.html