Tag

#java

7 posts

← All posts
java · MAY 23 · 2020

How 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.

#java #jhipster Read essay →
java · MAY 21 · 2020

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.

#java #aws #github #micronaut Read essay →
java · MAY 20 · 2020

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.

#java #graalvm #micronaut Read essay →
java · MAY 18 · 2020

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

#java #micronaut #ide Read essay →
annotations · JUN 27 · 2013

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...

#annotations #hibernate #java #jpa Read essay →
java · JAN 19 · 2011

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:

#java #roo #vaadin Read essay →
facebook · DEC 07 · 2010

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:

#facebook #java Read essay →