05885nam 22007455 450 99646557220331620200702094317.03-540-69647-410.1007/3-540-63792-3(CKB)1000000000234759(SSID)ssj0000322484(PQKBManifestationID)11243192(PQKBTitleCode)TC0000322484(PQKBWorkID)10287574(PQKB)11268022(DE-He213)978-3-540-69647-6(PPN)155215361(EXLCZ)99100000000023475920121227d1997 u| 0engurnn#008mamaatxtccrDeductive and Object-Oriented Databases[electronic resource] 5th International Conference, DOOD'97, Montreux, Switzerland, December 8-12, 1997. Proceedings /edited by Francois Bry, Raghu Ramakrishnan, Kotagiri Ramamohanarao1st ed. 1997.Berlin, Heidelberg :Springer Berlin Heidelberg :Imprint: Springer,1997.1 online resource (XV, 437 p.)Lecture Notes in Computer Science,0302-9743 ;1341Bibliographic Level Mode of Issuance: Monograph3-540-63792-3 Efficient data structures for deduction systems -- Inductive logic databases: From extensional to intensional knowledge -- Sharing software tools on the WEB: The IDEA Web Lab -- Transactional workflows -- From action theories to updates, transactions, triggers and agents — A tutorial -- Data warehousing and OLAP for decision support -- Maintaining constrained transitive closure by conjunctive queries -- Incremental updates for materialized OQL views -- View maintenance using conditional tables -- Adding uniqueness constraints to description logics -- A point-based temporal extension of SQL -- Attribute-oriented view definitions in relational and deductive databases -- Exploiting semantic of typed objects under an optimistic control in the transactional deferred update model: A promising approach -- Logical updating of object class structures -- An approach to obtain intensional translations for consistent view updating -- Trigger inheritance and overriding in active object database systems -- Object deltas in an active database development environment -- The coast project: Design and implementation -- Formal characterizations of active databases: Part II -- The nonmonotonic semantics of active rules in deductive databases -- Datalog++: A basis for active object-oriented databases -- Comparison of categorical foundations of object-oriented database model -- Well-founded semantics for deductive object-oriented database languages -- Deterministic semantics for datalog ?: complexity and expressive power -- On implementing structured document query facilities on top of a DOOD -- A data mining algorithm optimal for single rules -- On a declarative semantics for web queries -- Rule-based generation of logical query plans with controlled complexity -- A rule-based data manipulation language for OLAP systems -- A general model for event specification in active database management systems -- Optimizing large OODB queries -- Nonmonotonic inheritance through specialization -- Overview of dynamic query evaluation in intensional query optimization -- Towards efficient evaluation of methods by reduction.This book constitutes the refereed proceedings of the 5th International Conference on Deductive and Object-Oriented Databases, DOOD'97, held in Montreux, Switzerland, in December 1997. The 22 revised full papers presented in this book were selected from a total of 59 submissions. Also included are abstracts or full versions of three invited talks and three tutorials and six short presentations. The papers are organized in topical sections on materialized view maintenance, extending DBMs features, database updates, managing change in object databases, semantics of active databases, formal semantics, and new directions.Lecture Notes in Computer Science,0302-9743 ;1341Data structures (Computer science)Computer programmingDatabase managementArtificial intelligenceInformation technologyBusiness—Data processingData Structures and Information Theoryhttps://scigraph.springernature.com/ontologies/product-market-codes/I15009Programming Techniqueshttps://scigraph.springernature.com/ontologies/product-market-codes/I14010Database Managementhttps://scigraph.springernature.com/ontologies/product-market-codes/I18024Artificial Intelligencehttps://scigraph.springernature.com/ontologies/product-market-codes/I21000IT in Businesshttps://scigraph.springernature.com/ontologies/product-market-codes/522000Data structures (Computer science).Computer programming.Database management.Artificial intelligence.Information technology.Business—Data processing.Data Structures and Information Theory.Programming Techniques.Database Management.Artificial Intelligence.IT in Business.005.75/7Bry Francoisedthttp://id.loc.gov/vocabulary/relators/edtRamakrishnan Raghuedthttp://id.loc.gov/vocabulary/relators/edtRamamohanarao Kotagiriedthttp://id.loc.gov/vocabulary/relators/edtInternational Conference on Deductive and Object-Oriented DatabasesBOOK996465572203316Deductive and Object-Oriented Databases2092084UNISA04346nam 22007095 450 991030046480332120200705113124.09781484207130148420713010.1007/978-1-4842-0713-0(CKB)3710000000315653(EBL)1964944(OCoLC)898028358(SSID)ssj0001408383(PQKBManifestationID)11914755(PQKBTitleCode)TC0001408383(PQKBWorkID)11346804(PQKB)11735811(MiAaPQ)EBC1964944(DE-He213)978-1-4842-0713-0(CaSebORM)9781484207130(PPN)183149726(OCoLC)900464558(OCoLC)ocn900464558(EXLCZ)99371000000031565320141209d2014 u| 0engur|n|---|||||txtccrScripting in Java Integrating with Groovy and JavaScript /by Kishori Sharan1st ed. 2014.Berkeley, CA :Apress :Imprint: Apress,2014.1 online resource (372 p.)Expert's Voice in Java"Write Scripts in Java 8 using the New Nashorn Scripting Engine"--Cover.Includes index.9781484207147 1484207149 Contents at a Glance; Contents; About the Author; About the Technical Reviewers; Acknowledgments; Introduction; Chapter 1: Getting Started; What Is Scripting in Java?; Executing Your First Script; Using the jjs Command-line Tool; Printing Text in Nashorn; Using Other Scripting Languages; Exploring the javax.script Package; The ScriptEngine and ScriptEngineFactory Interfaces; The AbstractScriptEngine Class; The ScriptEngineManager Class; The Compilable Interface and the CompiledScript Class; The Invocable Interface; The Bindings Interface and the SimpleBindings ClassChanging the Default ScriptContextSending Scripts Output to a File; Summary; Chapter 4: Writing Scripts in Nashorn; Strict and Nonstrict Modes; Identifiers; Comments; Declaring Variables; Data Types; The Undefined Type; The Null Type; The Number Type; The Boolean Type; The String Type; Operators; Type Conversion; To Boolean Conversion; To Number Conversion; To String Conversion; Statements; Block Statement; Variable Statement; Empty Statement; Expression Statement; The if Statement; Iteration Statements; The continue, break, and return Statements; The with Statement; The switch StatementInvoking Procedures in ScriptsScripting in Java teaches you how to use the Java Scripting API and JavaScript to execute scripts and take advantage of the features of a scripting language while developing Java applications. The book also covers topics that enable scripting languages to take advantage of Java features and the Java class library, including the new Java Collections and JavaFX 8 APIs. Most of the examples in this book use JavaScript on the Nashorn engine. Author Kishori Sharan will show you scripts in JavaScript to demonstrate its power and use in your Java applications. Some of the examples use the jrunscript and jjs command-line tools. Furthermore, debugging is discussed to equip you for situations when or if you encounter any issues with this kind of Java scripting. After reading and using this book, you will have most of what you need to do scripting in Java.Expert's voice in Java.Integrating with groovy and JavaScriptJava (Computer program language)Software engineeringJavahttps://scigraph.springernature.com/ontologies/product-market-codes/I29070Software Engineering/Programming and Operating Systemshttps://scigraph.springernature.com/ontologies/product-market-codes/I14002Java (Computer program language)Software engineering.Java.Software Engineering/Programming and Operating Systems.005.133Sharan Kishoriauthttp://id.loc.gov/vocabulary/relators/aut916034UMIUMIBOOK9910300464803321Scripting in Java2266042UNINA