Learning Dart
Год: 2014
Автор: Dzenan Ridjanovic, Ivo Balbaert
Жанр: Программирование
Издательство: Packt Publishing
ISBN: 978-1849697422
Язык: Английский
Формат: PDF/EPUB
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 388
Описание: Dart is a new open source programming language for the Web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used with a wide range of devices, including phones, tablets, laptops, and servers. It encompasses the lessons that have been learned over the last two decades of web programming. Stop solving new challenges with the same old tools - let Dart show you a whole new way.
You will explore how to build web games using HTML5, how to integrate audio and video into your applications, and how to process and show data in HTML5 forms with Dart. The book also shows you how web components fit together with HTML5 and how to apply them in business web applications. You also learn how to store data on the client, how to communicate data between client and server with JSON, and how to store JSON data with MongoDB.
What you will learn from this book:
Structure your code using functions, classes, generics, packages, and libraries
Model web applications with domain model frameworks
Use the power of modern browsers for processing and storing data
Build web games in HTML5 and code them in Dart
Get an overview of the available UI and MVC frameworks to use with Dart
Build the complex UI needed in business applications with Dart's Web UI framework based on web components
Store your data with MongoDB, one of the most popular NoSQL databases, and access your MongoDB databases from Dart
Chapter 1. Dart -- A Modern Web Programming Language
Chapter 2. Getting to Work with Dart
Chapter 3. Structuring Code with Classes and Libraries
Chapter 4. Modeling Web Applications with Model Concepts and Dartlero
Chapter 5. Handling the DOM in a New Way
Chapter 6. Combining HTML Forms with Dart
Chapter 7. Building Games with HTML5 and Dart
Chapter 8. Developing Business Applications with Polymer Web Components
Chapter 9. Modeling More Complex Applications with Dartling
Chapter 10. MVC and UI Frameworks in Dart -- an Overview
Chapter 11. Local Data and Client-server Communication
Chapter 12. Data-driven Web Applications with MySQL and MongoDB