Wednesday, September 02, 2009

Struts v2 HelloWorld en NetBeans v6

Video tutorial de como crear nuestra primera aplicación con Struts v2, basado en las referencias indicadas debajo.

Links:

Sitio oficial: http://struts.apache.org/2.x/index.html
Tutoriales oficiales: http://www.vaannila.com/struts-2/struts-2-tutorial/struts-2-tutorial.html

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...