Tag: <span>spring</span>

Spring Integration Projects with SpringSource Tool Suite

This short video demonstrates how you can quickly create Spring Integration projects using the SpringSource Tool Suite™ 2.9.x. Spring Integration provides an extension of the Spring programming model to support the Enterprise Integration Patterns. It enables lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters. …

SQL? NoSQL? NewSQL? What Should a Java Developer Do?

NoSQL databases such as MongoDB, Cassandra and others can simplify the persistence of complex data models and offer significantly better scalability and performance. But these databases have a very different and unfamiliar data model and APIs as well as a limited transaction model. Additionally the relational world is fighting back …