Ver Mensaje Individual
  #13 (permalink)  
Antiguo 27/01/2013, 04:10
tecafede
 
Fecha de Ingreso: noviembre-2012
Mensajes: 111
Antigüedad: 11 años, 6 meses
Puntos: 6
Respuesta: Python - Netbeans, Eclipse, alguien lo ha usado?

Una duda, tengo Eclipse + PyDev + GIT y con eso puedo trabajar sin problema.

Pero... qué significa en Eclipse 4 que se pueden crear aplicaciones "Eclipse4/CRP"?

http://wiki.eclipse.org/Eclipse4/RCP

"Introduction

Eclipse 4 is the next generation platform for building Eclipse-based tools and rich client desktop applications. This new release makes it easier for developers to develop and assemble applications and tools based on the Eclipse platform.

Eclipse 4 introduces the following:

a model-based user interface and a new CSS-based declarative mechanism for application styling. These facilities make it easier to design and customize an application user interface. This also adds greater flexibility to UI layout, making it easier to make a user interface look different from an IDE.
a new services-oriented programming model that makes it easier to use discreet application services of the Eclipse platform.
a compatibility layer to allow existing well-behaved Eclipse 3.x applications to take advantage of the new functionality of the Eclipse 4 Application Platform."

Es algo así como que desde Eclipse mismo se pueden generar directamente las páginas de estilo (CSS) y web de aplicaciones en otro lenguaje de programación

En el caso nuestro de Python nos sirve también?




Por ejemplo:
http://www.rcp-vision.com/?p=4694&lang=en

recomiendan instalar

"Let's now install the Tools that will allow us to create an Eclipse 4 application, using the following update site:

http://www.vogella.com/updatesite/e4tools/

from which we'll install the following features:
* CSS spy for Eclipse 4 / E4 CSS Spy (Incubation)
* Eclipse 4 core tools / Eclipse e4 Tools (Incubation)

"

Para generar aplicaciones Eclipse 4.