sabato 29 novembre 2014

Primi passi: creiamo un'applicazione web statica con Netbeans e Wildfly

Iniziamo a prendere confidenza con l'ambiente di sviluppo creano una semplice applicazione web statica:
  • apri Netbeans
  • registra l'application server dentro Netbeans
    • vai al menu tools/servers e registra Widlfly indicando il percorso di installazione
    • scegli conf/standalone.xml come file di configurazione

First steps: let's create a static web application with Netbeans and Wildfly

We'll start to put our hands on the development environment by creating a simple static web app:
  • start Netbeans
  • register the application server inside Netbeans
    • go to tools/servers and register Widlfly, choosing the installation path
    • choose conf/standalone.xml as the configuration file

Da zero a Java enterprise: l'installazione dell'ambiente di sviluppo

Predisponiamo l'ambiente di sviluppo partendo da un sistema vuoto:
  • vai su java.sun.com 
    • clicca su Java SE 8 Update 25 e poi su Java download in alto
    • accetta la licenza
    • nella colonna download clicca sulla versione compatibile col tuo sistema (per Windows a 64bit: jdk-8u25-windows-x64.exe)
    • avvia il download

From zero to enterprise Java: setting up the development environment

Let's set up the developmente environment, starting from an empty machine:
  • go to java.sun.com 
    • click Java SE 8 Update 25 and then on Java download on top
    • accept the license
    • in the download section, click on the version which is compatible with your operating system (on a 64 bit Windows: jdk-8u25-windows-x64.exe)
    • start the download