Can anyone suggest a Java Web Application framework something like ASP.Net?
Thanks.
Can anyone suggest a Java Web Application framework something like ASP.Net?
Thanks.
Here's a comparison of web application frameworks. Several are written in Java. Struts is probably one of your better choices.
There are lots http://java-source.net/open-source/web-frameworks
There are many, many, frameworks.
My favorite Java web framework is the Stripes Framework, it's an actionbased MVC framework that does not need XML configuration files like those other popular frameworks like Spring MVC, Struts.
If you need statefull server objects, you could go for one of the component based frameworks. JSF is the defactor standard as it ships with Java EE. But it's regarded as complex and not to elegant. Wicket is considered more elegant and simpler. Tapestry offers lot's of stadard components (see also: Why did you stop using Tapestry?).
The Play! framework is excellent. Here are features (off the top of my head):