Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiskasoft/hsk-core
JSF Template Lib
https://github.com/hiskasoft/hsk-core
Last synced: about 2 months ago
JSON representation
JSF Template Lib
- Host: GitHub
- URL: https://github.com/hiskasoft/hsk-core
- Owner: hiskasoft
- Created: 2020-09-03T11:35:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T14:52:00.000Z (about 3 years ago)
- Last Synced: 2024-04-24T12:27:59.804Z (9 months ago)
- Language: Java
- Size: 3.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hsk-core
HSK Core Library* hsk
* hsk-core All Source
* hsk-result Source for Model Basic
* hsk-faces Source for JSF
* hsk-jaxrs Source for REST-API## Result
The lib has a *basic model* for manipule:
- Query Filter
- Query Pagination
- Query Sorting
- Result Response
- Result Messsage
- Result Structure
- Result Exception for Message
- Param Domain
- Param Instance ( value - label )
- Param Options ( value - label - children)### Result Builder
The lib include a build object for:
- FilterBuilder for create a JPA Query from:
- Filter instance elements
- Sortable instance
- Pagination instance
- MessageBuilder for create a Message, include:
- code message
- descripcion
- list of causes
- list ot traces
- converte to/from MessageException
- DomainBuilder for create a set of domain-value request
- create a MapList of domain, classification domains
- ResultBuilder for create a Basic response, include the fields:
- Flag success and error
- Value data as List, Object or NONE
- List of Messages