Project DescriptionJeans runs Java Servlet and JSP web applications in ASP.NET environment. The web applications can be hosted in IIS, Azure, or other web servers with Mono runtime without a Java web container.
Jeans make use of IKVM and Tomcat-Jasper library to compile JSP to .Net assembly.
Now supports:
- JSP
- Servlet
- JPA
- Filter
- JNDI Datasource (JDBC driver has to be compiled as .Net assembly with IKVM)
To do:
- Test Servlet to dispatch JSP in WEB-INF folder in demo site
- Test demo site with Struts
- Test demo site with Hibernate
Here are the implementation notes of this project: