Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Tag: <span>spring</span>

Messaging for Modern Applications

Deploying modern applications in the cloud can introduce new challenges like distributing and integrating application components across private and public networks, using heterogeneous messaging systems, driving heavier workloads and horizontally scaling the messaging tier. Learn how to overcome these challenges using proven enterprise integration patterns with AMQP based messaging, Spring …

Spring == XML, XML == sucks, therefore Spring == sucks??

This session focuses on the various ways of using the Spring container to Dependency Inject objects such as the traditional XML language, the extensible namespaces, the @Autowired and @Component annotations, but also the innovative JavaConfig project that is capable of configuring Java objects using @Bean annotations. Each has drawbacks and …