Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.24 KB

Wolox

Java Meetup

Reference Documentation

This project is intented to facilitate the understanding of the Wolox Java Meetup showing public code examples. Feel free to fork it and start doing your own Camel proyect! :)

To know more about Wolox just follow us!

Branches

  • master: It has some basic configurations and examples to use Camel in different ways
  • examples-ppt: Here you'll see all the examples that were shown on the Java Meetup presentation
  • demo-jerigonza: This is the code from the project used for the Java Meetup, which takes a text from the user and using a service it detects some grammatical errors. Then, depending on the convert param, you could convert the text to jerigonza
  • amd-client: As we know that a basic usage of a REST API is to add, modify and delete resources, we create this basic project which you could use to start your own AMD :)