Learning JavaScriptMVC

Wojciech Bednarski

  • 出版商: Packt Publishing
  • 出版日期: 2013-05-16
  • 售價: $1,090
  • 貴賓價: 9.5$1,036
  • 語言: 英文
  • 頁數: 124
  • 裝訂: Paperback
  • ISBN: 1782160205
  • ISBN-13: 9781782160205
  • 相關分類: JavaScript
  • 下單後立即進貨 (約3~4週)

商品描述

Learn to build well-structured JavaScript web applications using JavaScriptMVC

Overview

  • Install JavaScriptMVC in three different ways, including installing using Vagrant and Chef
  • Document your JavaScript codebase and generate searchable API documentation.
  • Test your codebase and application as well as learning how to integrate tests with the continuous integration tool, Jenkins.

In Detail

JavaScriptMVC is a client-side, JavaScript framework that builds maintainable, error-free, lightweight applications as quickly as possible. As it does not depend on server components, it can be combined with any web service interface and server-side language.

"Learning JavaScriptMVC" will guide you through all the framework aspects and show you how to build small- to mid-size well-structured and documented client-side applications you will love to work on.

This book starts from JavaScriptMVC installation and all its components are explained with practical examples. It finishes with an example of building a web application. You will learn what the JavaScriptMVC framework is, how to install it, and how to use it efficiently.

This book will guide you on how to build a sample application from scratch, test its codebase using unit testing, as well as test the whole application using functional testing, document it, and deploy the same. After reading Learning JavaScriptMVC you will learn how to install the framework and create a well-structured, documented and maintainable client-side application.

What you will learn from this book

  • Install JavaScriptMVC in three different ways.
  • Document JavaScript codebase and generate searchable API documentation using DocumentJS.
  • Write unit tests using QUnit test framework.
  • Integrate test framework with the Jenkins continuous integration tool.
  • Work with a Model–View–Controller architectural web application.
  • Create and deploy a web application.

Approach

"Learning JavaScriptMVC" is a practical guide to learn about developing web applications with JavaScriptMVC.

Who this book is written for

This book is for anyone who is interested in developing small- and mid-size web applications with the JavaScriptMVC framework, which is based on the most popular JavaScript library – jQuery.

Readers should be familiar with JavaScript, browser APIs, jQuery, HTML5, and CSS.