+ All Categories
Home > Technology > Lift web framework

Lift web framework

Date post: 15-May-2015
Category:
Upload: joel-correa
View: 181 times
Download: 0 times
Share this document with a friend
Description:
Overview on the keypoints of the Lift Framework
Popular Tags:
14
Presentation by Joel Correa - Software Engineer
Transcript
Page 1: Lift web framework

Presentation by Joel Correa - Software Engineer

Page 2: Lift web framework

What is lift

8 years old, founded by David Pollack

Page 3: Lift web framework

View first

SnippetsTemplates- No logic!- Pure Static templates

- Snippets are invoked by the template, and not vice-versa

Page 4: Lift web framework
Page 5: Lift web framework
Page 6: Lift web framework

Super simple REST support

Page 7: Lift web framework

Out-of-the-box security"[...] Because most of developers dont understand security."

SQL Injection

XSS

CSRF

Session management

Page 8: Lift web framework

Ajax support

Page 9: Lift web framework

Comet Sockets

Allows a web server to push data to a browser without the browser explicitly requesting it

Page 10: Lift web framework

Parallel Page Rendering

Page 11: Lift web framework

CSS selectorsTransform NodeSeq => NodeSeq

Page 12: Lift web framework

Scala Actors for concurrency

Page 13: Lift web framework

Disadvantages

- Terrible API- Outdated tutorials / Documentation- Learning curve

Page 14: Lift web framework

Presentation by Joel Correa - Software Engineer


Recommended