{"id":15979014,"url":"https://github.com/a-schild/vaadin-tokenfield","last_synced_at":"2026-06-12T23:34:03.971Z","repository":{"id":52220896,"uuid":"261140626","full_name":"a-schild/vaadin-tokenfield","owner":"a-schild","description":"Vaadin token field","archived":false,"fork":false,"pushed_at":"2021-10-13T18:56:09.000Z","size":58,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T09:46:00.586Z","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/a-schild.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-04T10:13:49.000Z","updated_at":"2021-04-27T08:13:28.000Z","dependencies_parsed_at":"2022-08-23T19:20:55.791Z","dependency_job_id":null,"html_url":"https://github.com/a-schild/vaadin-tokenfield","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a-schild/vaadin-tokenfield","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-schild%2Fvaadin-tokenfield","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-schild%2Fvaadin-tokenfield/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-schild%2Fvaadin-tokenfield/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-schild%2Fvaadin-tokenfield/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a-schild","download_url":"https://codeload.github.com/a-schild/vaadin-tokenfield/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-schild%2Fvaadin-tokenfield/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34266915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":"2024-10-07T23:40:39.261Z","updated_at":"2026-06-12T23:34:03.953Z","avatar_url":"https://github.com/a-schild.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyComponent Add-on for Vaadin 8\n\n${ComponentClassName} is a UI component add-on for Vaadin 8.\n\n## Online demo\n\nTry the add-on demo at \u003curl of the online demo\u003e\n\n## Download release\n\nOfficial releases of this add-on are available at Vaadin Directory. For Maven instructions, download and reviews, go to https://vaadin.com/addon/TokenField\n\n## Building and running demo\n\ngit clone \u003curl of the MyComponent repository\u003e\nmvn clean install\ncd demo\nmvn jetty:run\n\nTo see the demo, navigate to http://localhost:8080/\n\n## Development with Eclipse IDE\n\nFor further development of this add-on, the following tool-chain is recommended:\n- Eclipse IDE\n- m2e wtp plug-in (install it from Eclipse Marketplace)\n- Vaadin Eclipse plug-in (install it from Eclipse Marketplace)\n- JRebel Eclipse plug-in (install it from Eclipse Marketplace)\n- Chrome browser\n\n### Importing project\n\nChoose File \u003e Import... \u003e Existing Maven Projects\n\nNote that Eclipse may give \"Plugin execution not covered by lifecycle configuration\" errors for pom.xml. Use \"Permanently mark goal resources in pom.xml as ignored in Eclipse build\" quick-fix to mark these errors as permanently ignored in your project. Do not worry, the project still works fine. \n\n### Debugging server-side\n\nIf you have not already compiled the widgetset, do it now by running vaadin:install Maven target for TokenField-root project.\n\nIf you have a JRebel license, it makes on the fly code changes faster. Just add JRebel nature to your TokenField-demo project by clicking project with right mouse button and choosing JRebel \u003e Add JRebel Nature\n\nTo debug project and make code modifications on the fly in the server-side, right-click the TokenField-demo project and choose Debug As \u003e Debug on Server. Navigate to http://localhost:8080/TokenField-demo/ to see the application.\n\n### Debugging client-side\n\nDebugging client side code in the TokenField-demo project:\n  - run \"mvn vaadin:run-codeserver\" on a separate console while the application is running\n  - activate Super Dev Mode in the debug window of the application or by adding ?superdevmode to the URL\n  - You can access Java-sources and set breakpoints inside Chrome if you enable source maps from inspector settings.\n \n## Release notes\n\n### Version 1.1.0-SNAPSHOT\n- ...\n- ...\n\n## Roadmap\n\nThis component is developed as a hobby with no public roadmap or any guarantees of upcoming releases. That said, the following features are planned for upcoming releases:\n- ...\n- ...\n\n## Issue tracking\n\nThe issues for this add-on are tracked on its github.com page. All bug reports and feature requests are appreciated. \n\n## Contributions\n\nContributions are welcome, but there are no guarantees that they are accepted as such. Process for contributing is the following:\n- Fork this project\n- Create an issue to this project about the contribution (bug or feature) if there is no such issue about it already. Try to keep the scope minimal.\n- Develop and test the fix or functionality carefully. Only include minimum amount of code needed to fix the issue.\n- Refer to the fixed issue in commit\n- Send a pull request for the original project\n- Comment on the original issue that you have implemented a fix for it\n\n## License \u0026 Author\n\nAdd-on is distributed under Apache License 2.0. For license terms, see LICENSE.txt.\n\nMyComponent is written by \u003c...\u003e\n\n# Developer Guide\n\n## Getting started\n\nHere is a simple example on how to try out the add-on component:\n\n\u003c...\u003e\n\nFor a more comprehensive example, see src/test/java/org/vaadin/template/demo/DemoUI.java\n\n## Features\n\n### Feature A\n\n\u003c...\u003e\n\n### Feature B\n\n\u003c...\u003e\n\n### Feature C\n\n\u003c...\u003e\n\n## API\n\nMyComponent JavaDoc is available online at \u003c...\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-schild%2Fvaadin-tokenfield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa-schild%2Fvaadin-tokenfield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-schild%2Fvaadin-tokenfield/lists"}