Struts « JSP « JSF Q&A





1. need some help organizing jsp-jsf-struts dependencies    stackoverflow.com

my project is 43 applications. i have a master pom file to handle all the dependencies and versions in an effort to reign in this disaster of dependencies. i ...

2. JSF-STRUTS-JSP    coderanch.com

Servlets and JSPs is the basics. It's how everything was done where there wasn't any other way to do it. However, before frameworks came around, everyone was doing the same thing in different ways: error handling, creating custom tags, form handling, input validation, memento pattern, front controller pattern, connection pooling, and so on and so on and so on. Anyways, Struts ...

3. Advantages JSP over Struts?    coderanch.com

4. JSF Replacement for Struts?    coderanch.com

5. Difference of JSF with Struts and Webwork and Tapestry    coderanch.com

Hi, You are correct in saying there are a lot of frameworks these days! The reason I'd use JSF over the others is the tool support you will get from JSF vendors and the open source community as well. Since JSF is a standard and will be shipped in every j2ee app server it lowers the risk for tool developers (os ...

6. Struts vs JSF    coderanch.com

7. JSF or Struts    coderanch.com

8. Struts with JSF    coderanch.com





11. Retrofit older apps with struts or jsf?    coderanch.com

First a little background, then my questions. My company has two geographically separated locations with J2EE applications. One uses IBM Websphere with struts, while the other uses Resin with plain MVC. Recently we had an 'in house' training session that demonstrated the struts framework, and recommended its use. 1. Being that our resin apps use neither struts or jsf currently, does ...

12. Struts, JSF and other frameworks    coderanch.com

13. JSF, JSTL, Struts, Velocity - where the heck do I start?    coderanch.com

OK, even though the subject sounds like it, I'm not a complete newbie to java web apps. I've done some work in servlets, and used jstl for an app. But, it's been just me dabbling in my 'free' time. In the next year or so, we will be making a major push in web-based java programming. So we need an official ...

14. JSP2+CustomTaglib vs Struts/JSF    coderanch.com

I had few projects finished last year without using any well-known MVC framework such as Struts/JSF. They are all implemented using JSP2 with no scriptlet at all. All by using custom-tag (and some 3rd party taglib). All tags we built were extended from a generic tag to speed up the development, while actual business logic were written in POJO/Session Facade/Hibernate and ...

15. Which technology for what purpose: JSP, Servlet, JSF, Struts, Web Services    coderanch.com

I know how to write a servlet and how to write a JSP but I keep hearing people talk about these other technologies. I read about them somewhat on the wikipedia but I don't have a very good idea how the terms relate to each other. JSPs and Servlets are pretty basic units. I gather that these other technologies are more ...

16. JSP or JSF or STRUTS    forums.oracle.com





17. Servlets & JSP -> Struts ---> JSF? ... or ?    forums.oracle.com

My two cents on the various frameworks. I have never liked JSF. Overspecified and design by committee with far too much boilerplate and configuration. Now, to be fair, I only looked at JSF 1-2 years ago. I am sure it has improved. For similar reasons, I have discounted Seam. Great idea, but why they committed themselves to only once VC, JSF, ...