An open API service indexing awesome lists of open source software.

https://github.com/calint/bob

web application server, object-relational mapping framework, objects view and editor framework
https://github.com/calint/bob

appserver http-server java mysql orm-framework webapplication webserver

Last synced: about 1 year ago
JSON representation

web application server, object-relational mapping framework, objects view and editor framework

Awesome Lists containing this project

README

          

# bob

a journey two decades back in time to Java 1.5

experimental web applications using server 'bee' and object persistence framework 'dbo'

can be compiled and run by legacy Java 1.5

contains
* a performant and compact web application server (package b)
* a framework for composing web applications with re-usable user interface components focused on back-end development
* an object-relational mapping framework for MySQL (package db) supporting cluster of servers, indexes, full-text searches, relations between objects, expandable field definitions for creating custom fields beyond the types provided, source code generator from definition (package jem)
* a framework for editing and viewing persistent objects (package bob) with focus on fast development of CRUD like tasks supporting relations
* an emulator of a retro 16 bit CPU ['zen-one'](https://github.com/calint/zen-one) (packages zen.*) implemented in web application at URI '/zen'

explored digitalocean.com and linode.com services
* load balancing using service provider
* SSL enabled using load balancer
* MySQL cluster implemented in package 'db'