top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Pro Docker [[electronic resource] /] / by Deepak Vohra
Pro Docker [[electronic resource] /] / by Deepak Vohra
Autore Vohra Deepak
Edizione [1st ed. 2016.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2016
Descrizione fisica 1 online resource (265 p.)
Disciplina 004
Collana Expert's Voice in Open Source
Soggetto topico Open source software
Computer programming
Database management
Software engineering
Open Source
Database Management
Software Engineering
ISBN 1-4842-1830-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. Hello Docker -- 2.Installing Linux -- 3.Oracle Database -- 4.MySQL Database -- 5.MongoDB -- 6.Apache Cassandra -- 7.Couchbase -- 8.Apache Hadoop -- 9.Apache Hive -- 10.Apache HBase -- 11.Apache Sqoop -- 12.Apache Kafka -- 13.Apache Solr -- 14.Apache Spark -- Appendix.
Record Nr. UNINA-9910254757303321
Vohra Deepak  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2016
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Pro MongoDB Development [[electronic resource] /] / by Deepak Vohra
Pro MongoDB Development [[electronic resource] /] / by Deepak Vohra
Autore Vohra Deepak
Edizione [1st ed. 2015.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Descrizione fisica 1 online resource (493 p.)
Disciplina 004
Collana Expert's Voice in Databases
Soggetto topico Database management
Database Management
ISBN 1-4842-1598-2
1-4842-1599-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Contents at a Glance; Contents; About the Author; About the Technical Reviewers; Introduction; Chapter 1: Using a Java Client with MongoDB; Setting Up the Environment; Creating a Maven Project; Creating a BSON Document; Using a Model to Create a BSON Document; Getting Data from MongoDB; Updating Data in MongoDB; Deleting Data in MongoDB; Summary; Chapter 2: Using the Mongo Shell; Getting Started; Setting Up the Environment; Starting the Mongo Shell; Running a Command or Method in Mongo Shell; Using Databases; Getting Databases Information; Creating a Database Instance
Dropping a Database Using Collections; Creating a Collection; Dropping a Collection; Using Documents; Adding a Document; Adding a Batch of Documents ; Saving a Document ; Updating a Document ; Updating Multiple Documents ; Finding One Document; Finding All Documents; Finding Selected Fields; Using the Cursor ; Finding and Modifying a Document ; Removing a Document; Summary; Chapter 3: Using MongoDB with PHP; Getting Started; Overview of the PHP MongoDB Database Driver; Setting Up the Environment; Installing PHP; Installing PHP Driver for MongoDB; Creating a Connection
Getting Database Info Using Collections; Getting a Collection; Dropping a Collection; Using Documents; Adding a Document; Adding Multiple Documents; Adding a Batch of Documents; Finding a Single Document; Finding All Documents; Finding a Subset of Fields and Documents; Updating a Document; Updating Multiple Documents; Saving a Document; Removing a Document; Summary; Chapter 4: Using MongoDB with Ruby; Getting Started; Overview of the Ruby Driver for MongoDB; Setting Up the Environment; Installing Ruby; Installing DevKit; Installing Ruby Driver for MongoDB
Using a Collection Creating a Connection with MongoDB; Connecting to a Database; Creating a Collection; Using Documents; Adding a Document; Adding Multiple Documents; Finding a Single Document; Finding Multiple Documents; Updating Documents; Deleting Documents; Performing Bulk Operations; Summary; Chapter 5: Using MongoDB with Node.js; Getting Started; Overview of Node.js Driver for MongoDB; Setting Up the Environment; Installing MongoDB Server; Installing Node.js; Installing the Node.js Driver for MongoDB; Using a Connection; Creating a MongoDB Connection
Using the Database Using a Collection; Using Documents ; Adding a Single Document; Adding Multiple Documents; Finding a Single Document; Finding All Documents; Finding a Subset of Documents; Using the Cursor; Finding and Modifying a Single Document; Finding and Removing a Single Document; Replacing a Single Document; Updating a Single Document; Updating Multiple Documents; Removing a Single Document; Removing Multiple Documents; Performing Bulk Write Operations; Summary; Chapter 6: Migrating an Apache Cassandra Table to MongoDB; Setting Up the Environment
Creating a Maven Project in Eclipse
Record Nr. UNINA-9910300650003321
Vohra Deepak  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Processing XML documents with Oracle JDeveloper 11g [[electronic resource] ] : creating, validating, and transforming XML documents with Oracle's IDE / / Deepak Vohra
Processing XML documents with Oracle JDeveloper 11g [[electronic resource] ] : creating, validating, and transforming XML documents with Oracle's IDE / / Deepak Vohra
Autore Vohra Deepak
Pubbl/distr/stampa Birmingham, Great Britain, : Packt Publishing, 2009
Descrizione fisica 1 online resource (384 p.)
Disciplina 005.133
006.7
Collana From technologies to solutions
Learn by doing : less theory, more results
Soggetto topico XML (Document markup language)
Internet programming
Web sites - Design
Soggetto genere / forma Electronic books.
ISBN 1-282-06320-0
9786612063206
1-84719-667-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Table of Contents; Preface; Creating and Parsing an XML Document; Setting the environment; Generating an XML document; Creating the factory; Creating the DOM document object; Creating the root element; Constructing the DOM document; Outputting the DOM document; Running the Java application; Parsing an XML document with the DOM API; Creating the factory; Creating a DOM document object; Outputting the XML document components' values; Running the Java application; Parsing an XML document with the SAX API; Creating the factory; Parsing the XML document; Running the Java application
SummaryCreating an XML Schema; An overview of XML Schema; Root element; Element component; SimpleType component; ComplexType component; Setting the environment; Creating an XML schema; Registering an XML schema; Creating an XML document from the XML schema; Summary; XML Schema Validation; JDeveloper built-in schema validation; Schema validation in XDK 11g; Setting the environment; Schema validation with XSDValidator; Creating a schema validator; Setting the error handler; Validating the XML document; Running the Java application; Schema validation with a SAX parser; Creating a SAX parser
Setting the error handlerValidating the XML document; Running the Java application; Schema validation with a DOM parser; Creating a DOM parser; Setting the error handler; Parsing the XML document; Running the Java application; Summary; XPath; What is XPath?; XPath support in Oracle XDK 11g; Setting the environment; XPath search; Selecting nodes with absolute location paths; Selecting nodes with relative location paths; Selecting namespace nodes; Selecting nodes with XPath API; Creating the DOM parser; Method selectSingleNode(String); Method selectNodes(String)
Method selectSingleNode(String,NSResolver)Method selectNodes(String,NSResolver); Running the Java application; Summary; Transforming XML with XSLT; What we will cover in this chapter; Setting the environment for XSLT transformation; Transforming an XML document; Parsing the XML document; Creating the TransformerFactory; Creating the Transformer; Running the application; XSLT extension functions; Setting the environment for XSLT extension functions; Creating the stylesheet containing the extension functions; Instantiating Java classes; Parsing the XML
Storing Java results in XSLT-non-static methodStoring Java results in XSLT-static method; Modifying attributes; Modifying element text; Stylesheet with extension functions; Processing the extension functions; Summary; JSTL XML Tag Library; Overview of the JSTL XML tag library; Setting the environment; Parsing with the JSTL XML tag library; Transforming with the JSTL XML tag library; Summary; Loading and Saving XML with DOM 3.0 LS; Background; The API; Setting the environment; Loading an XML document; Creating the LSParser; Adding event handling; Parsing the XML document
Saving an XML document
Record Nr. UNINA-9910456619303321
Vohra Deepak  
Birmingham, Great Britain, : Packt Publishing, 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Processing XML documents with Oracle JDeveloper 11g [[electronic resource] ] : creating, validating, and transforming XML documents with Oracle's IDE / / Deepak Vohra
Processing XML documents with Oracle JDeveloper 11g [[electronic resource] ] : creating, validating, and transforming XML documents with Oracle's IDE / / Deepak Vohra
Autore Vohra Deepak
Pubbl/distr/stampa Birmingham, Great Britain, : Packt Publishing, 2009
Descrizione fisica 1 online resource (384 p.)
Disciplina 005.133
006.7
Collana From technologies to solutions
Learn by doing : less theory, more results
Soggetto topico XML (Document markup language)
Internet programming
Web sites - Design
ISBN 1-282-06320-0
9786612063206
1-84719-667-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Table of Contents; Preface; Creating and Parsing an XML Document; Setting the environment; Generating an XML document; Creating the factory; Creating the DOM document object; Creating the root element; Constructing the DOM document; Outputting the DOM document; Running the Java application; Parsing an XML document with the DOM API; Creating the factory; Creating a DOM document object; Outputting the XML document components' values; Running the Java application; Parsing an XML document with the SAX API; Creating the factory; Parsing the XML document; Running the Java application
SummaryCreating an XML Schema; An overview of XML Schema; Root element; Element component; SimpleType component; ComplexType component; Setting the environment; Creating an XML schema; Registering an XML schema; Creating an XML document from the XML schema; Summary; XML Schema Validation; JDeveloper built-in schema validation; Schema validation in XDK 11g; Setting the environment; Schema validation with XSDValidator; Creating a schema validator; Setting the error handler; Validating the XML document; Running the Java application; Schema validation with a SAX parser; Creating a SAX parser
Setting the error handlerValidating the XML document; Running the Java application; Schema validation with a DOM parser; Creating a DOM parser; Setting the error handler; Parsing the XML document; Running the Java application; Summary; XPath; What is XPath?; XPath support in Oracle XDK 11g; Setting the environment; XPath search; Selecting nodes with absolute location paths; Selecting nodes with relative location paths; Selecting namespace nodes; Selecting nodes with XPath API; Creating the DOM parser; Method selectSingleNode(String); Method selectNodes(String)
Method selectSingleNode(String,NSResolver)Method selectNodes(String,NSResolver); Running the Java application; Summary; Transforming XML with XSLT; What we will cover in this chapter; Setting the environment for XSLT transformation; Transforming an XML document; Parsing the XML document; Creating the TransformerFactory; Creating the Transformer; Running the application; XSLT extension functions; Setting the environment for XSLT extension functions; Creating the stylesheet containing the extension functions; Instantiating Java classes; Parsing the XML
Storing Java results in XSLT-non-static methodStoring Java results in XSLT-static method; Modifying attributes; Modifying element text; Stylesheet with extension functions; Processing the extension functions; Summary; JSTL XML Tag Library; Overview of the JSTL XML tag library; Setting the environment; Parsing with the JSTL XML tag library; Transforming with the JSTL XML tag library; Summary; Loading and Saving XML with DOM 3.0 LS; Background; The API; Setting the environment; Loading an XML document; Creating the LSParser; Adding event handling; Parsing the XML document
Saving an XML document
Record Nr. UNINA-9910780625103321
Vohra Deepak  
Birmingham, Great Britain, : Packt Publishing, 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Processing XML documents with Oracle JDeveloper 11g : creating, validating, and transforming XML documents with Oracle's IDE / / Deepak Vohra
Processing XML documents with Oracle JDeveloper 11g : creating, validating, and transforming XML documents with Oracle's IDE / / Deepak Vohra
Autore Vohra Deepak
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, Great Britain, : Packt Publishing, 2009
Descrizione fisica 1 online resource (384 p.)
Disciplina 005.133
006.7
Collana From technologies to solutions
Learn by doing : less theory, more results
Soggetto topico XML (Document markup language)
Internet programming
Web sites - Design
ISBN 1-282-06320-0
9786612063206
1-84719-667-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Table of Contents; Preface; Creating and Parsing an XML Document; Setting the environment; Generating an XML document; Creating the factory; Creating the DOM document object; Creating the root element; Constructing the DOM document; Outputting the DOM document; Running the Java application; Parsing an XML document with the DOM API; Creating the factory; Creating a DOM document object; Outputting the XML document components' values; Running the Java application; Parsing an XML document with the SAX API; Creating the factory; Parsing the XML document; Running the Java application
SummaryCreating an XML Schema; An overview of XML Schema; Root element; Element component; SimpleType component; ComplexType component; Setting the environment; Creating an XML schema; Registering an XML schema; Creating an XML document from the XML schema; Summary; XML Schema Validation; JDeveloper built-in schema validation; Schema validation in XDK 11g; Setting the environment; Schema validation with XSDValidator; Creating a schema validator; Setting the error handler; Validating the XML document; Running the Java application; Schema validation with a SAX parser; Creating a SAX parser
Setting the error handlerValidating the XML document; Running the Java application; Schema validation with a DOM parser; Creating a DOM parser; Setting the error handler; Parsing the XML document; Running the Java application; Summary; XPath; What is XPath?; XPath support in Oracle XDK 11g; Setting the environment; XPath search; Selecting nodes with absolute location paths; Selecting nodes with relative location paths; Selecting namespace nodes; Selecting nodes with XPath API; Creating the DOM parser; Method selectSingleNode(String); Method selectNodes(String)
Method selectSingleNode(String,NSResolver)Method selectNodes(String,NSResolver); Running the Java application; Summary; Transforming XML with XSLT; What we will cover in this chapter; Setting the environment for XSLT transformation; Transforming an XML document; Parsing the XML document; Creating the TransformerFactory; Creating the Transformer; Running the application; XSLT extension functions; Setting the environment for XSLT extension functions; Creating the stylesheet containing the extension functions; Instantiating Java classes; Parsing the XML
Storing Java results in XSLT-non-static methodStoring Java results in XSLT-static method; Modifying attributes; Modifying element text; Stylesheet with extension functions; Processing the extension functions; Summary; JSTL XML Tag Library; Overview of the JSTL XML tag library; Setting the environment; Parsing with the JSTL XML tag library; Transforming with the JSTL XML tag library; Summary; Loading and Saving XML with DOM 3.0 LS; Background; The API; Setting the environment; Loading an XML document; Creating the LSParser; Adding event handling; Parsing the XML document
Saving an XML document
Record Nr. UNINA-9910818813803321
Vohra Deepak  
Birmingham, Great Britain, : Packt Publishing, 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui