{"id":33485014,"url":"https://github.com/flowcentraltechnologies/unify-framework","last_synced_at":"2026-05-23T02:14:29.428Z","repository":{"id":37789305,"uuid":"160456887","full_name":"flowcentraltechnologies/unify-framework","owner":"flowcentraltechnologies","description":"Unify Framework","archived":false,"fork":false,"pushed_at":"2025-11-27T21:59:09.000Z","size":17963,"stargazers_count":9,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-28T09:19:54.309Z","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":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flowcentraltechnologies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-12-05T03:44:38.000Z","updated_at":"2025-11-20T00:30:05.000Z","dependencies_parsed_at":"2023-02-14T12:01:41.808Z","dependency_job_id":"24e36616-a91f-4058-beed-fb6aa4924f8f","html_url":"https://github.com/flowcentraltechnologies/unify-framework","commit_stats":null,"previous_names":["flowcentraltechnologies/unify-framework","tcdng/unify-framework"],"tags_count":86,"template":false,"template_full_name":null,"purl":"pkg:github/flowcentraltechnologies/unify-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcentraltechnologies%2Funify-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcentraltechnologies%2Funify-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcentraltechnologies%2Funify-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcentraltechnologies%2Funify-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowcentraltechnologies","download_url":"https://codeload.github.com/flowcentraltechnologies/unify-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcentraltechnologies%2Funify-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27392795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-30T02:00:05.582Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-11-25T16:00:34.248Z","updated_at":"2025-11-30T13:04:33.174Z","avatar_url":"https://github.com/flowcentraltechnologies.png","language":"Java","funding_links":[],"categories":["开发框架"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cimg src=\"docs/images/unifyframework.png\" alt=\"Unify Framework\" width=\"360\" align=\"center\"\u003e\u003c/h1\u003e  \n\n\u003ch4 align=\"center\"\u003eA light-weight component based framework for developing web applications in Java\u003c/h4\u003e\n  \n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/github/license/tcdng/unify-framework\" alt=\"License\" title=\"\"\u003e\n\u003c/p\u003e\n\nUnify Framework is a server-side component-based framework for developing web applications in Java. The entire framework is built on the concept of a pool of configurable components interacting with each other at runtime to provide complete application functionality.\n\nThe framework makes available, to the developer, a solid set of reusable and extensible software components built using simple high level abstractions that effectively hide the details of underlying complexities from the developer.\n\nAll components, from UI widgets to business logic and database components, share a common DNA allowing for the same basic simplicity across the framework. \n\nComponents are provided for the full web application stack which makes the need for the mishmash of varying technologies very minimal.\n\n## Features\n* Inversion of Control Container\n* Persistence Framework with ORM\n* Transaction Management\n* Business Service Framework\n* Task Management\n* Cluster Management with Intra-cluster Communication\n* User Session Management\n* File Transfer Framework\n* Notification Framework\n* Report Generation Framework\n* Page Template Language\n* Model-view-controller Framework\n* Single-page Application Framework\n* Rich library of user interface widgets\n\n## Documentation\n\n* [Documentation (Wiki)](https://github.com/tcdng/unify-framework/wiki)\n\n## Maven\n\n### Core libraries\n\n```xml\n\u003c!-- Unify Core Library--\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.tcdng.unify\u003c/groupId\u003e\n    \u003cartifactId\u003eunify-core\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.1\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003c!-- Unify Web Library--\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.tcdng.unify\u003c/groupId\u003e\n    \u003cartifactId\u003eunify-web\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Optional libraries\n\n```xml\n\u003c!-- Embedded Jetty Server--\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.tcdng.unify\u003c/groupId\u003e\n    \u003cartifactId\u003eunify-jetty\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.1\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003c!-- Jasper Reports Integration--\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.tcdng.unify\u003c/groupId\u003e\n    \u003cartifactId\u003eunify-jasperreports\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.1\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003c!-- JCIFS Library Integration--\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.tcdng.unify\u003c/groupId\u003e\n    \u003cartifactId\u003eunify-jcifs\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.1\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003c!-- XChart Library Integration--\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.tcdng.unify\u003c/groupId\u003e\n    \u003cartifactId\u003eunify-xchart\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcentraltechnologies%2Funify-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowcentraltechnologies%2Funify-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcentraltechnologies%2Funify-framework/lists"}