QUENTITY < BY QUENTITY NOT BY QUANTITY
Loading...
Date
2025
Authors
AMR KURDI
DEEMA SALEH
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
This project introduces Quentity, a Java-based framework developed
to make application development easier by automatically creating the
back-end,front-end, and database.
Quentity saves work by having the developer define a single class for
each entity, with the field types, their validation rules, and behaviors.
The framework then produces the database schema and front-end
components from this definition so that the integration of all layers
will be seamless.
It encapsulates communications between the front-end and back-end,
including input validation on both the front-end and back-end sides,
and efficiently executes tasks by paginating them, sorting directly
from the database, among others.
It's powered with a strong search engine using Lucene.
Multilingual is implemented in the framework; it only needs the
localization of resources to provide multiple language functions.
In short Quentity framework allows for rapid development of
responsive full-stack web applications by writing just a minimal
amount of code