Making the Case for Digital Renovation
Are you working for an enterprise that utilizes outdated software? Are you working for an enterprise that utilizes outdated software? Old software, or legacy systems, pose threats[...]
Java 16 Records with JPA and jOOQ
The new Java version 16 includes a new feature: Records
Five Ways to Tell It’s Time to Break Up with Your Legacy System
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.[...]
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[...]
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[...]
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[...]
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 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[...]
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[...]
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.