{"id":20508914,"url":"https://github.com/chabane/kramaframework","last_synced_at":"2026-04-19T00:34:47.577Z","repository":{"id":3496450,"uuid":"4552942","full_name":"Chabane/KramaFramework","owner":"Chabane","description":"Krama is an open source Java EE Framework","archived":false,"fork":false,"pushed_at":"2016-02-03T09:59:18.000Z","size":8784,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T22:52:07.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ldvm/LDVMi","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chabane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-04T21:54:09.000Z","updated_at":"2016-02-03T09:53:15.000Z","dependencies_parsed_at":"2022-06-27T09:22:05.949Z","dependency_job_id":null,"html_url":"https://github.com/Chabane/KramaFramework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chabane/KramaFramework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chabane%2FKramaFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chabane%2FKramaFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chabane%2FKramaFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chabane%2FKramaFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chabane","download_url":"https://codeload.github.com/Chabane/KramaFramework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chabane%2FKramaFramework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31989852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T20:21:11.150Z","updated_at":"2026-04-19T00:34:47.502Z","avatar_url":"https://github.com/Chabane.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"KramaFramework\n==============\n\nKrama is a Java EE / Ajax open source framework. The aim was to provide widgets (similar to Swing, GWT, Wicket, Vaadin) for representing the view in Java, instead of doing it on a simple JSP page.\nKrama can manage itself generating HTML / CSS and JavaScript corresponding to the view developed in Java and intelligently, within it, only generates what has been coded. This framework uses several JavaScript libraries such as Prototype, Raphael-js.\n\nExample using with Struts\n```java\npublic class Drawing extends TVerticalPanel{\n\n\tpublic Drawing(String name, String id) {\n\t\tsuper(name, id);\n\t\tsetWidth(300);\n\t\tsetHeight(200);\n\t}\t\n\t\n\tpublic void paintWidget(TGraphics g){\n\t\t TCircle circle = g.drawCircle(30, 30, 3, \"yellow\", \"black\");\n\t\t TLine line = g.drawLine(44, 173, 180, 173, \"2\", \"round\", \"#058105\");\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchabane%2Fkramaframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchabane%2Fkramaframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchabane%2Fkramaframework/lists"}