Difference between revisions of "SimpleRest"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | =OsProject= | ||
+ | |||
+ | {{OsProject | ||
+ | |id=com.bitplan.simplerest | ||
+ | |owner=BITPlan | ||
+ | |title=Simple Jersey based RESTFul framework | ||
+ | |url=https://github.com/BITPlan/com.bitplan.simplerest | ||
+ | |version=0.0.26 | ||
+ | |date=2021-12-19 | ||
+ | |since=2016-06-18 | ||
+ | }} | ||
+ | =Freitext= | ||
{{SimpleArticle|title=SimpleRest|text=BITPlan's RESTFUL software is mostly based on Java and the Jersey framework. | {{SimpleArticle|title=SimpleRest|text=BITPlan's RESTFUL software is mostly based on Java and the Jersey framework. | ||
see e.g. https://stackoverflow.com/questions/tagged/jersey | see e.g. https://stackoverflow.com/questions/tagged/jersey | ||
Line 6: | Line 18: | ||
To ease the separation of presentation and logic we use the {{Link|target=Rythm}} template engine. | To ease the separation of presentation and logic we use the {{Link|target=Rythm}} template engine. | ||
− | As a base framework we have created the | + | As a base framework we have created the project, which is published on github. The corresponding API interface definitions have been separately published at {{Link|target=https://github.com/BITPlan/com.bitplan.simplerest-api|title=SimpleREST-API}} If you are looking at this article from our Wiki frontend then the framework has been part of the process to render this page.}} |
[[Category:frontend]] | [[Category:frontend]] |
Latest revision as of 09:14, 19 December 2021
OsProject
OsProject | |
---|---|
id | com.bitplan.simplerest |
state | |
owner | BITPlan |
title | Simple Jersey based RESTFul framework |
url | https://github.com/BITPlan/com.bitplan.simplerest |
version | 0.0.26 |
description | |
date | 2021-12-19 |
since | 2016-06-18 |
until |
Freitext
SimpleRest
BITPlan's RESTFUL software is mostly based on Java and the Jersey framework. see e.g. https://stackoverflow.com/questions/tagged/jersey
As of 2017 we use maven as a build system and Eclipse as the IDE. For the front end we use plain HTML, Bootstrap and JQuery.
To ease the separation of presentation and logic we use the Rythm template engine. As a base framework we have created the project, which is published on github. The corresponding API interface definitions have been separately published at SimpleREST-API If you are looking at this article from our Wiki frontend then the framework has been part of the process to render this page.