{"id":24247265,"url":"https://github.com/dncomponents/dncomponents","last_synced_at":"2025-09-23T12:32:04.456Z","repository":{"id":57714240,"uuid":"225630575","full_name":"dncomponents/dncomponents","owner":"dncomponents","description":"Java UI web framework","archived":false,"fork":false,"pushed_at":"2024-06-03T15:34:49.000Z","size":3379,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-14T12:56:41.038Z","etag":null,"topics":["gwt","java","javascript","typescript"],"latest_commit_sha":null,"homepage":"https://dncomponents.com","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/dncomponents.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}},"created_at":"2019-12-03T13:46:36.000Z","updated_at":"2024-06-03T15:25:17.000Z","dependencies_parsed_at":"2024-06-03T18:00:26.998Z","dependency_job_id":null,"html_url":"https://github.com/dncomponents/dncomponents","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dncomponents%2Fdncomponents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dncomponents%2Fdncomponents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dncomponents%2Fdncomponents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dncomponents%2Fdncomponents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dncomponents","download_url":"https://codeload.github.com/dncomponents/dncomponents/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233975953,"owners_count":18760032,"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":["gwt","java","javascript","typescript"],"created_at":"2025-01-14T23:32:30.244Z","updated_at":"2025-09-23T12:31:58.716Z","avatar_url":"https://github.com/dncomponents.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dncomponents\n\n\n\u0026nbsp;\u0026nbsp;Client side java UI framework for building rich web applications written purely in Java language using GWT\ncompiler and elemental2 browser API without any external js libraries.\nhttp://dncomponents.com\n\nNote: There is the same project using [TeaVM](https://teavm.org/) compiler [here](https://github.com/dncomponents/dncomponents-tea) \n\n| Module                                |                                                                      Info |\n|---------------------------------------|--------------------------------------------------------------------------:|\n| \u003cb\u003ecore\u003c/b\u003e                           |  Basic classes to build user interface with elemental2 and dn HTML binder |\n| \u003cb\u003e template_annotation_processor\u003c/b\u003e |                Annotation processor to generate code from java/html pairs |\n| \u003cb\u003e mvp\u003c/b\u003e                           |                                                   Lightweight MVP pattern |\n| \u003cb\u003ecore-uui\u003c/b\u003e                       |                                                Components of dncomponents |\n| \u003cb\u003ebootstrap-ui\u003c/b\u003e                   | Views implementation of dncomponents in bootstrap front-end framework\u003c/b\u003e |\n| \u003cb\u003ematerial-ui\u003c/b\u003e                    |                   Views implementation of dncomponents in material design |\n| \u003cb\u003emain\u003c/b\u003e                           |                                                          tests components |\n| \u003cb\u003emain-reactive\u003c/b\u003e                  |                                                   tests reactive features |\n\n## Getting started\n\nSee [project web site](https://dncomponents.com/index.html).\n\n### To run components examples\n\nGet a stable set of components, same as you can see at  [dncompoentns bootstrap example](https://dncomponents.com/demo/index.html).\n\nclone the project `git clone https://github.com/dncomponents/dncomponents.git`\n\n`cd main` and `run mvn gwt:devmode`\n\n\nDownload starter project [here](https://github.com/dncomponents/dncomponents-java-starter-bs) .\n\n### To test new reactivity features\n\nThis attempts to bring some features of popular frameworks - Vue, React, and Angular, such as:\n\n* **Reactivity** Data-binding system that synchronize the state of the application with DOM.\u003cbr\u003e\n* **Component based** Organizing code into reusable UI components encapsulating their own logic, styling, and structure. \u003cbr\u003e\n* **Two-way data binding** Changes in the model affect the view and vice versa. \u003cbr\u003e\n* **Loops** Iterating over arrays and objects using the **dn-loop** directive, handy for rendering lists and tables dynamically in the DOM. \u003cbr\u003e\n* **Conditional Rendering** With **dn-if, dn-if-else dn-else** directives, you can conditionally render elements based on the value of expressions or data properties.\n\n\nRead more [here](https://github.com/dncomponents/dncomponents/blob/master/main-reactive/README.md)\n\nNote that this is still work in progress and we need feedback and more testing.\n\ncd `main-reactivity` and `run mvn gwt:devmode`\n\nDownload starter project [here](https://github.com/dncomponents/dncomponents-java-elemental-starter)\n\n## Contact\nJoin [gitter room](https://app.gitter.im/#/room/#dncomponents.com:gitter.im)\u003cbr\u003e\nsupport@dncomponents.com\n\n## License\n\nThis project is licensed under\n\n* [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdncomponents%2Fdncomponents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdncomponents%2Fdncomponents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdncomponents%2Fdncomponents/lists"}