This is a working project to demonstrate JOSS for streaming content.
It is built using Spring MVC, and features 3 use cases:
- Streaming content from storage to the browser
- Streaming content from the browser to storage
- Generating content, e.g. by creating thumbnails from previously uploaded files
- Checkout the code
- Put your account information in src/main/resources/application-context.xml, in the cloudConfig bean
- Run this command (it starts a container in the foreground): mvn tomcat7:run
- Point your browser to http://localhost:8080/
To see how you can do all this yourself, have a look at the class org.javaswift.joss.tutorial.StreamingController
.