{"id":28829077,"url":"https://github.com/forcedotcom/canvas-quickstart-java","last_synced_at":"2025-08-12T10:13:06.597Z","repository":{"id":56289517,"uuid":"95254685","full_name":"forcedotcom/canvas-quickstart-java","owner":"forcedotcom","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-16T04:42:39.000Z","size":188,"stargazers_count":11,"open_issues_count":2,"forks_count":24,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-06-19T05:12:56.851Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forcedotcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-23T20:36:56.000Z","updated_at":"2024-08-16T04:42:43.000Z","dependencies_parsed_at":"2024-08-16T05:54:04.834Z","dependency_job_id":null,"html_url":"https://github.com/forcedotcom/canvas-quickstart-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/forcedotcom/canvas-quickstart-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fcanvas-quickstart-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fcanvas-quickstart-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fcanvas-quickstart-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fcanvas-quickstart-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forcedotcom","download_url":"https://codeload.github.com/forcedotcom/canvas-quickstart-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forcedotcom%2Fcanvas-quickstart-java/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270041464,"owners_count":24516852,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"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":"2025-06-19T05:11:40.933Z","updated_at":"2025-08-12T10:13:06.589Z","avatar_url":"https://github.com/forcedotcom.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"SFDC Canvas Java Template  \n============================\n\nSalesforce Canvas is a mashup framework for consuming third party applications within Salesforce. Its goal is to connect applications at a UI level instead of an API level. Platform Connect will provide third party applications with a JavaScript SDK along with Java classes so they can seamlessly integrate canvas style applications, while developing in the technology and platform of their choice. \n\n### How to Build The app locally\n\n    mvn package\n    \n### First time keystore generation (for local SSL support)\n\n      \u003e keytool -keystore keystore -alias jetty -genkey -keyalg RSA\n      Enter keystore password: 123456\n      Re-enter new password: 123456\n      What is your first and last name?\n        [Unknown]:  \n      What is the name of your organizational unit?\n        [Unknown]:  \u003cYour Org Unit\u003e\n      What is the name of your organization?\n        [Unknown]:  \u003cYour Org\u003e\n      What is the name of your City or Locality?\n        [Unknown]:  \u003cYour City\u003e\n      What is the name of your State or Province?\n        [Unknown]: \u003cYour State\u003e \n      What is the two-letter country code for this unit?\n        [Unknown]:  \u003cYour Country\u003e\n      Is CN=\u003cYour Name\u003e, OU=\u003cYour OU\u003e, O=\u003cYour O\u003e, L=\u003cYour Locality\u003e, ST=\u003cYour State\u003e, C=\u003cYour Country\u003e?\n        [no]:  yes\n\n      Enter key password for \u003cjetty\u003e\n\t(RETURN if same as keystore password):  \n      Re-enter new password: \n\n### How to Run Canvas locally\n\n    sh target/bin/webapp\n\n### How to invoke app locally\n\n    https://localhost:8443\n    \n### Canvas URL\n\n    https://localhost:8443/canvas.jsp\n    or on Heroku\n    https://\u003cyour-heroku-app\u003e.herokuapp.com/canvas.jsp\n    \n### Canvas Callback URLs\n    \n    https://localhost:8443/sdk/callback.html\n    or on Heroku\n    https://\u003cyour-heroku-app\u003e.herokuapp.com/sdk/callback.html\n\n### How to push new changes to heroku\n\n      git add -A\n      git commit -m \"My change comments\"\n      git push heroku master\n\n### How to get Heroku logs\n      \n      heroku logs --tail\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Fcanvas-quickstart-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforcedotcom%2Fcanvas-quickstart-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforcedotcom%2Fcanvas-quickstart-java/lists"}