¿Qué es Eclipse Dirigible?

https://jaxenter.com/eclipse-dirigible-142483.html

http://www.dirigible.io

Eclipse Dirigiblees una Plataforma de desarrollo open-source y cloud, prove un conjunto de herramientas para construir, ejecutar y operar aplicaciones de negocio en el cloud.

Dirigible forma parte de la fundación Eclipse y es un proyecto top-level de Eclipse Cloud.

Dirigible está compuesta por estos building blocks:

· Application Server (provided)

· Runtime (built-in)

Engine(s) – (Rhino/Nashorn/V8)

Repository – (fs/database)

· Design Time (built-in)

Web IDE (workspace/database/git/… perspective)

· Applications (developed)

Application (database/rest/ui)

Application (indexing/messaging/job)

Application (extensionpoint/extension)

Dirigible ha seleccionado Javascript como tecnología para generar las aplicaciones de negocio.

El motivo por el que se elige Javascript en lugar de Java aquí:

Enterprise JavaScript

The language of choice in the Dirigible business application platform is JavaScript! But why JavaScript? Why not Java? Is it mature enough, is it scalable, can it satisfy the business application needs? The answer is: It sure does! The code that is being written is similar to Java. The developers can write their business logic in a synchronous fashion and can leverage a large set of Enterprise JavaScript APIs. For heavy loads, the Dirigible stack performs better than the NodeJS due to multithreading of the underlying JVM and the application server, and using the same V8 engine underneath.”

Veamos un ejemplo:

Para ejecutar Dirigible basta con descargarse el WAR de su proyecto y desplegarlo sobre un Tomcat (8.x):

Lo que veremos será:

Puedo crear un proyecto:

Leer más

Deja una respuesta

Introduce tus datos o haz clic en un icono para iniciar sesión:

Logo de WordPress.com

Estás comentando usando tu cuenta de WordPress.com. Salir /  Cambiar )

Foto de Facebook

Estás comentando usando tu cuenta de Facebook. Salir /  Cambiar )

Conectando a %s