
Über uns
Die Enterprise Java User Group (eJUG) Austria hat sich das Ziel gesetzt, ein österreichisches Netzwerk zum Wissenserwerb und -austausch im Bereich Enterprise-Java-Entwicklung zur Verfügung zu stellen. Dieses Netzwerk soll darüber hinaus auch als Plattform für Enterprise-Java-Entwickler und Firmen dienen, die neue Kooperationspartner suchen.
Viele unserer Tätigkeiten sind nur durch die Unterstützung unserer Sponsoren möglich, diesen sprechen wir unseren Dank aus. Alle Sponsoren werden auf der folgenden Seite gelistet: https://www.meetup.com/Enterprise-Java-User-Group-Austria/sponsors/?_locale=de-DE
Bevorstehende Events (2)
Alles ansehen- Cloud Testing with LocalStack/Testcontainers + CRaC-Superfast JVM startupWildbergstraße 32, Linz, UR
Our next meetup is on 28.09.2023. We will have Anca Ghenade from LocalStack present "Cloud Integration Testing Made Easy with LocalStack and Testcontainers" and Gerrit Grunwald from Azul Systems present "What the CRaC - Superfast JVM startup".
We would like to thank DIG GmbH for being the host for this event.
We also say thanks to JetBrains for providing us with 2 product license keys for the raffle we are going to do during the break.
::Cloud Integration Testing Made Easy with LocalStack and Testcontainers::
Anca GhenadeIntegration testing is complicated as it is, even more so when third-party services are involved, but cloud-native AWS applications that rely on managed services are especially tough to test.
Cloud integration tests are particularly challenging due to the high complexity of the interconnected services, dependency management, deployment and provisioning intricacies, and potentially high costs. So how can we bring the ease and speed of unit tests into these integration tests? Ideally, we’d like to use a local setup where we can quickly spin up and deploy our services in an emulated environment that’s as close as possible to the real deal. By simulating real-world scenarios and testing the integration of various parts of the system, these tests help us identify and resolve issues early in the development process. This is where Testcontainers and LocalStack work beautifully together to bring you the best of integration tests and cloud services on your machine. We’ll explore how we can enhance the testability of a Spring Boot application that relies on AWS services and vastly increase the test coverage of our applications without any need for mocking or remote AWS sandbox accounts.
Testing your AWS-powered Spring Boot app with LocalStack and Testcontainers conveys isolation, speed, cost, and flexibility, making it effortless to get started with writing integration tests for your cloud application.
::What the CRaC - Superfast JVM startup::
Gerrit GrunwaldIn a world where microservices are more and more a standard architecture for Java based applications running in the cloud, the JVM warmup time can become a limitation. Especially when you look at spinning up new instances of an app as response to changes in load, the warmup time can be a problem. Native images are one solution to solve these problems because their statically ahead of time compiled code simply doesn’t have to warmup and so has short startup time. But even with the shorter startup time and smaller footprint it doesn’t come without a drawback. The overall performance might be slower because of the missing JIT optimisations at runtime. There is a new OpenJDK project called CRaC (Coordinated Restore at Checkpoint) which goal it is to address the JVM warmup problem with a different approach. The idea is to take a snapshot of the running JVM, store it in files and restore the JVM at a later point in time (or even on another machine).
This session will give you a short overview of the CRaC project and shows some results from a proof of concept implementation.The Speakers
::Anca Ghenade::
I have been immersing myself in the realm of Java since my university days, focusing primarily on developing enterprise applications over the past seven years. Recently, I have embraced the exciting and challenging field of cloud development, captivated by its immense potential. I now enjoy sharing my learning experiences through engaging demos that bring tangible value to others. I also appreciate the meaningful conversations and feedback related to user experience and use cases, as they enable me to contribute towards the product development efforts of my team at LocalStack.
::Gerrit Grunwald::
Gerrit Grunwald is a software engineer that loves coding for around 40 years already. He is a true believer in open source and has participated in popular projects like JFXtras.org as well as his own projects (TilesFX, Medusa, Enzo, SteelSeries Swing, SteelSeries Canvas, JDKMon).
Gerrit blogs regularly at http://harmonic-code.org, he is an active member of the Java community, where he founded and leads the Java User Group Münster (Germany), he is a JavaOne rockstar and a Java Champion. He is a speaker at conferences and user groups internationally and writes for several magazines. - Scaling Simply with Virtual Threads (Project Loom) :: Modern SQLRaiffeisen Software Gmbh (City Tower), Linz, AL
We are excited to announce our next meetup on 7.11.2023. We will have Nicolai Parlog from Oracle present "Scaling Simply with Virtual Threads (Project Loom)" and Markus Winand present "Modern SQL - Modern SQL: While you’ve looked elsewhere".
We would like to thank Raiffeisen Software GmbH for being the host for this event.
::Scaling Simply with Virtual Threads (Project Loom)::
Nicolai Parlog
When every request coming into a system runs in its own thread but keeps blocking it for outgoing requests to the file system, databases, or other services, the number of threads the system supports quickly becomes the limiting factor for scaling up throughput. Reactive programming solves this problem by only occupying platform threads when they are actually needed, thus offering better scalability, but comes at a cost: developing, maintaining, debugging, observing, and benchmarking code becomes more challenging.
Virtual threads combine the simplicity of blocking code with the resource efficiency and scalability of reactive programming and in this talk you're going to learn how they do that and how you can use them in your project.
::Modern SQL - Modern SQL: While you’ve looked elsewhere::
Markus Winand
While many hypes have come and gone, SQL has undergone a slow, silent but steady evolution. This year’s revision of the SQL standard even introduced graph query capabilities — but this will need some time to get broad adoption.
In this session we will focus on some modern SQL features that are readily available in a SQL database near to you. We will see real-world examples that make developer’s life easier and the applications go faster. Naturally we will also revisit some stubborn misconceptions about SQL that ultimately proof that today’s SQL is not your grandpa’s SQL anymore.
The Speakers
::Nicolai Parlog::
Nicolai (aka nipafx) is a Java enthusiast focused on language features and core APIs with a passion for learning and sharing - in articles, newsletters, and books; in tweets, videos, and streams; in demo repos and at conferences - more on all of that on [nipafx.dev]. He's a Java Developer Advocate at Oracle and organizer of [Accento]. That aside, he's best known for his haircut.
::Markus Winand::
Markus Winand is the SQL Renaissance Ambassador. He is on a mission to introduce developers to the evolution of SQL in the 21st century. His first book “SQL Performance Explained” is available in five languages and can be read for free on his website use-the-index-luke.com. Markus is currently working on his second book that is likewise available free of charge online (modern-sql.com)