Tag
#java
7 posts
← All postsHow to generate a UUID column with JDL and JHipster
Not satisified with the standard autoincrement implementation of the default ID columns with the JHipster generator, I did some digging to see what was possible.
Deploying a gradle Micronaut service to AWS Elastic Beanstalk with github Actions
Now that I can develop and test my Micronaut Java service in my browser, in the cloud, the next step is automating deployment to AWS Elastic Beanstalk.
How I Achieved Incredibly fast Java Micronaut Service Startup Times with GraalVM
Despite my Micronaut Java service having a fast startup time, I wanted to see if I could get it starting even fast for production. The short answer was YES.
Running a Java Micronaut application in Visual Studio Codespaces
So you can use (https://sdkman.io) to install any Java version you want (like the Amazon Correto in case you plan on deploying to Elastic Beanstalk): sdk install java 11.0.7-amzn
How to use Reflection to Document your Data Model based on JPA Annotations
So using JPA, Hibernate or EBeans is cool when you can just annotate your Java classes, but haven’t you always wished you could “generate” documentation of your data model from the code? Pulling information of the...
Spring Roo with Vaadin and the Experimental Visual Editor
I just read about how to get the experimental Vaadin Visual Editor running, so I had to try it with a Roo project. This is what it looked like with the Roo Vote sample app:
How to setup a Java Facebook Application
First I discovered that there was an open source, Java based, Facebook Application which includes samples of the following: