JSF data transfer between UI and business layer

Posted by Ram on Stack Overflow See other posts from Stack Overflow or by Ram
Published on 2010-06-06T06:38:16Z Indexed on 2010/06/06 13:02 UTC
Read the original article Hit count: 337

Filed under:
|
|
|
|

Hi,

We are using JSF in UI, Spring in business layer, Hibernate in persistence layer. Now my question is how to pass data from the JSF UI to spring business layer. Can I directly use my business object in my backing bean or should I transfer data between the layer through DTO? Can one explain me with clear explanation if possible with piece of code and that related websites?

© Stack Overflow or respective owner

Related posts about java

Related posts about design