Scala
Компьютерная литература
  • формат pdf
  • размер 1.46 МБ
  • добавлен 10 мая 2010 г.
Derek Chen-Becker, Tyler Weir, Marius Danciu, The Definitive Guide to Lift: A Scala-based Web Framework
Paperback: 200 pages.
Publisher: Apress; 1 edition (May 15, 2009).
Language: English.
ISBN-10: 1430224215.
ISBN-13: 978-1430224211.
The Definitive Guide to Lift will educate you about Lift, a great framework for building compelling web applications. Lift is designed to make powerful techniques easily accessible, while keeping the overall framework simple and flexible. Lift makes it fun to develop because it lets you focus on the interesting parts of coding.
By the end of this book, you'll be able to create and extend any web application you can think of.
What you'll lea Explore Lift, the Scala-based web framework and its fundamentals, forms, SiteMap, and more Walk through the PocketChange demo application Use the Mapper and Record Frameworks Use and integrate Lift with JavaScript, Ajax, and COMET Create Lift widgets Persist with Lift using JPAs (Java Persistence APIs) Use Lift's tagging support and web services Use Scala actors, third-party integrators, and more Who is this book for?
This book is for Java web developers looking for something simpler by way of functional programming like Scala and its web framework, Lift. This book is also for Rails/Django web developers looking for something more scalable.
Похожие разделы
Смотрите также

Журнал - Практика Функционального Программирования 2011 № 7

  • формат pdf
  • размер 4 МБ
  • добавлен 13 апреля 2011 г.
Седьмой номер был небыстр и нелегок в производстве; долгими студёными зимними вечерами, не покладая рук, трудились авторы и редакторы над его созданием. Но, пожалуй, труды себя оправдали — по разнообразию и качеству содержимого этот номер беспрецедентен; низкий поклон авторам. Мы уверены, что читатели откроют для себя из статей много нового, и надеемся, что этот номер окажется большим шагом к выполнению нашей основной задачи: повысить осведомлённ...

Fogus M., Houser C. The Joy of Clojure: Thinking the Clojure

  • формат pdf
  • размер 22.01 МБ
  • добавлен 06 апреля 2011 г.
Michael Fogus, Chris Houser. The Joy of Clojure: Thinking the Clojure. Manning Publications, 2011. - 360 p. - ISBN: 1935182641 Clojure is a dynamic programming language that targets the Java Virtual Machine. The Joy of Clojure goes beyond the syntax, and shows how to write fluent, idiomatic Clojure code. Readers will learn to approach programming challenges from a Functional perspective and master the Lisp techniques that make Clojure so elegant...

Kiselyov O. Strongly Typed Heterogeneous Collections

  • формат pdf
  • размер 165.89 КБ
  • добавлен 09 марта 2011 г.
A shorter version of this paper appeared in the proceedings of the ACM SIGPLAN Haskell Workshop 2004, September 22, 2004, Snowbird, Utah, USA, Published by ACM Press. This longer version provides several appendices and some extra paragraphs. Краткое содержание: Introduction Not so strongly typed collections Typeful heterogeneous lists Numeral-based access operations Extensible records Type-based access operations Type-indexed products Database...

Loverdos C.K.K., Syropoulos A. Steps in Scala

  • формат pdf
  • размер 12.25 МБ
  • добавлен 05 декабря 2011 г.
CAMBRIDGE UNIVERSITY PRESS, 2010. - 485 p. - ISBN: 978-0-511-90054-9 Object-functional programming is already here. Scala is the most prominent representative of this exciting approach to programming, both in the small and in the large. In this book we show how Scala proves to be a highly expressive, concise, and scalable language, which grows with the needs of the programmer, whether professional or hobbyist. Read the book to see how to: - leve...

Martin Odersky, Lex Spoon, Bill Venners. Programming in Scala. 2nd edition

  • формат pdf
  • размер 21.06 МБ
  • добавлен 25 февраля 2011 г.
2e издание декабря 2010 года. Известная книга Мартина Одерски по наиболее прогрессивному в наше время функциональному языку Scala. 879 стр. Язык: английский. Overview. Contents. List of Figures. List of Tables. List of Listings. Foreword. Foreword to the First Edition. Acknowledgments. Introduction. - A Scalable Language. - First Steps in Scala. - Next Steps in Scala. - Classes and Objects. - Basic Types and Operations. - Functional Objects. - Bu...

Odersky M. Programming in Scala

  • формат pdf
  • размер 4.84 МБ
  • добавлен 28 ноября 2009 г.
Scala is an object-oriented programming language for the Java Virtual Machine. In addition to being object-oriented, Scala is also a functional language, and combines the best approaches to OO and functional programming. Programming in Scala is the definitive book on Scala, the new language for the Java Platform that blends object-oriented and functional programming concepts into a unique and powerful tool for developers. Coauthored by the desi...

Okasaki Chris. Purely Functional Data Structures

  • формат pdf
  • размер 614.14 КБ
  • добавлен 24 сентября 2010 г.
When a C programmer needs an efficient data structure for a particular problem, he or she can often simply look one up in any of a number of good textbooks or handbooks. Unfortunately, programmers in functional languages such as Standard ML or Haskell do not have this luxury. Although some data structures designed for imperative languages such as C can be quite easily adapted to a functional setting, most cannot, usually because they depend in cr...

Payne A. Programming Scala: Scalability = Functional Programming + Objects

  • формат pdf
  • размер 3.37 МБ
  • добавлен 25 декабря 2009 г.
Learn how to be more productive with Scala, a new multi-paradigm language for the Java Virtual Machine (JVM) that integrates features of both object-oriented and functional programming. With this book, you'll discover why Scala is ideal for highly scalable, component-based applications that support concurrency and distribution. Programming Scala clearly explains the advantages of Scala as a JVM language. You'll learn how to leverage the wealth o...

Pollak D. Beginning Scala

  • формат pdf
  • размер 9.25 МБ
  • добавлен 28 ноября 2009 г.
The open source Scala language is a Java–based dynamic scripting, functional programming language. Moreover, this highly scalable scripting language lends itself well to building Cloud–based/deliverable Software as a Service (SaaS) online applications. Written by Lift Scala web framework founder and lead Dave Pollak, Beginning Scala takes a down–to–earth approach to teaching Scala that leads you through simple examples that can be combined to bu...

Subramaniam V. Programming Scala.Tackle multi-core complexity on the Java Virtual Machine

  • формат pdf
  • размер 3.5 МБ
  • добавлен 28 ноября 2009 г.
The increasing popularity and availability of multicore processors is creating a whole new set of challenges--although you can enjoy true concurrency, you're now faced with higher contention and synchronization issues. Deploying an existing application on a multicore processor may bring out previously hidden concurrency issues. Java's multi-threading facility by itself isn't enough---it's a very low level abstraction. Instead, you need a paradigm...