JavaScript JSON Cookbook
eBook - ePub

JavaScript JSON Cookbook

Ray Rischpater

Condividi libro
  1. 192 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

JavaScript JSON Cookbook

Ray Rischpater

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

About This Book

  • Create, deploy, and manage virtualized workloads on a public cloud platform using VMware vCloud Air
  • Dive into the world of VMware vCloud and discover the key best practices and steps to perform disaster recovery using vCloud Air
  • Monitor and automate your vCloud Air infrastructure using the VMware vRealize suite of products

Who This Book Is For

This book is intended for cloud engineers or administrators who wish to explore and gain hands-on experience of VMware vCloud Air. To make the most of this book, it would be beneficial to have a bit of familiarity with basic VMware vCloud concepts, but no prior experience is required.

What You Will Learn

  • Get to know cloud computing in detail: its features, benefits, and uses
  • Explore the key features and functionalities of VMware vCloud Air
  • Create and deploy your own virtual infrastructure on a public cloud
  • Connect your workloads securely to internal and external networks
  • Secure your infrastructure using firewalls and security policies
  • Safeguard and protect your workloads using top of the line disaster recovery solutions
  • Monitor and explore various aspects of VMware vCloud Air using the VMware vRealize suite of products
  • Design a secure infrastructure on VMware vCloud Air with the help of tips and best practices

In Detail

VMware vCloud Air is a cloud offering by VMware that provides you with the flexibility and agility to create and manage your virtualized workloads with ease on a VMware-backed cloud platform.

This book starts off by providing you with a few key features and benefits of cloud computing, along with some interesting real-world use cases. You'll walk through how to integrate your vCloud Air with either an on-premise VMware-based private cloud or a different public cloud provider. Next, you'll explore the performance and workloads of your vCloud Air instance using VMware vRealize Operations Manager. Finally, you'll also learn how to leverage vCloud Air's Disaster Recovery as a Service (DRaaS) offering.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
JavaScript JSON Cookbook è disponibile online in formato PDF/ePub?
Sì, puoi accedere a JavaScript JSON Cookbook di Ray Rischpater in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Ciencia de la computación e Programación de dispositivos móviles. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

JavaScript JSON Cookbook


Table of Contents

JavaScript JSON Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Reading and Writing JSON on the Client
Introduction
Reading and writing JSON in JavaScript
Getting ready
How to do it...
How it works...
There's more...
Reading and writing JSON in C++
Getting ready
How to do it...
How it works...
See also
Reading and writing JSON in C#
Getting ready
How to do it...
How it works...
There's more...
See also
Reading and writing JSON in Java
Getting ready
How to do it...
There's more…
See also
Reading and writing JSON in Perl
How to do it...
How it works...
See also
Reading and writing JSON in Python
Getting ready
How to do it...
How it works...
See also
2. Reading and Writing JSON on the Server
Reading and writing JSON in Clojure
Getting ready
How to do it...
There's more...
Reading and writing JSON in F#
Getting ready
How to do it...
How it works...
There's more...
Reading and writing JSON with Node.js
Getting ready
How to do it...
See also
Reading and writing JSON in PHP
How to do it...
Reading and writing JSON in Ruby
Getting ready
How to do it...
See also
3. Using JSON in Simple AJAX Applications
Introduction
Setting up the server
Setting up the client page
Creating an XMLHttpRequest object
How to do it...
How it works…
See also
Making an asynchronous request for data
How to do it...
How it works…
See also
Sending JSON to your web server
How to do it...
How it works…
Accepting JSON using Node.js
How to do it...
How it works…
See also
Getting the progress of an asynchronous request
How to do it...
How it works…
There's more...
See also
Parsing the returned JSON
How to do it...
How it works…
There's more...
Issuing a web service request using Node.js
Getting ready
How to do it...
How it works…
There's more...
See also
4. Using JSON in AJAX Applications with jQuery and AngularJS
Introduction
Adding a dependency to jQuery to your web page
How to do it...
How it works…
There's more…
See also
Requesting JSON content using jQuery
How to do it...
How it works…
See also
Sending JSON to your web server using jQuery
How to do it...
How it works…
Getting the progress of a request using jQuery
How to do it...
How it works…
There's more...
Parsing the returned JSON using jQuery
How to do it...
How it works…
There's more...
Adding a dependency to AngularJS to your web page
How to do it...
How it works…
See also
Requesting JSON content using AngularJS
How to do it...
How it works…
There's more...
See also
Sending JSON to your web server using AngularJS
How to do it...
How it works…
There's more...
Getting the progress of a request using AngularJS
How to do it...
How it works…
Parsing the returned JSON using AngularJS
How to do it...
How it works…
5. Using JSON with MongoDB
Introduction
Setting up MongoDB
How to do it…
How it works…
Installing the MongoDB database driver for Node.js
How to do it…
Installing the express module for Node.js
How to do it…
How it works…
See also
Connecting to a MongoDB database using Node.js
How to do it...
How it works…
See also
Creating a document in MongoDB using Node.js
How to do it...
How it works…
There's more
See also
Searching for a document in MongoDB with Node.js
How to do it...
How it works…
There's more
See also
Updating a document in MongoDB with Node.js
How to do it...
How it works…
There's more…
See also
Deleting a document in MongoDB using Node.js
How to do it...
How it works…
See also
Using REST to search MongoDB
How to do it...
How it works…
There's more
Using REST to create a document in MongoDB
How to do it...
How it works…
Using REST to update a document in MongoDB
How to do it...
How it works…
Using REST to delete a document in MongoDB
How to do it...
How it works…
6. Using JSON with CouchDB
Introduction
Installing and setting up CouchDB and Cradle
How to do it…
How it works…
See also
Connecting to a CouchDB database using Node.js and Cradle
How to do it...
How it works…
Creating a CouchDB database using Node.js and Cradle
How to do it...
How it works…
There's more…
Creating a document in CouchDB using Node.js and Cradle
How to do it...
How it works…
Setting up a data view in CouchDB with Node.js and Cradle
How to do it...
How it works…
See also
Searching for a document in CouchDB with Node.js and Cradle
How to do it...
How it works…
There's more
See also
Updating a document in CouchDB with Node.js and Cradle
How to do it...
Deleting a document in CouchDB using Node.js and Cradle
How to do it...
There's more…
Using REST to enumerate CouchDB records
How to do it...
How it works…
See also
Using REST to search CouchDB
How to do it...
How it works…
Using REST to upsert a document in CouchDB
How t...

Indice dei contenuti