Configurando el entorno de desarrollo:
Eclipse:
Juno 4.2
http://www.eclipse.org/downloads/
Instalación
unzipMaven:
Para ejecutar desde linea de comando los ejemplos de ZK3.0.4
http://maven.apache.org/download.html (decargar los binarios).
Instalación
Seterar las variables M2, M2_HOME, PATH, JAVA_HOME.Tal cual el tutorial de instalación de maven (donde descargan los ejecutables).
GIT:
Para descargar los ejemplos de ZKhttp://git-scm.com/
Instalación
Next>> Next>> Next>> Recordar integrar con el cmd al instalarMaven en Eclipse:
Para compilar desde eclipse los ejemplos de ZK
http://www.eclipse.org/m2e/download/
Git, para Eclipse con Maven:
Para obtener las fuentes de los ejemplos directo a eclipse.
Buscar en el marketplace, o desde FILE >> IMPORT >> Maven >> Check out from SCR Sources >> Ahí hay un vinculo para ir al m2 marketplace
Jetty para eclipse:(recomendado)
Para usarlo en lugar de tomcat.
Agregar a Help >> Install New Software
http://run-jetty-run.googlecode.com/svn/trunk/updatesite/
Instalar solo una de todas las versiones (no deja todas).
Tomcat para Eclipse:
Descargar e instalar apache tomcat 6 o 7 pueden ser de:
http://tomcat.apache.org/
- From menu goto Windows > Preferences...
- Select Server > Runtime Environments, then click Add
- Select Apache > Apache Tomcat v6.0 and then click Next
- Browse to and select the root directory of the Web server installed in your computer
- For example, the root directory of Apache Tomcat might be
C:\Program Files\Apache Software Foundation\Tomcat 6.0
- For how to install Tomcat, please refer to this section
- For example, the root directory of Apache Tomcat might be
- Click Finish
ZK para Eclipse:
Agregar a Help >> Install New Softwarehttp://studio.zkoss.org/resource/plugins/eclipse_4_2
Ejecutando un ejemplo
Si todo esta configurado:- Select File > Import .
- Select "Maven" > "Checkout Maven project from SCM"
- Select "git" and use the URL "git://github.com/zkbooks/CADDA.git"
- Click Finish to import the Web Project.
- ------------------------------------------------------------------------------------------------------------------------------------
- IMPORTANTE AQUÍ. (esto no esta en el tutorial de ZK)
- Click derecho en todo >> Properties >> Project Facets >> Habilita Dynamic Web Module
- ----------------------------------------------------------------------------------------------------------
- Right click on todo project in the explorer and select Run As > Run on Server
- Select Apache > Tomcat v6.0 Server in the server type dialog and click Finish
- A browser will be activated automatically to explore the todo example.
No comments:
Post a Comment