New project - JSF vs JSP -


hi i'm looking build new classified site using java. understanding jsf latest framework (ie newer jsp). appears developers versed jsf far , in between compared jsp. while understand existing setup built using jsp makes sense continue doing if brand new project, there reason avoid jsf?

using jsf , automatic binding data visual components , including mapping, validation of input data , save state between requests. using jsp - have implement manually. jsf , supports ajax interaction server .

if developing application requires standard behavior, such data entry, editing , display - jsf suit you. if need online application fast response, navigation within page on client side ,such gmail or twitter - can spend lot of time translating client-side logic components in jsf. in case, better use jsp , source of data , javascript library display data.

therefore, jsf not suitable types of projects, use jsp, not moving "jsf"

recommend use of intermediate option gives freedom , developers on client side , on server without hard peg model , example "apache wicket"


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -