UI Modernization with Vaadin
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
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
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
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
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”
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
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
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
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
Lesen Sie den vollständigen Artikel über Microservices von Simon Martinelli, der in Java Spectrum erschienen ist.
Type Safe SQL in Java
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
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.