Maven filtering. It would replace the file, containing property, it knows its replacement value.
There seems many maven plugin got this capability. Configure the directory, the files, and filtering equals to true. Then maven will come in do its job.
Google guice is nothing fancy. It’s just an dependency injection tool, as spring parts, however, everywhere there is spring already.
Apache camel and spring integration are similar. Which are enterprise integration pattern, it will link from endpoint to process, to another endpoint.
And some beauty of camel, it can create the component ( the endpoint factory), based on uri. It can integrate with guice, which can bind endpoint annotation to component provider, so to create customized uri, or customized component. Like jmsus: queue name. Instead of jms:queue name.
Posted from WordPress for Android