[Red5] Help on implement JSP in Red5
Charles Kung
ckung at amer.net
Sat Aug 5 12:43:31 EDT 2006
Hi,
I understand that Red5 is built on top of the Jetty6 (servlet engine), Mina
(networking), and wired together using Spring Framework.
when I look into the Jetty server,
Jetty does not implement JSP <http://java.sun.com/products/jsp/> directly.
Instead it uses a servlet to provide this functionality required by the
servle specification. As part of Java EE
5<http://java.sun.com/javaee/5/javatech.html>(the next version of
J2EE), the companion of 2.5
servlet specification <http://java.sun.com/products/servlet/> is the 2.1 JSP
specification <http://java.sun.com/products/jsp/>.
I'm wondering if Red5 has built an interface for JSP or suggestions for
implment JSP in Red5?
Thank you!
Charles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20060805/05d095c6/attachment.htm
More information about the Red5
mailing list