You are here |
bill.burkecentral.com | ||
| | | |
www.morling.dev
|
|
| | | | I have built a custom search functionality for this blog, based on Java and the Apache Lucene full-text search library, compiled into a native binary using the Quarkus framework and GraalVM. It is deployed as a Serverless application running on AWS Lambda, providing search results without any significant cold start delay. If you thought Java wouldn't be the right language for this job, keep reading; in this post I'm going to give an overview over the implementation of this feature and my learnings along ... | |
| | | |
forensicitguy.github.io
|
|
| | | | Tony's blog about malware analysis and other security topics | |
| | | |
in.relation.to
|
|
| | | | One of the most exciting features in Java 9 are modular runtime images. Using the new jlink utility, you can create customized distributions which contain your app, its dependencies and just the JDK modules which it needs. For instance, a simple service based on the Undertow web server can be packaged into an image of just 25 MB, batteries included. While that's pretty cool already, it gets even nicer, as jlink provides a plug-in mechanism which allows to fine-tune the contents modular runtime images as ... | |
| | | |
renato.athaydes.com
|
|
| |