{"id":24247269,"url":"https://github.com/dncomponents/dncomponents-tea","last_synced_at":"2025-07-17T02:34:32.155Z","repository":{"id":239129415,"uuid":"798628083","full_name":"dncomponents/dncomponents-tea","owner":"dncomponents","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-03T15:35:54.000Z","size":9288,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T23:41:04.384Z","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/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":"2024-05-10T06:47:15.000Z","updated_at":"2024-06-03T14:24:25.000Z","dependencies_parsed_at":"2024-06-03T16:53:56.187Z","dependency_job_id":null,"html_url":"https://github.com/dncomponents/dncomponents-tea","commit_stats":null,"previous_names":["nikolasav/dncomponents-tea"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dncomponents%2Fdncomponents-tea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dncomponents%2Fdncomponents-tea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dncomponents%2Fdncomponents-tea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dncomponents%2Fdncomponents-tea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dncomponents","download_url":"https://codeload.github.com/dncomponents/dncomponents-tea/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241877505,"owners_count":20035417,"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":[],"created_at":"2025-01-14T23:32:30.314Z","updated_at":"2025-03-04T16:15:01.540Z","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 [TeaVM](https://teavm.org/) compiler without any external js libraries.\nhttp://dncomponents.com\n\nNote: There is the same project using [GWT](https://www.gwtproject.org/) compiler [here](https://github.com/dncomponents/dncomponents)\n\n\n| Module                                |                                                                      Info |\n|---------------------------------------|--------------------------------------------------------------------------:|\n| \u003cb\u003ecore\u003c/b\u003e                           |                 Basic classes to build user interface with 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\u003emain\u003c/b\u003e                           |                             Testing of components and HTMLBinder     \u003c/b\u003e |\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-tea.git`\n\n`cd main` and `run mvn clean package` \n\nOpen `index-package.html` to see output.\n\nTo debug follow instruction on [teavm tooling section](https://teavm.org/docs/tooling/idea.html)\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-tea/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 clean package`\n\nOpen `index-package.html` to see output.\n\nTo debug follow instruction on [teavm tooling section](https://teavm.org/docs/tooling/idea.html)\n\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-tea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdncomponents%2Fdncomponents-tea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdncomponents%2Fdncomponents-tea/lists"}