can I use jsp or servlet page in android application
can 开发者_如何学JAVAI use jsp or servlet page in android application
It can be done. For instance this article talks about a port of Jetty to Android, and Jetty supports Servlets and JSPs.
Whether it is a good idea to run a web server on your mobile phone is another question entirely ...
You can use JSP, servlets or deploy entire web application war packaged on Android device. Check http://tjws.sf.net it is an application server for Android platform and works perfectly from my needs.
精彩评论