i am going to develop a web application that will be accessed through mobile (i OS, android, ... ) using j2ee technologies, i want to know the best j2ee framework to do that
If your clients are using HTTP requests, the obvious technology to use for the service is servlets/JSP - so start by downloading and installing Tomcat or Glassfish.
The only one I've had any luck with is jQuery Mobile. Be aware that it's still in beta, though as they are at RC2, it's probably pretty close to finalized for its 1.0 release.
Ahmed M. Omar wrote:i am going to develop a web application that will be accessed through mobile (i OS, android, ... ) using j2ee technologies, i want to know the best j2ee framework to do that