Tagged Questions

1
vote
1answer
111 views

Seam 2.1.1: build using Maven 2?

I'm interested to move a project based on Seam 2.1.1 from Ant to Maven, to integrate some tools in the build process (like testability explorer and others) Question is: you recomm …
5
votes
4answers
1k views

Which framework should I choose - Seam, Wicket, JSF or GWT?

I'm debating whether to use Seam, Wicket, JSF or GWT as the foundation for my presentation layer in a Java project. I narrowed my selection of Java web frameworks down to this su …
6
votes
6answers
553 views

Does it make sense to use Google Web Toolkit (GWT) as a full-blown Java web framework?

I am interested in the possibility that GWT could serve as the basis for my entire presentation layer. I would be interested to know if anyone has tried this successfully - or un …
3
votes
5answers
670 views

What java web framework best accomodates web ui designers?

What Java web framework out there best supports a role of "web UI designer", that is, lets you: Use popular web design tools (xhtml validators, css editors, what have you) on you …
2
votes
2answers
716 views

How do I redirect a file download using Grails?

I'm currently writing a website that allows people to download Excel and text files. Is there a way to redirect to a different page when they click, so that we run javascript and d …
13
votes
19answers
3k views

Can anyone recommend a simple Java web-app framework?

I'm trying to get started on what I'm hoping will be a relatively quick web application in Java, yet most of the frameworks I've tried (Apache Wicket, Liftweb) require so much set- …
7
votes
23answers
1k views

Which java web framework you use in your day job ?

Java has lots of web frameworks to choose from and personally we may like different frameworks but in our job we can't use the framework we like personally due to many reasons, so …
29
votes
17answers
3k views

What Web Application Framework for Java is Recommended?

I am considering creating my own website using Java and am trying to decide what framework to use. However, doing a quick search for Java frameworks returns more than 50 to choose …