(Artículo en proceso) Introduccion: Seguramente cuando los proyectos escolares se volvían grandes y con muchas clases te dieron ganas de poder probar tu sistema antes de que estuviera completo y no sabías como hasta que se te ocurrió llenar de métodos main a todas tus clases de tal manera que ya sabías ni cual era…
Java 9 Hello World ( using netbeans )
Hello, finally got time to test and create some projects with Java 9, specifically with Jigsaw that it’s gonna be the next Java’s innovation avalible for all public starting about september 2016. Creating Java 9 Hello World‘s code Actually there isn’t option to create a new Java 9 project as such not even on development…
Creare e assemblare come app nativa con dukescript
Per questo tutorial che creeremo un Java powered applicazione desktop nativa con HTML GUI utilizzando netbeans e il mio computer Windows 10 in meno di 30 minuti utilizzando il codice di esempio Dukescript. Creeremo l'applicazione nativa con Dukescript a tempo di record. Dukescript è una tecnologia lato client basata in Java e principalmente su JavaFx…
Create and package as native app with dukescript
For this tutorial we’ll create a Java powered native desktop app with HTML GUI using netbeans and my Windows 10 computer in less than 30 minutes using the Dukescript sample code. We’ll create the native app with Dukescript in record time. Dukescript is a client side technology based in Java and mainly on JavaFx to…
Java String count with Dukescript
In this tutorial you will learn how to do Java String count the number of letters the number of vowels the number of consonants the number of spaces For the backend we will implement a method for each desired property and to go further we will create an HTML view to display the results with…