{"id":17822105,"url":"https://github.com/fo0/browserwindowopener","last_synced_at":"2025-07-16T15:38:32.630Z","repository":{"id":48402230,"uuid":"120537399","full_name":"fo0/BrowserWindowOpener","owner":"fo0","description":"Opens a new Browser Window in an new Popup","archived":false,"fork":false,"pushed_at":"2021-10-13T19:39:15.000Z","size":166,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T10:33:00.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fo0.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}},"created_at":"2018-02-06T23:42:26.000Z","updated_at":"2021-10-13T19:39:09.000Z","dependencies_parsed_at":"2022-09-06T11:31:09.393Z","dependency_job_id":null,"html_url":"https://github.com/fo0/BrowserWindowOpener","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fo0/BrowserWindowOpener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fo0%2FBrowserWindowOpener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fo0%2FBrowserWindowOpener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fo0%2FBrowserWindowOpener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fo0%2FBrowserWindowOpener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fo0","download_url":"https://codeload.github.com/fo0/BrowserWindowOpener/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fo0%2FBrowserWindowOpener/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260874514,"owners_count":23075846,"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":"2024-10-27T17:35:54.718Z","updated_at":"2025-06-20T03:39:28.225Z","avatar_url":"https://github.com/fo0.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BrowserWindowOpener Add-on for Vaadin 8\n\nBrowserWindowOpener is a UI component add-on for Vaadin 8.\n\n## Online demo\n\nhttp://fo0.me:8080/BrowserWindowOpener\n\n\n## Getting started\n\n### Maven Integration\nFor latest dependency:\n````\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecom.fo0.vaadin.BrowserWindowOpener\u003c/groupId\u003e\n\t\u003cartifactId\u003eBrowserWindowOpener\u003c/artifactId\u003e\n\t\u003cversion\u003e[0.0.1, )\u003c/version\u003e\n\u003c/dependency\u003e\n````\n### Sample\n````\nBrowserWindowOpener tokenField = new BrowserWindowOpener();\n````\n\nCheck demo...\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/directory/component/BrowserWindowOpener-addon\n\n## Building and running demo\n````\ngit clone \u003curl of the BrowserWindowOpener 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 AdvancedTokenField-root project.\n\nIf you have a JRebel license, it makes on the fly code changes faster. Just add JRebel nature to your AdvancedTokenField-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 AdvancedTokenField-demo project and choose Debug As \u003e Debug on Server. Navigate to http://localhost:8080/AdvancedTokenField-demo/ to see the application.\n\n### Debugging client-side\n\nDebugging client side code in the AdvancedTokenField-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\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 Vaadin and MIT for my addon . For license terms, see LICENSE.txt.\n\nBrowserWindowOpener is written by fo0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffo0%2Fbrowserwindowopener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffo0%2Fbrowserwindowopener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffo0%2Fbrowserwindowopener/lists"}