I have got a question about Java Server Faces. My current task at work
is to design and implement a new webshop. A primary target is that the
graphic-design of the webshop has to be customizable. My question is
now, as i am not very experienced with JSF yet, is JSF suitable for
such a task, or are there better technologies ?
kandlinger@gmx.de のメッセージ:
> I have got a question about Java Server Faces. My current task at work
> is to design and implement a new webshop. A primary target is that the
> graphic-design of the webshop has to be customizable. My question is
> now, as i am not very experienced with JSF yet, is JSF suitable for
> such a task, or are there better technologies ?
> graphic-design of the webshop has to be customizable.
If it is an issue of request parameters and response for them,
answer is yes. JSF's value binding ELs are quite handy.