basic example with Log4j

http://www.javavillage.in/perf4j-basic-example-with-log4j.php

alter table

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';

Enterprise Integration Patterns

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:
  1. http://www.javacodegeeks.com/2012/11/introduction-to-enterprise-integration-patterns.html
  2. http://www.slideshare.net/Claudia.Rosu/7-eaipatterns

pattern

A pattern is a standard solution to common and recurring design problems.

What exactly is Apache Camel?

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.



© 2013 - 2026. Tung NGUYEN. Using CI version: 3.0.2 | Page rendered in 0.0140 seconds.