Page 1 of 1

What technology is Subsonic using?

PostPosted: Wed Feb 15, 2012 4:51 pm
by tokenize
Hello guys,

I need to develop a java application that has a web based gui, just like Subsonic.
After countless hours searching, I feel overwhelmed with all the options to do this.
Subsonic seems very well developed and I think that the manner in which was developed serves my purpose well.
So I would like to know which tool is Subsonic using as a bridge between the html interface and the java application.

Regards

Re: What technology is Subsonic using?

PostPosted: Thu Feb 16, 2012 8:44 pm
by ytechie
Subsonic uses Jetty (by default) as its java servlet container. It also makes use of the spring framework.

Re: What technology is Subsonic using?

PostPosted: Sun Mar 18, 2012 2:03 pm
by duga
I have a question:

what kind of technology is used for streaming codification?

Thanks!

Re: What technology is Subsonic using?

PostPosted: Mon Sep 17, 2012 1:29 pm
by dazbobaby
duga wrote:I have a question:

what kind of technology is used for streaming codification?

Thanks!

you mean converting formats, or just streaming the audio/video files? FFmpeg is the one used here.