Skip to content
@isel-leic-ave

Ambientes Virtuais de Execução / Linguagens e Ambientes de Execução

ISEL - Instituto Superior de Engenharia de Lisboa

Languages and Managed Runtimes / Linguagens e Ambientes de Execução

en pt

Institutional information


Supplementary information

General Information
Scientific Area Computer Science and Engineering
ECTS Credit Points 6 credit points
Level, Year/Semester Undergraduate, 2rd year / 4th semester
Language English or Portuguese
Available in Spring-Summer Semester (Feb. - Jul.)
In-class contact hours 15 weeks x 4.5 hours per week in class
Course Manager Miguel Gamboa

Description

A considerable amount of contemporary software is targeted to run in some instance of a software-mediated execution environment, usually called a managed runtime environment or a virtual execution environment. The Java Virtual Machine (JVM), originally designed to run software written in Java, is one of such environments and is currently a target for other relevant programming languages, such as Kotlin, Scala, Groovy or Clojure. Microsoft has its own managed runtime, the .NET Runtime, which is the natural target for several .NET languages and presents many similar characteristics and functionalities to those of the JVM.

In this course unit, we explore these kind of execution enviroments, the programming languages that target them, and programming techniques that take full advantage of the capabilities that they expose. During the semester, you will work in groups to complete coursework assignments that will allow you to explore the capabilities and techniques of managed runtime environments, with a focus on the Java Virtual Machine (JVM). Those assignments provide you with the opportunity to gain hands-on experience in implementing frameworks similar to industry-standard ones, such as the AutoRouter (inspired by Spring MVC), Jsonaif (inspired by Jackson JSON), or AutoMapper, among others.

You will use both Java and Kotlin as programming languages, exploring their interoperability within the JVM ecosystem. Throughout the course, you will also become familiar with tools that enable you to evaluate and analyze the performance and behavior of software running in these environments.

Prerequisites

  • Good working knowledge of Java or Kotlin, with at least two semesters (but ideally three) of practical experience developing software with one of these languages. Equivalent solid knowledge of Scala or C# is also acceptable, but may require more effort to adapt.
  • We expect students to be familiar with basic computer architecture, IP networks and essential web technologies. Although these are not central topics in this course unit, they may appear in examples and to support discussions, as well as be a part of coursework assignments.

Disclaimer: The above information is provided for convenience and does not replace official institutional information.

Popular repositories

  1. ave-2019-20-sem1-i41n ave-2019-20-sem1-i41n Public

    Repositório de código das aulas de AVE 2019-20 semestre Inverno turma i41n

    C# 19 2

  2. lae-2024-i41d lae-2024-i41d Public

    Source code repository for LAE 2024

    Kotlin 14

  3. lae-2022-23-sem2-i41d lae-2022-23-sem2-i41d Public

    Source code repository for LAE 2022-23 Summer semester of i41d classroom

    Kotlin 12 1

  4. wing wing Public

    Template solution for AVE course 2018-19 summer

    C# 11 6

  5. ave-2020-21-sem2-i41d ave-2020-21-sem2-i41d Public

    Repositório de código das aulas de AVE 2020-21 semestre Verão turma i41d

    HTML 11 1

  6. ave-2018-19-sem2-i41d ave-2018-19-sem2-i41d Public

    Repositório de código das aulas de AVE 2018-19 semestre Verão turma i41d

    C# 10

Repositories

Showing 10 of 52 repositories

Top languages

Loading…

Most used topics

Loading…