In Part 1, we Scraped this website for data and ingested it into elasticsearch. In this post, we will build the search engine frontend, that we will use to search for blog posts. We will code our application that the…
WebApps
A collection of 2 posts
Running Java Web Applications on Docker with Payara Micro
Payara Micro, a lightweight framework for serving your Java Applications, from your WAR files. Payara Micro Features: It's Small, less than 70 MB in size Ease of use. Automatic and Elastic Clustering Payara Micro is designed for running Java EE…