I've been working on JSF projects in the past and IMO lift is nothing like JSF. I wouldn't do another JSF project, period because it is simply pointless as personally I find the whole JSF concet much inferior to Lift and even to Spring + Velocity.
... just a personal rant. Br's, Marius On May 18, 6:56 am, "Narayanaswamy, Mohan" <mohan.narayanasw...@credit- suisse.com> wrote: > I am learning lift(and so scala) for the past 7 days. > > Myself and one of my friend were discussing about lift for our new > project. When I was introducing the TODO project code and how to setup > using mvn. > > He was able to understand quite easily and I really amazed about it as > he is newer to lift than me. > > He mentioned that lift may actually constructing the object and invoking > the method as similar to JSF. He went on saying that, convention makes > simpler in Lift, whereas JSF configuration made jsf complex. He even > compared how "Facelet and Lift template & snippet" were quite similar. > > How fare it is true that lift is constructing the object similar to JSF? > Is there any relation to JSF and LIFT? > > Mohan > > Code we used for our discussion > > <lift:TD.add form="post"> > <table> > <tr> > <td>Description:</td> > <td><todo:desc>To Do</todo:desc></td> > 19 > </tr> > <tr> > <td> > Priority > </td> > <td> > <todo:priority> > <select><option>1</option></select> > </todo:priority> > </td> > </tr> > <tr> > <td> </td> > <td> > <todo:submit> > <button>New</button> > </todo:submit> > </td> > </tr> > </table> > </lift:TD.add> > > ============================================================================== > Please access the attached hyperlink for an important electronic > communications disclaimer: > > http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html > ============================================================================== --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
