https://github.com/raphw/limber
Limber web framework (experiment)
https://github.com/raphw/limber
Last synced: 12 months ago
JSON representation
Limber web framework (experiment)
- Host: GitHub
- URL: https://github.com/raphw/limber
- Owner: raphw
- Created: 2013-05-21T13:08:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-30T09:44:01.000Z (over 12 years ago)
- Last Synced: 2025-01-24T19:11:16.884Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 660 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: license/apache_2_0/header.txt
Awesome Lists containing this project
README
This is an experimental attempt to create a stateful web framework which builds on top of DOM manipulation. It targets the development of web applications in Java which are itself stateful and do not require high scalability. Such a framework could for example be used in intranet solutions where the model of this framework would allow an event-driven, more traditional Java programing model as for example Swing where all components are rerendered via XHR when their state changes. This is an after-work project of mine and still in the make.