In my blog, I share my thoughts, experiences, and insights on current topics that inspire me. Here, you will find practical tips, exciting insights, and innovative approaches that encourage reflection and provide inspiration for your own projects.

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[...]

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[...]

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[...]

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[...]

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[...]

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[...]

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[...]

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[...]

Der wahre Wert von Microservices

Development
de

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

Type Safe SQL in Java

Development
en

No matter if you are using frameworks like JPA, MyBatis or Spring Data JDBC you always end up declaring the SQL statements as a Java String. Strings, String, Strings No matter if[...]

Type Safe SQL in Java with jOOQ

Development
en

No matter if you are using frameworks like JPA, MyBatis or Spring Data JDBC you always end up declaring the SQL statements as a Java String.