Lift is the old web model, like JSP/ASP/PHP/Struts/Rails/Django where web applications used to be structured as server applications that dynamically built HTML responses to form submits.
I suggest the client side web development model. Build your web GUI as a JavaScript application with a JavaScript library such as Google Closure or ExtJS or YUI or the JQuery ecosystem, and implement your server side processing as a web service. I've built Scala web service with Jersey (REST + JSON) to support a client-side JavaScript application and it worked out pretty well. On Aug 14, 7:03 pm, ryan <[email protected]> wrote: > I am trying to learn Scala.. I am looking for a web framework.. > Should I choose Lift or Play? -- You received this message because you are subscribed to the Google Groups "The Java Posse" 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/javaposse?hl=en.
