java

How to Make your Own NoSQL Cloud

Whether it’s HBase, Cassandra or one of the many others, you’ve probably already hears about NoSQL. Perhaps you’ve wanted to try it out, but don’t have the infrastructure or expertise to setup an elaborate clustered environment. This videos shows  how to make your own NoSQL platform using infrastructure clouds such as Amazon EC2 or GoGrid.

The Cloudy Future of Integration

Applications are increasingly facing demands for horizontal scalability and cross-platform interoperability. NoSQL data stores are gaining momentum as a way to address the scalability challenges, but for Java developers, this means we need to explore new territory beyond relational database libraries like JDBC and JPA. This video explains how the Spring application platform is evolving …

The Cloudy Future of Integration Read More »

Instant Cloud: Just Add Java

This video discusses reasons for considering cloud deployments and focuses on cloud technologies from the developer’s point of view. It shows real technology from multiple cloud vendors and explores open source cloud frameworks, Java-focused cloud environments, and development tools.

Deploying Applications on Heroku

Heroku provides a Cloud Application Platform where application deployment is just a “git push” away. Through code and demos you will learn in this video how to deploy applications on Heroku, scale and manage them.