https://github.com/cuba-platform/sample-library
Sample application for keeping a record of books at a library for CUBA 6.10
https://github.com/cuba-platform/sample-library
Last synced: over 1 year ago
JSON representation
Sample application for keeping a record of books at a library for CUBA 6.10
- Host: GitHub
- URL: https://github.com/cuba-platform/sample-library
- Owner: cuba-platform
- License: apache-2.0
- Created: 2017-12-06T11:14:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T15:13:26.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T08:19:29.372Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 166 KB
- Stars: 2
- Watchers: 27
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**ATTENTION! This sample is built for outdated platform version. See [sample-library-cuba7](https://github.com/cuba-platform/sample-library-cuba7) for the latest version.**
# Library
This is a showcase application which is developed to demonstrate the capabilities and features of both the CUBA Platform and the CUBA Studio.
The Library application is designed to keep a track of the books stored in a library. A user can create, edit and delete books, authors, publishers, library departments, etc. and perform the book instances accession.
The Library showcase contains:
- The data model, which includes 8 related entities
- Custom screens
- Both web and desktop representations of the UI generated from the same layout
- Simple business logic implemented on a middleware tier
- Reporting module with [sample reports](https://doc.cuba-platform.com/reporting-latest/example_xls.html)
Based on CUBA Platform 6.10.1
## Issues
Please use https://www.cuba-platform.com/discuss for discussion, support, and reporting problems coressponding to this sample.