http://www.javavillage.in/perf4j-basic-example-with-log4j.php
ALTER TABLE `user` CHANGE `date_created` `date_created` DATETIME NULL DEFAULT CURRENT_TIMESTAMP;
RENME TABLE abc TO xyz;ALTER TABLE `model` CHANGE `deleted` `deleted` BIT(1) NOT NULL DEFAULT b'0';
Books: Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions; Gregor Hohpe and Bobby Woolf, 2003
Sample chapters: https://manning-content.s3.amazonaws.com/download/f/737b721-0f60-4ba9-bb1f-7a27c4a4532b/chapter1sample.pdf
Links:
- http://www.javacodegeeks.com/2012/11/introduction-to-enterprise-integration-patterns.html
- http://www.slideshare.net/Claudia.Rosu/7-eaipatterns
A pattern is a standard solution to common and recurring design problems.
Like to go heaven
http://stackoverflow.com/questions/8845186/what-exactly-is-apache-camel
I don't understand what exactly Camel does.
If you could give in 101 words an introduction to Camel:
- What exactly is it?
- How does it interact with an application written in Java?
- Is it something that goes together with the server?
- Is it an independent program?
Please explain what Camel is.