GxG Framework for JRuby --> Support Development Here --> https://gogetfunding.com/gxg-community-edition-development-support/ GxG Framework builds upon the platform abstraction idea and provides fine-grained characterization about the host platform. GxG Frameworks bootstraps the system and tries to figure out what platform (BSD, Linux, DarwinOS) it is running on. GxG Framework provides a System and Engine object set that can track system stresses during runtime. This allows the code to sense loads and choose alternative (speed/space) trade-offs. Also, GxG Framework includes clients for SSH/SFTP, SOAP, XmlRpc, REST, and others. https://gogetfunding.com/gxg-community-edition-development-support/
Find a file
2026-07-01 17:50:37 -07:00
doc Initial Commit 2021-11-16 08:41:53 -08:00
lib sqlite LoadError fix 2026-07-01 17:50:37 -07:00
scraps Initial Commit 2021-11-16 08:41:53 -08:00
.gitignore Bug fix 1 2022-04-23 10:35:20 -07:00
gxg-framework.gemspec sqlite LoadError fix 2026-07-01 17:50:37 -07:00
LICENSE.txt Initial Commit 2021-11-16 08:41:53 -08:00
README.md Federation Scaffolding 2025-08-07 09:39:33 -07:00

GxG Framework for JRuby

Building:

jgem build ./gxg-framework.gemspec

Installation:

sudo jgem install GEMFILE

Database prep: UPDATE mysql.user SET Super_Priv="Y" WHERE user='www-data' AND host='%';