Showing posts from August, 2018

Apache Camel : Execute Apache camel routes Sync and Async

Apache camel route can be executed Asynchronous and Synchronous way . Synchronous - Sends an asynchronous body to the given endpoint. private static org . springframework . beans . factory . BeanFactory BEAN_FACTORY ; @Autowired ( required =…

Python and MariaDB: How to access Maria Database with Python

Database table : Customer table with following columns. database.py :  Create database connection and close connection. # -*- coding: utf-8 -*- """ Created on Tue Jul 24 09:40:55 2018 @author: n0r0082 """ fro…

Load More
That is All