JSF Data transfer between UI to Business Layers

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 6:42 UTC
Read the original article Hit count: 135

Filed under:
|

Hi, We are using JSF in UI,Spring in Business Layer,Hibernate in Persistance layer.Now my question is how to pass data from my JSF1.1_01 UI to spring Business Layer.Can I directly used my Business object in my Backed Bean or through DTO should I transfer data between the layer? 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 jsf

Related posts about ui