In meinem Blog teile ich meine Gedanken, Erfahrungen und Erkenntnisse zu aktuellen Themen, die mich begeistern. Hier finden Sie praxisnahe Tipps, spannende Einblicke und innovative Ansätze, die zum Nachdenken anregen und Impulse für eigene Projekte liefern.

Java 16 Records mit JPA und jOOQ

Development
de / en

Die  neue Java Version 16 beinhaltet ein neues Feature: Records Java Records Die  neue Java Version 16 beinhaltet ein neues Feature: Records https://openjdk.java.net/jeps/395 “Erweiterung der Java Programmiersprache mit Records. Dies sind Klassen welche als transparente Träger für unveränderliche Daten agieren. Records kann man als nominelle Tupel ansehen.” Lasst uns Java Records mit JPA und jOOQ kombinieren. [...]

Five Ways to Tell It’s Time to Break Up with Your Legacy System

Consulting
en

When it comes to business operations, it’s easy to get comfortable in the status quo. When it comes to business operations, it’s easy to get comfortable in the status quo. Change seems daunting, especially in the context of legacy software. But often, just because a relationship is comfortable, doesn’t mean it’s what’s best for your [...]

UI Modernization with Vaadin

Development
en

Article of Simon Martinelli was published on the Vaadin blog. An article of our founder Simon Martinelli was published on the Vaadin blog.Check it out: UI Modernization with Vaadin What is Vaadin? Vaadin is an open-source platform that helps Java developers build great user experiences with minimal effort. Focus on creating apps that your users will love.

How to Create A Software Modernization Roadmap

Consulting
en

Software modernization is key to staying ahead in your industry. Software modernization is key to staying ahead in your industry. It improves performance and prevents unexpected lapses in security and productivity. Application modernization roadmaps are a window into the future to manage expectations for budgets, outcomes, timelines, and teams to ensure you have the smoothest [...]

Use the Power of your Database: XML and JSON

Development
en

Today databases have a lot of functionality that is often not used by software developers because they simply not know that this exists. Today databases have a lot of functionality that is often not used by software developers because they simply not know that this exists.But knowing about this features can save a lot of [...]

Unleash Database Power: Generate XML and JSON with SQL

Development
en

Today databases have a lot of functionality that is often not used by software developers because they simply do not know that this exists. But knowing about these features can save a lot of time because you may write less code.

Es muss nicht immer Angular sein

Development
de

Artikel von Simon Martinelli erschienen im JavaSpektrum Artikel von Simon Martinelli. Erschienen im JavaSpektrum 05/2020 Datenzentrierte Applikationen effizient entwickeln Single Page Applikationen (SPA) sind heute bei der Entwicklung von Webanwendungen zum Quasi-Standard geworden. Angular, React und Vue.js sind die bekanntesten Vertreter aus dieser Kategorie von Webframeworks. Aber passt diese Client-Architektur zu jedem Anwendungsfall? Oder gibt es [...]

Recording of JUG Switzerland Talk „Es muss nicht immer Angular sein“

Development
de

Single Page Applikationen (SPA) sind heute bei der Entwicklung von Webanwendungen zum Quasi-Standard geworden. Recording of Simon Martinelli’s talk (in German) at Java User Group Switzerland AbstractSingle Page Applikationen (SPA) sind heute bei der Entwicklung von Webanwendungen zum Quasi-Standard geworden. Angular, React, Vue.js und Ember.js sind die bekanntesten Vertreter aus dieser Kategorie von Webframeworks. Aber passt [...]

Adam Bien’s Airhacks.fm Podcast #99 with Simon Martinelli

Development
en

Adam Bien’s Airhacks.fm episode #99 with Simon Martinelli is online. List on Spotify or Apple Podcasts or as MP3  

Vaadin Tip: Lazy Loading and Item Identity

Development
en

When using grids, trees or any other of multi-valued component with Vaadin you often want to display data from a database table and typically you have more than a few rows in the database. When using grids, trees or any other of multi-valued component with Vaadin you often want to display data from a database table and [...]

Vaadin Lazy Loading Techniques

Development
en

When using grids, trees, or any other of the multi-valued component with Vaadin you often want to display data from a database table, and typically you have more than a few rows in the database. In this case loading, thousands or even millions of records don’t make sense and would be a huge performance problem.

Der wahre Wert von Microservices

Development
de

Lesen Sie den vollständigen Artikel über Microservices von Simon Martinelli, der in Java Spectrum erschienen ist.