Showing related tags and posts accross the entire site.
-
(Sigh) What should we use? These are the only possible choices for our department. JSF, Tapestry, Spring, Struts. Every team uses (or will soon use) JAX-WS and Hibernate. In my team we (or me only ) uses JSF/RichFaces and JAX-WS, other team uses Tapestry and Maven. JBoss Seam? Anyone? I'm thinking...
-
usually i play with frameworks when i have time so that i could have an idea on whats good and whats not.. and most of the time this strategy pays off really well since understanding them gives me better insight on what to use on specific scenarios or whats easier to use or whats faster and well built...
-
Well... Since I'm the only one in the company right now, I think I'd stick to Struts and just learn other technologies first like Hibernate(ORM) and Webservices. It'll be a pain to study another framework without being involved in some sort of project... I don't have that project right...
-
Hi! We are also looking at the available frameworks. And I must say the looking at the Spring Framework is really worth it. Especially if you use it's inverse of control and aspects oriented programming. :) Also, I suggest you look at frameworks that have very easy test driven development tools....
-
Gusto ko nga din sana subukan yan eh. Kaso wala pa ako time mag-aral ng bagong framework ngayon. I'm more inclined sa Struts, and I don't plan on giving it up soon. Kung may gust akong aralin, yun eh JSF and Hibernate/Ibatis or kahit na ano pang ORM pero mas gusto ko muna yung alin man sa dalawang yun...
-
I think you could also consider using Spring MVC framework. If your gonna used Spring MVC framework you'll get the chance to use Spring's Application framework which compatible to any MVC framework (like struts) and Hibernate. I had to admit that haven't use Spring MVC though (only used Spring App Framework...
-
I dunno if I clearly understand the Front controller... But I think extending the Action class already gives you the Front controller. Struts imposes the use of MVC to the user. Plus, Struts comes with more commonly used libs such as Apache commons FileUpload which is very useful, I think. I only have...
-
But it's MVC, right? Not Front Controller like ASP.NET. Which has its implications when it comes to postback, etc.
-
and i'm pretty sure it's also subject to the same flaws/quirks in asp.net
-
Any comments about JSF? It's supposed to be the Java answer to ASP.NET.