Motor Web de Almis
AWE es un framework web de Java ligero. Permite construir aplicaciones web de la manera más rápida.
- ✅ Comunicación automática de servidor a cliente con soporte de WebSockets
- ✅ Utilización de Xml o Java para construir ventanas de usuario
- ✅ Componentes adaptables modernos en la interfaz de usuario
- ✅ Temas de estilo y soporte multiidioma
- ✅ Múltiples enlaces de datos. Rest, base de datos SQL y noSql, ...
- ✅ Built-in Spring Boot 3 support
- ✅ Curva de aprendizaje más fácil
Página principal del Proyecto AWE
Please visit us at https://www.aweframework.com
Prerequisites
You must have Maven 3.x installed on your computer and JDK 17 or higher
Primeros pasos
Este es un proyecto multi módulo en maven. Puede importarlo como proyecto de maven con el IDE que prefiera. If you want create your first AWE project, use maven archetype awe-boot-archetype
with version
mvn -B archetype:generate \
-DarchetypeGroupId=com.almis.awe \
-DarchetypeArtifactId=awe-boot-archetype \
-DarchetypeVersion=[Archetype version]
-DgroupId=com.mycompany.app \
-DartifactId=my-app \
-Dversion=1.0-SNAPSHOT
Creado con
- Maven - Dependency Management
- Spring framework - AWE Spring boot starter
- Angular JS - Angular JS framework
- Bootstrap - Bootstrap web toolkit
- Highcharts - Interactive charts library
Registro de cambios
Latest changelog file: CHANGELOG.md
Contribuciones
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Licencia
All parts of AWE, except the contents of the graphical charts library (HighCharts), are licensed under Apache License v2.0 see the LICENSE.md file for details.