Hi, I am a beginner in storm, and I have few question on the way to use it. So far, for developing our application we usually used the OSGI/Karaf framework to manage our bundles and services and also benefited from its Enterprise features like WebContainer, EJB, JDBC, JPA etc. Now we are considering Storm as a framework for our application, and utilize its strong features of distributed real-time computation system. Yet, I didn't find in its documentation any references to its support on the above Enterprise features. So, is it supported in Storm? Is storm framework meant to run as a standalone application? If so, how do I get all the Enterprise services? Is it possible, or do I have to write it? Should I run storm over an application-server/Container like OSGI/Karaf?
What is the best practice for Storm usage? Thanks, Aliza
