The default BUG software stack includes a simple Java web server and Servlet implementation. The speed and simplicity comes at the expense of functionality. In the web world, this means that JSP isn't supported. To help remedy this, we created Sewing, a simple web framework for embedded OSGi systems. It's not JSP, but it is Freemarker based and has a simple MVC architecture that makes creating dynamic web sites easy. If you want to host...