首頁(yè) > 計(jì)算機(jī)網(wǎng)絡(luò) >
編程語(yǔ)言與程序設(shè)計(jì)
> Lift Application Development Cookbook最新章節(jié)目錄
舉報(bào)

會(huì)員
Lift Application Development Cookbook
最新章節(jié):
Index
LiftApplicationDevelopmentCookbookcontainspracticalrecipesoneverythingyouwillneedtocreatesecurewebapplicationsusingthisamazingframework.Thebookfirstteachesyoubasictopicssuchasstartinganewapplicationandgraduallymovesontoteachyouadvancedtopicstoachieveacertaintask.Then,itexplainseverystepindetailsothatyoucanbuildyourknowledgeabouthowthingswork.ThisbookisfordeveloperswhohaveatleastsomebasicknowledgeaboutScalaandwhoarelookingforafunctional,secure,andmodernwebframework.PriorexperiencewithHTMLandJavaScriptisassumed.
目錄(78章)
倒序
- 封面
- 版權(quán)信息
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Preface
- Chapter 1. Getting Started with Lift Basics
- Introduction
- Creating a Lift application using SBT
- Creating a Lift application using Maven
- Defining a SiteMap
- Logging using logback
- Sending e-mails using Gmail's SMTP server
- Chapter 2. Working with HTML
- Introduction
- Transforming HTML elements using their IDs
- Creating an HTML list using CSS selectors
- Creating an HTML table with dynamically defined columns
- Nesting snippets
- Dynamic menu rendering
- Localizing templates
- Testing snippets using Specs2
- Creating custom error pages
- Sending JavaScript commands from the server
- Invoking server-side functions from the client
- Chapter 3. Working with Forms
- Introduction
- Creating forms
- Validating forms
- Creating an Ajax form
- Creating multipage forms
- Defining a relation between form fields
- Chapter 4. Working with REST
- Introduction
- Getting data from the server
- Creating data using the REST service
- Modifying data using the REST service
- Deleting data using the REST service
- Testing a REST service using Specs2
- Uploading a file using the REST service
- Creating an RSS feed
- Chapter 5. Working with Databases
- Introduction
- Configuring a connection to database
- Mapping a table to a Scala class
- Creating one-to-many relationships
- Creating many-to-many relationships
- Creating CRUD features with CRUDify
- Paginating result sets
- Using an in-memory database in application tests
- Chapter 6. Working with Record
- Introduction
- Configuring a connection to a database using Squeryl
- Migrating the database using Liquibase
- Creating one-to-many relationships
- Creating many-to-many relationships
- Paginating result sets using Record
- Testing your application using an in-memory database
- Chapter 7. Working with MongoDB
- Introduction
- Connecting to MongoDB using record
- Mapping a MongoDB collection to a Scala class
- Mapping embedded objects
- Mapping referenced objects
- Querying with Rogue
- Chapter 8. Integrating Lift with Social Media
- Introduction
- Signing up using a Facebook account
- Fetching a user's Facebook data
- Signing up using a Gmail account
- Fetching a user's Gmail data
- Signing up using a LinkedIn account
- Fetching a user's LinkedIn data
- Signing up using a Twitter account
- Fetching a user's Twitter data
- Index 更新時(shí)間:2021-08-04 10:06:00
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Implementing Modern DevOps
- 企業(yè)級(jí)Java EE架構(gòu)設(shè)計(jì)精深實(shí)踐
- Microsoft Application Virtualization Cookbook
- 基于Java技術(shù)的Web應(yīng)用開(kāi)發(fā)
- 數(shù)據(jù)結(jié)構(gòu)(Java語(yǔ)言描述)
- 精通API架構(gòu):設(shè)計(jì)、運(yùn)維與演進(jìn)
- Building a Recommendation Engine with Scala
- Modular Programming in Java 9
- Building Serverless Applications with Python
- Oracle 18c 必須掌握的新特性:管理與實(shí)戰(zhàn)
- Protocol-Oriented Programming with Swift
- Java圖像處理:基于OpenCV與JVM
- Flask Web開(kāi)發(fā):基于Python的Web應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第2版)
- UI設(shè)計(jì)基礎(chǔ)培訓(xùn)教程(全彩版)
- 深入淺出Python數(shù)據(jù)分析
- SFML Game Development
- R語(yǔ)言:邁向大數(shù)據(jù)之路
- 樹(shù)莓派開(kāi)發(fā)從零開(kāi)始學(xué):超好玩的智能小硬件制作書
- Game Development Patterns and Best Practices
- Java與Android移動(dòng)應(yīng)用開(kāi)發(fā):技術(shù)、方法與實(shí)踐
- Go語(yǔ)言從入門到進(jìn)階實(shí)戰(zhàn)(視頻教學(xué)版)
- Delphi Cookbook
- INSTANT Jsoup How-to
- Python金融風(fēng)控策略實(shí)踐
- 零基礎(chǔ)學(xué)Python爬蟲(chóng)、數(shù)據(jù)分析與可視化從入門到精通
- Mastering Swift
- Spring Boot從入門到精通
- 計(jì)算機(jī)技術(shù)及創(chuàng)新案例
- TypeScript 2.x for Angular Developers