Sign inSign up

sergios/atel_webapp

By sergios

Updated almost 9 years ago

Simple yet powerful ERP built around the concept of RICH_UI / JPA / CRUD / no-code platform

Image
1

460

sergios/atel_webapp repository overview

1. Introduction

This image showcases JavaEE no-code Web Applications.

2. How To Run ?

Install docker locally if not already done.

pull image:

    docker pull sergios/atel_webapp

run image:

    docker run -it --rm -p 8080:8080 sergios/atel_webapp

Point your browser to:

    http://localhost:8080/atel-demo

and login as admin/passw

(user admin with password passw)

3. Content

This image is based on tomcat:8-jre8 It contains a H2 in memory RDBMS and needs 1GB Memory to run.

Some topics in the demo:

  • Inventory Management
  • Invoice Management
  • Purchase Management
  • JPA CRUD
  • Complex Master Details
  • Spring security
  • lots of jQuery plugins working together
  • JEE patterns
  • DSL to generate screens
  • PDF Generation

Tag summary

Content type

Image

Digest

Size

340.2 MB

Last updated

almost 9 years ago

docker pull sergios/atel_webapp