What are the main disadvantages of Java Server Faces 2.0?

前端 未结 13 2383
猫巷女王i
猫巷女王i 2020-11-22 06:29

Yesterday I saw a presentation on Java Server Faces 2.0 which looked truly impressive, even though I am currently a happy ASP.NET MVC / jQuery developer. What I liked most a

13条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 06:50

    JSF has many advantages, question being on disadvantage let me add couple of points on it.

    On a practical scenario of implementing a web project with in a time frame you need to keep an eye on the following factors.

    • Do you have enough senior members in your team who can suggest best controls suitable for each scenario?
    • Do you have the bandwidth to accommodate the initial learning curve?

    • Do you have enough expertise in your team who can review the JSF
      stuff produces by the developers?

    If your answer is 'No' for the questions, you may end up in a non-maintainable codebase.

提交回复
热议问题