{"id":15178579,"url":"https://github.com/dentsusoken/iplass","last_synced_at":"2025-04-05T02:08:24.447Z","repository":{"id":37409769,"uuid":"145678415","full_name":"dentsusoken/iPLAss","owner":"dentsusoken","description":"Java-based open source low-code development platform for enterprise","archived":false,"fork":false,"pushed_at":"2024-10-30T03:14:37.000Z","size":18369,"stargazers_count":67,"open_issues_count":57,"forks_count":25,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-10-30T05:07:43.857Z","etag":null,"topics":["framework","groovy","java","low-code"],"latest_commit_sha":null,"homepage":"https://iplass.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dentsusoken.png","metadata":{"files":{"readme":"README-EN.adoc","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}},"created_at":"2018-08-22T08:19:16.000Z","updated_at":"2024-10-30T02:37:56.000Z","dependencies_parsed_at":"2023-09-27T08:56:22.070Z","dependency_job_id":"ff585925-532f-41c2-856a-02a0229b5b17","html_url":"https://github.com/dentsusoken/iPLAss","commit_stats":{"total_commits":1333,"total_committers":30,"mean_commits":44.43333333333333,"dds":0.7164291072768192,"last_synced_commit":"77a94609ad677b4540b92e7e3372f3d7c55f9d49"},"previous_names":["dentsusoken/iplass","isid/iplass"],"tags_count":119,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dentsusoken%2FiPLAss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dentsusoken%2FiPLAss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dentsusoken%2FiPLAss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dentsusoken%2FiPLAss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dentsusoken","download_url":"https://codeload.github.com/dentsusoken/iPLAss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276164,"owners_count":20912288,"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","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":["framework","groovy","java","low-code"],"created_at":"2024-09-27T15:05:35.868Z","updated_at":"2025-04-05T02:08:19.437Z","avatar_url":"https://github.com/dentsusoken.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"lang: link:./README-EN.adoc[English] | link:./README.adoc[日本語]\n[link=https://iplass.org/]\nimage::https://user-images.githubusercontent.com/22016554/42924803-cc0eb00c-8b66-11e8-8e86-2a13b0609ea5.png[iPLAss]\n\n[.lead]\nJava-based enterprise-class low-code development platform that have been focused on boosting the productivity and efficiency of system developments.\n\n* https://iplass.org/en/[iPLAss Website]\n* https://iplass.org/en/intro/[Getting Started]\n* https://iplass.org/en/docs/[Document] _(English version is under constuction)_\n\n## Docker\n\n \u003e docker pull iplass/iplass-standalone\n\n \u003e docker run -p 8080:8080 -e IPLASS_TENANT_ADMIN_PASSWORD=[yourPassword] iplass/iplass-standalone\n\nOnce initiated, access\n\n\\http://localhost:8080/iplass\n\nto the login page. Put 'admin' to ID and use your [password] (was defined by above docker command) to log on.\n\nFor more details, please have a look at the following pages.\n\nhttps://hub.docker.com/r/iplass/iplass-standalone/ +\n\n## Download\nFrom the link below, the iPLAss SDK, Installer, and Eclipse Plugin can be downloaded.\n\nhttps://iplass.org/en/downloads/\n\nAlso, jar is published at Maven Central with groupId : org.iplass.\n\nexample when using gradle：\n\n implementation 'org.iplass:iplass-gem:4.0.4'\n\nexample when using  maven：\n\n \u003cdependency\u003e\n   \u003cgroupId\u003eorg.iplass\u003c/groupId\u003e\n   \u003cartifactId\u003eiplass-gem\u003c/artifactId\u003e\n   \u003cversion\u003e4.0.4\u003c/version\u003e\n   \u003ctype\u003epom\u003c/type\u003e\n \u003c/dependency\u003e\n\nNOTE: JakartaEE10 (Servlet/JSP/JSTL/EL/JAX-RS/BeanValidation/CommonAnnotations/JavaMail/JAXB/JAF) Runtime environment is required.\nPlease refer to the build.gradle file from https://github.com/dentsusoken/iplass-skeleton[skeleton-proect].\n\nThe modules are explained and listed below.\n\n### iplass-core\nThe core module. +\nIs referenced by all other modules.\n\n### iplass-web\nThe module of web related functions. +\nIt is in the form of WebFragments.\n\n### iplass-admin\nAdminConsole module. +\nIt is in the form of WebFragments. +\nBased on GWT/SmartGWT.\n\n### iplass-gem\nGEM (Generic Entity Manager) related module. +\n\n### iplass-test\nThe module supporting UnitTest. +\nBased on JUnit.\n\n### iplass-tools\nThe module for tools of software managements. +\nreferenced by iplass-admin, iplass-tools-batch.\n\n### iplass-tools-batch\nThe module that serve as a collection of Batch programs.+\n\n### iplass-infinispan\ninfinispan addon module. +\nThe module supports infinispan to achieve cachestorage and the communication between clusters.\n\n### iplass-redis\nRedis addon module. +\nSupports Redis for cachestorage.\n\n### iplass-googlecloud\nAn addon module for using Google Cloud services. +\nPush notifications can be sent via FCM.\n\n## Related repositories\n\n* https://github.com/dentsusoken/iplass-skeleton\n* https://github.com/dentsusoken/iplass-sample-app\n* https://github.com/dentsusoken/iplass-sample-app-vuejs\n* https://github.com/dentsusoken/iplass-gradle-plugin\n* https://github.com/iplass\n\n## Branches\n\n### master\nThe master branch contains the source code of the latest stable version, which is regarded as version 4.0.x.\n\nNOTE: It is Java21 / JakartaEE10 based.\n\n### 3.2.x\n3.2.x branch contains the source code of the previous stable version.\n\nNOTE: It is (Java8 | Java11) / JakartaEE8(JavaEE8) based.\n\n### 3.1.x\n3.1.x branch contains the source code of the old stable version.\n\nNOTE: It is (Java8 | Java11) / JakartaEE8(JavaEE8) based.\n\n### 3.0.x\n3.0.x branch contains the source code of the old stable version.\n\nNOTE: It is (Java8 | Java11) / JavaEE7 based.\n\n## Build\nTo build with gradle, use\n\n \u003e gradlew\n\nNOTE: There are third-party libraries which do not have public maven. They have to be placed in the lib directory manualy. \n\nPlease refer to the following documents.\nlib/smartgwt/note.txt\n\n## License\nhttps://www.gnu.org/licenses/agpl.html[AGPL-3.0]\n\nIf you would like to get the business liscense, please contact us by the following link.\n\nhttps://www.dentsusoken.com/solution/iPLAss.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentsusoken%2Fiplass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdentsusoken%2Fiplass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentsusoken%2Fiplass/lists"}