Towards High-Quality Android Applications Development with Kotlin Bruno Gois Mateus

Total Page:16

File Type:pdf, Size:1020Kb

Towards High-Quality Android Applications Development with Kotlin Bruno Gois Mateus Towards high-quality Android applications development with Kotlin Bruno Gois Mateus To cite this version: Bruno Gois Mateus. Towards high-quality Android applications development with Kotlin. Mobile Computing. Université Polytechnique Hauts-de-France, 2021. English. NNT : 2021UPHF0012. tel- 03247062 HAL Id: tel-03247062 https://tel.archives-ouvertes.fr/tel-03247062 Submitted on 2 Jun 2021 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. PhD Thesis Université Polytechnique Hauts-de-France and from INSA Hauts-de-France Subject: Computer Science Presented and defended by Bruno GÓIS MATEUS On March 26, 2021, Valenciennes Doctoral School: Sciences Pour l’Ingénieur (ED SPI 072) Research team, Laboratory: Département d’Informatique Laboratory of Industrial and Human Automation control, Mechanical engineering and Computer Science (LAMIH UMR CNRS 8201) Towards high-quality Android applications development with Kotlin JURY Committee President - Káthia MARÇAL DE OLIVEIRA. Professor at Université Polytechnique Hauts-de-France. Reviewers - Guilherme HORTA TRAVASSOS. Professor at Federal University of Rio de Janeiro. - Jacques KLEIN. Professor at University of Luxembourg. Examiner - Dalila TAMZALIT. Associate Professor at Université de Nantes. Supervisor - Christophe KOLSKI. Professor at Université Polytechnique Hauts-de-France. Co-Supervisor - Matias MARTINEZ. Associate Professor at Université Polytechnique Hauts-de-France. Colophon Doctoral dissertation entitled “Towards high-quality Android applications development with Kotlin”, written by Bruno GÓIS MATEUS, completed on May 4, 2021, typeset with the document preparation system LATEX and the yathesis class dedicated to theses prepared in France. Thèse de doctorat Université Polytechnique Hauts-de-France et l’ INSA Hauts-de-France Discipline : Informatique Présentée et soutenue par Bruno GÓIS MATEUS Le 26 mars 2021, à Valenciennes École doctorale : Sciences Pour l’Ingénieur (ED SPI 072) Equipe de recherche, Laboratoire : Département d’Informatique Laboratory of Industrial and Human Automation control, Mechanical engineering and Computer Science (LAMIH UMR CNRS 8201) Vers un développement d’applications Android de haute qualité avec Kotlin JURY Présidente du jury - Káthia MARÇAL DE OLIVEIRA. Professeure à l’Université Polytechnique Hauts-de-France. Rapporteurs - Guilherme HORTA TRAVASSOS. Professeur au Federal University of Rio de Janeiro. - Jacques KLEIN. Professeur à l’University of Luxembourg. Examinatrice - Dalila TAMZALIT. Maître de conférences hdr à l’Université de Nantes. Directeur de thèse - Christophe KOLSKI. Professeur à l’Université Polytechnique Hauts-de-France. Co-encadrant - Matias MARTINEZ. mcf à l’Université Polytechnique Hauts-de-France. The Université Polytechnique Hauts-de-France and the INSA Hauts-de-France neither en- dorse nor censure authors’ opinions expressed in the theses: these opinions must be considered to be those of their authors. Keywords: Android development, Kotlin, adoption, evolution, migration, machine learning Mots clés : développement Android, Kotlin, adoption, évolution, migration, apprentissage automatique This thesis has been prepared at Département d’Informatique Laboratory of Industrial and Human Automation control, Mechanical engineering and Computer Science (LAMIH UMR CNRS 8201) Université Polytechnique Hauts-de-France Le Mont Houy F-59313 Valenciennes Cedex 9 The roots of education are bitter, but the fruit is sweet. Aristotle xiii Abstract In recent years, with more than 3 million applications on its official store, Google’s Android has dominated the market of mobile operating systems worldwide. Despite this success, Google has continued evolving its operating system and its toolkits to ease application development. In 2017 Google declared Kotlin as an official Android programming language. More recently, during the Google I/O 2019, Google announced that Android became ‘Kotlin-first’, which means that new API, libraries, and documentation will target Kotlin and eventually Java and Kotlin as preferred language to create new Android applications. Kotlin is a programming language that runs on the Java Virtual Machine (JVM) and it is fully interoperable with Java because both languages are compiled to JVM bytecode. Due to this characteristic, Android developers do not need to migrate their existing applications to Kotlin to start using Kotlin in these applications. Moreover, Kotlin provides a different approach to write applications because it combines object-oriented and functional features. Therefore, we hypothesize that the adoption of Kotlin by developers may affect different aspects of Android applications’ development. However, one year after this first announcement, there were no studies in the literature about Kotlin. In this thesis, we conducted a series of empirical studies to address these lacks and build a better understanding of creating high-quality Android applications using Kotlin. First, we carried a study to measure the degree of adoption of Kotlin. Our results showed that 11% of the studied Android applications had adopted Kotlin. Then, we analyzed how the adoption of Kotlin impacted the quality of Android applications in terms of code smells. We found that the introduction of Kotlin in Android applications initially written in Java produces a rise in the quality scores from 50% to 80% according to the code smell considered. We analyzed the evolution of usage of features introduced by Kotlin, such as Smart cast, and how the amount of Kotlin code changes over applications’ evolution. We found that the number of instances of features tends to grow throughout applications’ evolution. Finally, we focused on the migration of Android applications from Java to Kotlin. We found that 25% of the open source applications that were initially written in Java have entirely migrated to Kotlin, and for 19%, the migration was done gradually, throughout several versions, thanks to the interoperability between Java and Kotlin. This migration activity is challenging because: a) each migrated piece of code must be exhaustively tested after the migration to ensure it preserves the expected behavior; b) a project can be large, composed of several candidate files to be migrated. In this thesis, we present an approach to support migration, which suggests, given a version of an application written in Java and eventually, in Kotlin, the most convenient files to migrate. We evaluated our approach’s feasibility by applying two different machine learning techniques: classification and learning-to-rank. Our results showed that both techniques modestly outperform random approaches. Nevertheless, our approach is the first that proposes the use of machine learning to recommend file-level migrations. Therefore, our results define a baseline for future work. Since the migration from Java to Kotlin may positively impact the application’s maintenance and that migration is time-consuming and challenging, developers may use our approach to select the files to be migrated first. Finally, we discuss several research perspectives opened by our results that can improve the experience of creating high-quality Android applications using Kotlin. Keywords: Android development, Kotlin, adoption, evolution, migration, machine learning xiv Résumé Ces dernières années, avec plus de 3 millions d’applications sur sa boutique officielle, Android de Google a dominé le marché des systèmes d’exploitation mobiles dans le monde entier. Malgré ce succès, Google a continué à faire évoluer son système d’exploitation et ses kits d’outils pour faciliter le développement des applications. En 2017, Google a déclaré Kotlin en tant que langage de programmation Android officiel. Plus récemment, pendant le Google I/O 2019, Google a annoncé qu’Android devenait ‘Kotlin-first’, ce qui signifie que de nouvelles API, bibliothèques et documentations cibleront en priorité Kotlin, et éventuellement Java et Kotlin, comme langage préféré pour créer de nouvelles applications Android. Kotlin est un langage de programmation qui s’exécute sur la machine virtuelle Java (JVM) et il est entiè- rement interopérable avec Java car les deux langages sont compilés en bytecode JVM. En raison de cette caractéristique, les développeurs Android n’ont pas besoin de migrer leurs applications existantes vers Kotlin pour commencer à utiliser Kotlin dans ces applications. De plus, Kotlin propose une approche différente pour écrire des applications car il combine des fonctionnalités orientées objet et fonctionnelles. Par conséquent, nous émettons l’hypothèse que l’adoption de Kotlin par les développeurs Android peut affecter différents aspects du développement des applications Android. Cependant, un an après cette première annonce, il n’y avait aucune étude dans la littérature sur Kotlin. Dans cette thèse, nous avons mené une série d’études empiriques pour combler ces lacunes et développer une meilleure compréhension de la création d’applications Android de haute qualité à l’aide de Kotlin. Tout d’abord, nous avons réalisé une étude pour mesurer le degré d’adoption
Recommended publications
  • Weld 3.0.2.Final - CDI Reference Implementation
    Weld 3.0.2.Final - CDI Reference Implementation CDI: Contexts and Dependency In- jection for the Java EE platform by Gavin King, Pete Muir, Jozef Hartinger, Martin Kouba, Dan Allen, and David Allen and thanks to Nicola Benaglia, Gladys Guerrero, Eun- Ju Ki,, Terry Chuang, Francesco Milesi, and Sean Wu A note about naming and nomenclature ............................................................................. ix I. Beans ............................................................................................................................ 1 1. Introduction ......................................................................................................... 5 1.1. What is a bean? ......................................................................................... 5 1.2. Getting our feet wet .................................................................................... 5 2. More about beans ................................................................................................ 9 2.1. The anatomy of a bean ............................................................................. 10 2.1.1. Bean types, qualifiers and dependency injection ............................... 10 2.1.2. Scope ............................................................................................ 13 2.1.3. EL name ........................................................................................ 13 2.1.4. Alternatives .................................................................................... 14 2.1.5. Interceptor
    [Show full text]
  • (Minus Sign) in Class Diagrams, 15 * (Asterisk) As Wildcard, 58 ? (Question
    Index - (minus sign) in class diagrams, 15 AOP module (Spring), 34, 37 * (asterisk) as wildcard, 58 Apache Axis web services framework, 210 ? (question mark) for positional bind Apache Maven, 280–285 variables, 187 Apache Struts framework, 23 + (plus sign) in class diagrams, 15 Apache Tiles framework, 122, 278 Apache Tomcat, 257 ■ A APF (Authentication Processing Filter), AbstractCachingViewResolver class, 60 233–243 AbstractCommandController class, 74–78 application contexts (Spring), 33 AbstractController class, 71–74 Application Controller pattern AbstractEnterpriseBean class, 158, 200 action/command handling, 52–56 AbstractHandlerMapping, 54 action handlers, using, 56–58 AbstractMessageDrivenBean class, 200 for action-view management, 50–52 AbstractProcessingFilter, 234 background, 50–51 AbstractStatelessSessionBean, 158 benefits and concerns, 68 AbstractTemplateViewResolver class, strategies with Spring framework, 52 60–61 view handlers, 59–62, 62–68 AbstractWizardFormController class, 89 application server transactions, 261 access decision manager (Spring application servers, 138 Security), 228 application service implementation class, accessDecisionManager property, 164 246–247 Application Service pattern Acegi Security, 223–224 benefits and concerns, 167 action/command handling (application to concentrate business logic in POJO controller), 52–56 classes, 162–163 action handlers strategies with Spring framework, page controllers and, 51 164–167 sequence, 54 applicationContext-security.xml, 229 using (application controller), 56–58
    [Show full text]
  • Perception and Effects of Implementing Kotlin in Existing Projects
    Bachelor thesis Undergraduate level Perception and effects of implementing Kotlin in existing projects A case study about language adoption Author: Emil Sundin Supervisor: Wei Song Examiner: Azadeh Sarkheyli Discipline: Informatics Course: IK2017 Credit: 15 credits Examination date: 2018-05-25 Dalarna University provides the opportunity for publishing the thesis through DiVA as Open Access. This means that the thesis work will become freely available to read and download through their portal. Dalarna University encourages students as well as researchers to publish their work in the Open Access format. We approve the publishing of this thesis work under the Open Access format: Yes ☒ No ☐ Dalarna University – SE-791 88 Falun – Phone +4623-77 80 00 Abstract The Kotlin programming language has seen an increase of adoption since its launch in 2011. In late 2017 Google announced first-class support for Kotlin on the Android platform which further popularized the language. With this increase in popularity we felt it was interesting to investigate how Kotlin affects the developer experience. We performed a case study to see how Java developers perceive the Kotlin language, and how it meets the requirements of these developers. To gather the developer requirements and their perception of Kotlin we performed two sets of interviews and rewrote parts of their codebase. The first set of interviews identified developer requirements and the second set of interviews showcased the Kotlin language and its potential use in their codebase. The results show that Kotlin can meet most of the developer requirements and that the perception of Kotlin is positive. Kotlin’s ability to be incrementally adopted was a prominent feature which reduced the inherent risks of technology adoption while providing them the ability to further evaluate the language.
    [Show full text]
  • Develop a Simple Web Application with Apache Wicket and Apache
    Develop a simple Web application with Apache Wicket and Apache Geronimo Combine Wicket, Geronimo, and Apache Derby to form an open source Java Web development platform Skill Level: Intermediate Robi Sen ([email protected]) Vice President Department 13 LLC 10 Jul 2007 Apache Wicket is an innovative Java™ Web application framework that was introduced a couple of years ago. It helps simplify Web application development by clearly separating the roles of developers and designers. It lets you remove logical code from the view layer, eliminating the need for JavaServer Pages (JSP), providing a simple plain old Java object (POJO)-centric mode of development, and removing much of the need for XML and other configuration file formats. In this tutorial, learn how to set up your system to develop a simple Web application with Wicket, using Apache Geronimo as your application server and Apache Derby as the embedded database. Section 1. Before you start This tutorial is designed for developers who have found Java frameworks, such as Struts, lacking in needed functionality. If you're interested in developing Web applications in a more object-oriented manner, where the view is clearly separated from logic and there's minimal configuration and mapping, then Wicket is for you! This tutorial walks you through the basics of how Wicket works, while using Apache Geronimo to set up a Java Platform, Enterprise Edition (Java EE) server, Web server, and embedded database in just minutes. Combining Wicket with Geronimo lets you develop data-driven, scalable Web applications using software that's all open source. Develop a simple Web application with Apache Wicket and Apache Geronimo © Copyright IBM Corporation 1994, 2008.
    [Show full text]
  • Esper Reference
    Esper Reference Version 8.3.0 by EsperTech Inc. [http://www.espertech.com] Copyright 2006 - 2019 by EsperTech Inc. Preface ......................................................................................................................... xxvii 1. Getting Started ............................................................................................................ 1 1.1. Introduction to Complex Event Processing ........................................................... 1 1.2. Introduction to the Architecture ............................................................................ 1 1.3. Introduction to EPL ............................................................................................. 2 1.4. Compiler Getting-Started ..................................................................................... 3 1.4.1. Compiler - Step One: Setting up the Compiler Classpath ............................ 3 1.4.2. Compiler - Step Two: Provide Information on Input Events .......................... 3 1.4.3. Compiler - Step Three: Compiling EPL ...................................................... 4 1.5. Runtime Getting-Started ...................................................................................... 5 1.5.1. Runtime - Step One: Setting up the Runtime Classpath .............................. 5 1.5.2. Runtime - Step Two: Obtain Runtime ........................................................ 6 1.5.3. Runtime - Step Three: Deploy EPL Compiled Module and Attach a Callback .........................................................................................................................
    [Show full text]
  • An Object Relational Mapping Technique for Java Framework
    International Journal of Engineering Science Invention ISSN (Online): 2319 – 6734, ISSN (Print): 2319 – 6726 www.ijesi.org Volume 2 Issue 6 ǁ June. 2013 ǁ PP.01-09 An Object Relational Mapping Technique for Java Framework Ogheneovo, Edward Erhieyovwe,1 Asagba, Prince Oghenekaro,1 Ogini, Nicholas Oluwole2 1College of Natural and Applied Sciences, Faculty of Physical and Information Technology, Department of Computer Science, University of Port Harcourt, Port Harcourt, PMB 5323, Choba, Rivers State, Nigeria 2Faculty of Science, Department of Mathematics and Computer Science, Delta State University, Abraka, Delta State, Nigeria ABSTRACT: Database technology is in a period of intensive change and innovation that is both revolutionary and evolutionary. The revolutionary aspect refers to the innovation of an object-oriented programming technology. Object relational mapping (ORM) frameworks address the impedance problem of software implementation level. In this paper, we discussed the problem of building an object relational mapping by presenting a framework based on Java platform that will guide developer in handling incompatibility issues. This paper exploits the powerful features of Java as a managed object-oriented platform. The major goal of the work is to map data between incompatible type systems in the object-oriented programming language by linking the SQL database to object-oriented language concepts, thus creating in effect a “virtual object database”. The work discusses how a mini bank application can be designed and implemented as well as mapping of the object- oriented constructs to entities of the relational databases. Implementing the design in code is a straightforward process that results in two Java class libraries (.JAR files) that have to be deployed in the development environment.
    [Show full text]
  • Copyrighted Material
    20_777106 bindex.qxp 11/28/06 10:49 PM Page 715 Index Index SYMBOLS AND A abstraction, 126 NUMERICS access 2-byte Unicode strings, 433 to databases, 311 200 (HTTP response code), 532 to fields, 442–445 403 (HTTP response code), 532 in JNI, 442–445 404 (HTTP response code), 532 access control, 585–586 500 (HTTP response code), 532 accessor methods, 104 @AroundInvoke annotation, 481, 484 Action classes. See also specific types, e.g.: XWork @AttributeOverride annotation, 490 Action @Column annotation, 479 IoC and, 401 @deprecated annotation, 27 in WebWork, 399 @Discriminator annotation, 488 of XWork, 399, 412–415 @EJB annotation, 490 ActionListener interface, 163, 205, 217–218 @Entity annotation, 487 actionPerformed method, 163, 205, 213 @Id annotation, 478 Adapter pattern @Interceptors annotation, 481 using, 126 @MappedSuperclass annotation, 489 Adaptee interface in, 133 @OneToMany annotation, 478 Adapter interface in, 133 @overrides annotation, 27 Client interface in, 132 @PersistenceContext annotation, 487 discussed, 131–132 @PersistenceContexts annotation, 487 Target interface in, 132 @PersistenceUnit annotation, 487 addActionListener method, 205 @PersistenceUnits COPYRIGHTED MATERIAL annotation, 487 addFolder method, 466 @Remote annotation, 483 adding data @Resource annotation, 380–381 in EJB database, 476, 477 @Stateless annotation, 497 in EntityManager API, 477–478 @TransactionAtrribute marking, 508 in Hibernate, 412 @TransactionManagement annotation, 508 to Model 2 system, 417–419 @Transient annotation, 512 web application visualization
    [Show full text]
  • Introduction to Spring
    Collin College - Continuing Education COURSE SYLLABUS COURSE INFORMATION Course Number: JAVA 6490 Course Title: Introduction to Spring Course Description: Use Spring Framework to achieve Java application development in less time with improved maintainability. Experience the power and flexibility of the Inversion of Control and Dependency Injection design patterns. Discover how the open source Spring Framework simplifies and improves Java application development using a consistent architectural framework of over 20 modules, including Core, Beans, Context, AOP, JBDC, and Transactions. Suggested Course Prerequisite(s): Java Programming II Course Resources: Spring in Action 5th Edition Walls; Ingram Publications ISBN: 9781617294945 Student Learning Outcomes: Upon completion, you will: • Understand current best practices for Java development • Understand the basic principles of dependency injection • Be able to use the Spring framework container to develop in any Java environment • Be able to use the JDBC & ORM abstraction layers to simplify database access. • Understand the basics of Aspect-oriented programming (AOP) • Be able to use the AOP framework to declare transactions. Certification Notes: N/A Next course recommendation: Spring MVC, Introduction to Hibernate Refund Policy: Please refer to www.collin.edu/ce/inforegistrar.html for our refund policy. No refunds after the start time of the first class. Americans with Disabilities Act: Collin College will adhere to all applicable federal, state and local laws, regulations and guidelines with respect to providing reasonable accommodations as required to afford equal opportunity. It is the student’s responsibility to contact the ACCESS office, SCC-D140 or 972.881.5898 (V/TTD: 972.881.5950) to arrange for appropriate accommodations. See the current Collin Student Handbook for additional information.
    [Show full text]
  • EJB 3 in Action Debu Panda Author : EJB 3 in Action ( ) EJB 2 Vs EJB 3 EJB 3 Goals
    <Insert Picture Here> EJB 3 In Action Debu Panda http://debupanda.com Author : EJB 3 In Action ( http://manning.com/panda ) EJB 2 vs EJB 3 EJB 3 Goals • Simplify developers life • EJB now resembles Plain Java Object (POJO) • Use metadata annotations • XML descriptors are no longer necessary • Default • Unnecessary artifacts are optional • Simplify client view using dependency injection • Standardize persistence API for Java platform • Based on success of leading ORM solutions • Including Oracle TopLink, Hibernate Where EJB fits Device View Controller Model Renderer JSF JSF or Struts EJB 3/JPA Common Metadata Services Declarative Development Working with Enterprise JavaBean Types EJB container JPA Provider Session bean (Business EntityEntity Logic) (Persistence)(Persistence) Client Database EJB 2 Versus EJB 3: Simplifying Complexity 800 670 700 651 600 500 Lines of Code 400 326 300 Lines of XML 200 100 44 0 2.1 3.0 20 16 15 Classes 10 6 Descriptors 5 5 2 0 2.1 3.0 Simplify EJB Development • POJO (Plain Old Java Object) Class • EJB Class will be a plain java class • POJI (Plain Old Java interface) • Regular business interface • EJB interface does not have to implement EJBObject • No need of home interface • Annotations for type of EJB and interface EJB 2.1 Session Bean Class public class CartEJB implements SessionBean { protected Collection items = new ArrayList(); public void add(String item) { items.add(item); } public Collection getItems() { return items; } public void completeOrder(){ .. } public void ejbCreate(){} public void ejbActivate(){}
    [Show full text]
  • Bsc. Thesis Template
    Malicious Email Detection & Filtering System Using Bayesian Machine Learning Algorithm Authors Rao Muhammad Umer 10CS61 2010-IU-967 Tayyeb Islam 10CS76 2010-IU-972 Awais Anwar 10CS119 2010-IU-994 Hussain Ahmed Madni 10CS67 2010-IU-970 Supervisor Engr. Khurram Hameed Lecturer DEPARTMENT OF COMPUTER SYSTEM ENGINEERING UNIVERSITY COLLEGE OF ENGINEERING AND TECHNOLOGY The Islamia University of Bahawalpur 2010-2014 i Malicious Email Detection & Filtering System Using Bayesian Machine Learning Algorithm Authors Rao Muhammad Umer 10CS61 2010-IU-967 Tayyeb Islam 10CS76 2010-IU-972 Awais Anwar 10CS119 2010-IU-994 Hussain Ahmed Madni 10CS67 2010-IU-970 A thesis submitted in partial fulfillment of the requirements for the degree of B.Sc. Computer System Engineering Supervisor Engr. Khurram Hameed Lecturer (UCET-IUB) External Examiner Signature: ________________________________________ Thesis Supervisor Signature: ________________________________________ DEPARTMENT OF COMPUTER SYSTEM ENGINEERING UNIVERSITY COLLEGE OF ENGINEERING AND TECHNOLOGY The Islamia University of Bahawalpur 2010-2014 ii ABSTRACT Suspicious or Malicious E-mail detection is a kind of mailing system where suspicious users are identified by determining the keywords used by someone. The keywords such as bomb, RDX and attached harmful files are found in the mails which are sent by the user. All these blocked mails are checked by the administrator and identify the users who sent such mails. Malicious E-mail is the term used to describe any code in any part of a software system or script that is intended to cause undesired effects, security breaches or damage to a system. Malicious code describes a broad category of system security terms that includes attack scripts, viruses, worms, Trojan horses, backdoors, and malicious active content.
    [Show full text]
  • Databeans Fully Object Oriented Persistence for Java
    databeans fully object oriented persistence for java version 2.0 1. Introduction 1. Different kinds of persistence 2. Persistence for java 3. databeans 4. The databeans 1. What is a databean ? 5. Coding a databean 6. Using a databean 7. Data structures 8. Notifications 9. The backing store (heapspace) 1. Memory allocation 10. Garbage collection 11. Connections and transactions 12. Administation tasks 1. Importing and exporting the backing store 13. Other administration tasks 14. Advanced topics 1. databeans constructors with more than zero args 15. Note on overriding the init method 16. Persistent classes and the way they handle java classes definition changes 17. References 1. Persistence 18. JavaBeans 19. RMI 20. Security 21. Transactions 22. Memory allocation & garbage collection 23. Sources of sample data Introduction This is the user manual for databeans, which is a new, fully object oriented persistence framework for java. First we will try to situate databeans amongst the various existing persistence schemes. These can be arranged according to the following criteria: • orthogonal/API-based • object-relational/full object (depending on the nature of the backing store) • coarse grained (all at once) to fine grained (incremental) Different kinds of persistence Orthogonal means that there is no difference between not persistent and persistent. All objects are made persistent. In other words, a persistent object doesn't have to implement some specific class (there is no data access object). The advantage is that the developer has no side effects when using persistence [1], but it entails either an extension of the virtual machine, or some persistence support from the underlying OS [2].
    [Show full text]
  • Esper Reference
    Esper Reference Version 5.2.0 by Esper Team and EsperTech Inc. [http://esper.codehaus.org] Copyright 2006 - 2015 by EsperTech Inc. Preface ........................................................................................................................... xxi 1. Technology Overview .................................................................................................. 1 1.1. Introduction to CEP and event series analysis ...................................................... 1 1.2. CEP and relational databases ............................................................................. 1 1.3. The Esper engine for CEP .................................................................................. 2 1.4. Required 3rd Party Libraries ................................................................................ 2 2. Event Representations ................................................................................................ 3 2.1. Event Underlying Java Objects ............................................................................ 3 2.2. Event Properties ................................................................................................. 4 2.2.1. Escape Characters ................................................................................... 5 2.2.2. Expression as Key or Index Value ............................................................ 6 2.3. Dynamic Event Properties ................................................................................... 7 2.4. Fragment and Fragment
    [Show full text]