How to Deploy a Vaadin Application as a WAR on Tomcat 11
If you want to run a Vaadin application on an external servlet container like Apache Tomcat 11, you need to package your application as a …

Simon Martinelli
3,850 viewsIf you want to run a Vaadin application on an external servlet container like Apache Tomcat 11, you need to package your application as a …

Tim Kelly
17,617 viewsCreate a Spring app that can stream in financial transactions from Apache Kafka, and upon insertion into the database, can use Atlas Vector …

Ondro Mihalyi
4,487 viewsJakarta EE is a mature, powerful platform — but it’s also approachable, thanks to resources like these!

Kieran Hejmadi
7,542 viewsYou might associate Arm primarily with smartphones and the Java-based Android runtime. But no more after this article!

Stefano Fago
7,979 viewsClean your Memory: exploring approaches for cleaning native resources, starting from finalize() method to the Cleaner API
Shai Almog
3,299 viewsDo you ever pull your hair out in frustration, why isn't this a part of Java? Thanks to Manifold you can solve that problem for everyone.

Mahendra Rao B
7,160 viewsIntroduction Consider a bustling restaurant environment. The kitchen receives a flood of orders, waitstaff dart between tables, and patrons …

Shai Almog
2,852 viewsPractical tips for debugging front-end network issues using browser tools, with insights on request replay, throttling & storage management.

Mikael Francoeur
4,849 viewsSee how to implement a declarative API with Spring AOP and SpEL to perform tasks belonging to cross-cutting concerns like auditing.
Raphael De Lio
12,632 viewsBuild a sliding window log rate limiter with Redis and Java. Track requests in a rolling window, expire old entries, and test your setup for …