Articles, Home

Introducción

Esta es una guía de aprendizaje del stack Jmoordb , mediante una serie de talleres. Aristides Villarreal Bravo

Articles, Home

A boost for Java on the Client – Gluon

The IT landscape is constantly evolving. For client applications, there is a clear trend towards bundled native applications and appstores. One of the answers Java has in this area is jpackage. With jpackage, developers can bundle their Java(FX) application and dependencies with an appropriate Java runtime that contains everything that is needed to run the …

Articles, Home

Java Annotations

A Java annotation is a small comment-like construct you can insert before class, method and field declarations. Annotations can be used to generate source code from, or be accessed at runtime via reflection.