- 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.
- C程序設計簡明教程(第二版)
- Game Programming Using Qt Beginner's Guide
- Learning Selenium Testing Tools with Python
- Visual Basic程序開發(學習筆記)
- 編寫整潔的Python代碼(第2版)
- C語言從入門到精通
- RESTful Java Web Services(Second Edition)
- Mastering Backbone.js
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- Vue.js光速入門及企業項目開發實戰
- 你真的會寫代碼嗎
- ROS機器人編程實戰
- 大規模語言模型開發基礎與實踐
- 嵌入式C編程實戰
- C#網絡編程高級篇之網頁游戲輔助程序設計