- Lift Application Development Cookbook
- Gilberto T. Garcia Jr.
- 181字
- 2021-08-04 10:05:43
Introduction
In the previous chapter, we learned how to create a Lift project using both SBT and Maven. We also learned how to do basic things such as sending e-mails and configuring the SiteMap.
We also created few pages and examples to demonstrate some of the features of this amazing framework called Lift.
As, Lift is a framework used to build websites and applications using Scala, we need to learn how to create pages, how to manipulate HTML to create dynamic pages, how to localize our website, and a lot of other useful things that are necessary while building a website.
Another neat feature that you will see in the following recipes, is that Lift templates are designer friendly. That is because bindings between HTML and Lift
snippets are made by adding markups inside the data-lift
attribute of HTML tags. Since this is all you need to create the binding, your HTML file will be valid and designers working on the same project won't have a hard time editing them.
These are the topics that we will learn in this chapter.
- Qt 5 and OpenCV 4 Computer Vision Projects
- 軟件測試項目實戰之性能測試篇
- SQL for Data Analytics
- Mastering Ubuntu Server
- Building Cross-Platform Desktop Applications with Electron
- Java性能權威指南(第2版)
- Python機器學習算法與實戰
- RabbitMQ Cookbook
- C++新經典
- jQuery炫酷應用實例集錦
- Learning Apache Karaf
- Extreme C
- Python語言科研繪圖與學術圖表繪制從入門到精通
- ROS機器人編程實戰
- ASP.NET本質論