Best GUI framework for Java - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-12-01T10:05:34Z http://stackoverflow.com/feeds/question/265027 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/265027/best-gui-framework-for-java 1 Best GUI framework for Java [closed] Lurtz 2008-11-05T12:39:45Z 2008-11-05T15:17:21Z <p>I want to start a new project with Java; </p> <p>In the past I used to start with Struts + Tiles; but tiles was very complicated; I don't know the latest version of Tiles; </p> <p>I need your recommendations in details for a good GUI framework; </p> <p>Thanks.</p> <p><strong>Duplicate of <a href="http://stackoverflow.com/questions/24596/what-web-application-framework-for-java-is-recommended">this question</a>.</strong></p> http://stackoverflow.com/questions/265027/best-gui-framework-for-java/265037#265037 2 Answer by romaintaz for Best GUI framework for Java romaintaz 2008-11-05T12:44:27Z 2008-11-05T12:44:27Z <p>There is no "best" framework... Indeed, "best" really depends on your needs, on your knwoledges (it can cost a lot of time to learn a new framework)...</p> http://stackoverflow.com/questions/265027/best-gui-framework-for-java/265054#265054 0 Answer by Lurtz for Best GUI framework for Java Lurtz 2008-11-05T12:52:29Z 2008-11-05T12:52:29Z <p>Which framework are you using ? </p> <p>Ex : jsf ?</p> <p>Thanks; </p> http://stackoverflow.com/questions/265027/best-gui-framework-for-java/265075#265075 1 Answer by larf311 for Best GUI framework for Java larf311 2008-11-05T13:02:29Z 2008-11-05T13:02:29Z <p>I personally like <a href="http://tapestry.apache.org/" rel="nofollow">Tapestry</a>. I've only used version 4.1 but development time is way faster than JSP or JSF. It allows you to simply refresh pages to immediately see the changes you made without doing a deployment and uses actual HTML for the templates/pages so you can preview them without deploying any code at all. There is a little bit of a learning curve up front but its well worth it. Version 5.0 is in its final beta with a release candidate due out soon but I haven't tried it yet. It's also got pretty good and easy AJAX built in.</p> http://stackoverflow.com/questions/265027/best-gui-framework-for-java/265118#265118 0 Answer by Lurtz for Best GUI framework for Java Lurtz 2008-11-05T13:24:26Z 2008-11-05T13:24:26Z <p>I will investigate tapestry; thanks for your recommendation.</p> http://stackoverflow.com/questions/265027/best-gui-framework-for-java/265151#265151 1 Answer by Vincent Ramdhanie for Best GUI framework for Java Vincent Ramdhanie 2008-11-05T13:39:56Z 2008-11-05T13:39:56Z <p>At first when I read GUI framework I thought you meant Swing or SWT but I see you mention struts so I guess you mean presentation framework. </p> <p>I agree that Tapestry is very good, but there are several others that are also quite good. Struts2, Stripes etc. Matt Raible has a very nice project going where he did all the initial integration work for several different technologies. It is quite easy to get up and running with struts+spring+hibernate or JSF or Tapestry and so on. He calls it <a href="http://appfuse.org/display/APF/Home" rel="nofollow">AppFuse</a>.</p> <p>I use struts2 with spring and hibernate and sitemesh which was an AppFuse project to start with and it has served me well.</p> <p><a href="http://www.stripesframework.org/display/stripes/Home" rel="nofollow">Stripes</a> seems to be a great starting point for a Java web app too. I haven't used it as yet but I'm tempted.</p> http://stackoverflow.com/questions/265027/best-gui-framework-for-java/265252#265252 0 Answer by matt b for Best GUI framework for Java matt b 2008-11-05T14:21:06Z 2008-11-05T14:21:06Z <p>This seems like an exact duplicate of <a href="http://stackoverflow.com/questions/24596/what-web-application-framework-for-java-is-recommended">What Web Application Framework for Java is Recommended?</a></p>