java-web-framework

Struts 2 or JSF?

I am just starting with web application. Which framework should I try : struts 2 jsf? Both seem pretty good. ...

Wanting to write web applications in Java, I'm in total bewilderment concerning which platform/framework/language to use?

I'm currently confused about the many options concerning developing Web Applications with Java. I've worked on some Java programming using Servlet/JSPs only, in the past most of my work was on PHP. I'm trying to select a good base for me to start. The options I've considered are the following: Option 1. Pure JSP/Servlet programming wit...

Java Web Application Frameworks, keeping Mobile Phones in mind

There are about as many questions on this site about Java web application frameworks as there are frameworks themselves, but I'll try to make this question as specific as possible. I'm developing web applications to mirror my company's Java applications. (Unfortunately, they don't have pure presenter layers so I can't just make another ...

Wicket vs GWT - Advice needed

I am developing a Java EE based web application. We have a very limited time to come up with a alpha version and trying to decide on a web framework to use. It has to be something easy to learn but powerful. Standard JSP/Servlet is not an option here due to the time it takes for the development. Appreciate if anyone could advice. Current...

RESTful Web Development With Java EE 6 - what are the options?

I'm trying to figure out what the best options are for developing a RESTful web application with Java EE 6. For example, I want to be able to interpret a URL like so: GET www.myapp.com/customers/1 - returns a web page displaying details about a customer with id 1. The only two options I can think of are Using Spring MVC 3 Using a JAX...

Web Application Framework - HTML5 with mobile devices JavaScript support

Hello all! I searched for Java based web application frameworks the last few days. I have to build a Java EE backend and a HTML5/CSS3/JavaScript frontend which can be accessed with multi-touch capable devices. So I will need modern JavaScript frameworks like Sencha Touch. My backend should be built upon with Java EE, Hibernate and MySQ...