
En este post vamos a hablar de GitHub. ¿Y qué es GitHub?. GitHub según su página web es:
GitHub is the best way to collaborate with others. Fork, send pull requests and manage all your public and private git repositories.
O lo que es lo mismo GitHub es un herramienta que te permite crear tus propios repositorio usando Git de manera que éstos ya no estén solamente alojados en tu máquina local si no en máquinas remotas donde otros usuarios pueden ver lo que están haciendo y colaborar, si es el caso, en el proyecto.
Read the rest of this entry »
Me gusta:
Me gusta Cargando...
Etiquetas: control de versiones, git, GitHub, scm

Git según la definición que podemos encontrar en la Wikipedia es:
Git es un software de control de versiones diseñado por Linus Torvalds, pensando en la eficiencia y la confiabilidad del mantenimiento de versiones de aplicaciones cuando estas tienen un gran número de archivos de código fuente.
Read the rest of this entry »
Me gusta:
Me gusta Cargando...
Etiquetas: control de versiones, git, scm

Today we are going to talk about Vaadin, a server-side RIA framework that makes easy the UI development in our web applications. As the official Vaadin homepage says, Vaadin is:
Vaadin is a server-side AJAX web application development framework that enables developers to build high-quality user interfaces with Java. It provides a library of ready-to-use user interface components and a clean framework for creating your own components. The focus is on ease-of-use, re-usability, extensibility, and meeting the requirements of large enterprise applications. Vaadin has been used in production since 2001 and it has proven to be suitable for building demanding business applications.
Read the rest of this entry »
Me gusta:
Me gusta Cargando...
Etiquetas: GWT, J2EE, Liferay, Maven, RIA, Rich Internet Application, Vaadin

Hoy vamos a hablar acerca Vaadin, un framework RIA que facilita el desarrollo de la parte de interfaz de usuario en aplicaciones web. Según la página oficial del proyecto, Vaadin es:
Vaadin is a server-side AJAX web application development framework that enables developers to build high-quality user interfaces with Java. It provides a library of ready-to-use user interface components and a clean framework for creating your own components. The focus is on ease-of-use, re-usability, extensibility, and meeting the requirements of large enterprise applications. Vaadin has been used in production since 2001 and it has proven to be suitable for building demanding business applications.
Read the rest of this entry »
Me gusta:
Me gusta Cargando...
Etiquetas: Eclipse, GWT, J2EE, Java, Liferay, Maven, RIA, Rich Internet Application, Vaadin