- 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.
- LabVIEW2018中文版 虛擬儀器程序設(shè)計(jì)自學(xué)手冊(cè)
- Python深度學(xué)習(xí)
- NumPy Essentials
- NativeScript for Angular Mobile Development
- 基于免疫進(jìn)化的算法及應(yīng)用研究
- 零基礎(chǔ)學(xué)單片機(jī)C語(yǔ)言程序設(shè)計(jì)
- 程序設(shè)計(jì)基礎(chǔ)教程:C語(yǔ)言
- Android系統(tǒng)下Java編程詳解
- Mastering Android Studio 3
- 用Go語(yǔ)言自制編譯器
- Learning Redux
- 面向?qū)ο蠓治雠c設(shè)計(jì)(第3版)
- C++從零開始學(xué)(視頻教學(xué)版)(第2版)
- Mastering PostgreSQL 11(Second Edition)
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)教程