Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Series TitleSeries Title
-
Reading LevelReading Level
-
YearFrom:-To:
-
More FiltersMore FiltersContent TypeItem TypeIs Full-Text AvailableSubjectCountry Of PublicationPublisherSourceTarget AudienceDonorLanguagePlace of PublicationContributorsLocation
Done
Filters
Reset
571,279
result(s) for
"DOCUMENT"
Sort by:
Java XML and JSON : document processing for Java SE
\"Use this guide to master the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML and JSON documents from the Java language. New in this edition is coverage of Jackson (a JSON processor for Java) and Oracle's own Java API for JSON processing (JSON-P), which is a JSON processing API for Java EE that also can be used with Java SE. This new edition of \"Java XML and JSON\" also expands coverage of DOM and XSLT to include additional API content and useful examples. All examples in this book have been tested under Java 11. In some cases, source code has been simplified to use Java 11's var language feature. The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining six chapters focus on JSON along with the mJson, GSON, JsonPath, Jackson, and JSON-P APIs. Each chapter ends with select exercises designed to challenge your grasp of the chapter's content. An appendix provides the answers to these exercises.\"--Provided by publisher.
Imaging of photo‐oxidative stress responses in leaves
by
Oxborough, Kevin
,
Fryer, Michael J.
,
Baker, Neil R.
in
10pt
,
3′‐diaminobenzidine
,
5‐dihydro‐1H‐pyrrole
2002
High resolution digital imaging was used to identify sites of photo‐oxidative stress responses in Arabidopsis leaves non‐invasively, and to demonstrate the potential of using a suite of imaging techniques for the study of oxidative metabolism in planta. Tissue‐specific photoinhibition of photosynthesis in individual chloroplasts in leaves was imaged by chlorophyll fluorescence microscopy. Singlet oxygen production was assessed by imaging the quenching of the fluorescence of dansyl‐2,2,5,5‐tetramethyl‐2,5‐dihydro‐1H‐pyrrole (DanePy) that results from its reaction with singlet oxygen. Superoxide and hydrogen peroxide accumulation were visualized by the reduction of nitroblue tetrazolium (NBT) to formazan deposits and by polymerization with 3,3′‐diaminobenzidine (DAB), respectively. Stress‐induced expression of a gene involved with antioxidant metabolism was imaged from the bioluminescence from leaves of an Arabidopsis APX2‐LUC transformant, which co‐expresses an ascorbate peroxidase (APX2) with firefly luciferase. Singlet oxygen and superoxide production were found to be primarily located in mesophyll tissues whereas hydrogen peroxide accumulation and APX2 gene expression were primarily localized in the vascular tissues.
Journal Article
SQL server advanced data types : JSON, XML, and beyond
Deliver advanced functionality faster and cheaper by exploiting SQL Server's ever-growing amount of built-in support for modern data formats. Learn about the growing support within SQL Server for operations and data transformations that have previously required third-party software and all the associated licensing and development costs. Benefit through a better understanding of what can be done inside the database engine with no additional costs or development time invested in outside software. Widely used types such as JSON and XML are well-supported by the database engine. The same is true of hierarchical data and even temporal data. Knowledge of these advanced types is crucial to unleashing the full power that's available from your organization's SQL Server database investment. SQL Server Advanced Data Types explores each of the complex data types supplied within SQL Server. Common usage scenarios for each complex data type are discussed, followed by a detailed discussion on how to work with each data type. Each chapter demystifies the complex data and you learn how to use the data types most efficiently. The book offers a practical guide to working with complex data, using real-world examples to demonstrate how each data type can be leveraged. Performance considerations are also discussed, including the implementation of special indexes such as XML indexes and spatial indexes. What You'll Learn: Understand the implementation of basic data types and why using the correct type is so important Work with XML data through the XML data type Construct XML data from relational result sets Store and manipulate JSON data using the JSON data type Model and analyze spatial data for geographic information systems Define hierarchies and query them efficiently through the HierarchyID type.