সংবাদ

Pivotal Software and the Spring Community recently announced the general availability release of the Spring Integration Java DSL.
[Spring Integration Java DSL Reference](https://github.com/spring-projects/spring-integration-java-dsl/wiki/Spring-Integration-Java-DSL-Reference) for more ...
This sample is the demo used in the Spring Integration 4.0 Webinar and SpringOne/2GX 2014. There are two demo applications from the webinar: ...
When an exception occurs in your Java code, you can log it or you can rethrow it -- but don't do both. Here's why you must avoid that exception handling antipattern. Continue Reading ...
Some say general-purpose languages such as Java are on their way out, soon to be replaced by DSLs for every occasion. Get ready for the shift in this first installment of Venkat Subramaniam's four ...
Newer JVM-compatible languages like Scala, Groovy, and JRuby are better suited to creating internal DSLs than the Java language itself. Find out why in this final article in Venkat Subramaniam's ...