Essays about: "software development process in java"

Showing result 1 - 5 of 26 essays containing the words software development process in java.

  1. 1. Contract Testing: Ensuring Reliable Integrations with Isolated Tests : Support for teams to test in isolation

    University essay from Mittuniversitetet/Institutionen för data- och elektroteknik (2023-)

    Author : Christian Hernandez; [2023]
    Keywords : Java; Consumer-Driven Contract testing; Pact; Spring Cloud Contract; Java; Consumer-Driven Contract testing; Pact; Spring Cloud Contract;

    Abstract : Mikrotjänstarkitektur är den senaste trenden inom mjukvaruutveckling som gör det möjligt att bygga komplexa system från mindre tjänster utformade för att vara självförsörjande och fokuserade på en specifik affärsfunktionalitet. Dessa kan utvecklas, testas, driftsättas och skalas oberoende av varandra, vilket gör att team kan vara mer autonoma och leverera värde till kunder snabbare. READ MORE

  2. 2. Optimizing the generation of Java JMH Benchmarks

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Anthony Path; [2022-07-07]
    Keywords : Computer science; engineering; thesis; benchmarks; Java; JMH; optimization; regression testing;

    Abstract : The evolution of the software system during its development is a complex process, which is both very important and difficult to track. One of the methods that offers such functionality is microbenchmarking, which is a type of regression testing. READ MORE

  3. 3. Vocal Reactive Programming: Enabling RxJava

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Gustaf Eknefelt; Stefan Nilsson; [2022]
    Keywords : Programming by voice; Reactive programming; RSI; Serenade; Speech recognition; Talon;

    Abstract : Previous research has shown that the reactive paradigm is suitable for programming by voice, due to its frequent use of expressions used in common English. However, the software used in the previous research (Talon) does not support reactive programming. To our knowledge, no other programming-by-voice software has built-in support for RxJava. READ MORE

  4. 4. Prototyping a formal system modeling workbench in the java ecosystem : A Domain Specific Language in Groovy

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Joakim Savegren; Joar Edling; [2022]
    Keywords : ForSyDe; Models of Computation; Domain Specific Language DSL ; Data-flow; Embedded Software; Modeling; Programvara för inbyggda system; ForSyDe; Beräkningsmodeller; Domänspecifika språk; Data flöde; Modellering;

    Abstract : Modeling is a fundamental property in today’s development of embedded systems. Models of computation enable us to describe the functionality and characteristics of a system on a higher abstraction level which gives the designer great insight in the behavior of the final implemented system at a very early stage in the design process. READ MORE

  5. 5. Design and Implementation of Semantic Patch Support for the Spoon Java Transformation Engine

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Mikael Forsberg; [2021]
    Keywords : ;

    Abstract : Software development is more often than not a collaborative process, creating a need for tools and file formats that enable developers to create and share succinct representations of changes to source code in order to facilitate efficient communication. Standard POSIX diffs and patches have long been important parts of the toolkit, but their lack of support for the syntax and semantics of specific programming languages results in limited expressiveness. READ MORE