{"id":16628263,"url":"https://github.com/gedmarc/guiced-servlets-jsf","last_synced_at":"2025-10-17T18:32:11.838Z","repository":{"id":57725742,"uuid":"153660750","full_name":"GedMarc/Guiced-Servlets-JSF","owner":"GedMarc","description":"JSF Integration for Guiced Injection Framework. Allows for Faces to execute through the Guice Filter","archived":false,"fork":false,"pushed_at":"2024-02-04T21:59:13.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T15:21:36.647Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GedMarc.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":"2018-10-18T17:19:52.000Z","updated_at":"2021-11-01T20:38:26.000Z","dependencies_parsed_at":"2024-02-04T22:55:47.175Z","dependency_job_id":null,"html_url":"https://github.com/GedMarc/Guiced-Servlets-JSF","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedMarc%2FGuiced-Servlets-JSF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedMarc%2FGuiced-Servlets-JSF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedMarc%2FGuiced-Servlets-JSF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GedMarc%2FGuiced-Servlets-JSF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GedMarc","download_url":"https://codeload.github.com/GedMarc/Guiced-Servlets-JSF/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243066069,"owners_count":20230787,"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-12T04:31:39.080Z","updated_at":"2025-10-17T18:32:11.775Z","avatar_url":"https://github.com/GedMarc.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guiced-Servlets-JSF\n\nJSF Integration for Guiced Injection Framework. Allows for Faces to execute through the Guice Filter\n\nTo configure correctly, add the following to faces-config\n\n```\n\u003cfactory\u003e\n    \u003capplication-factory\u003ecom.jwebmp.guicedservlets.jsf.FacesApplicationFactoryWrapper\u003c/application-factory\u003e\n\u003c/factory\u003e\n```\n\nRemember to remove your context path from web.xml or it will be skipped\n\nREMOVE\n```\n \u003cservlet\u003e\n        \u003cservlet-name\u003eFaces Servlet\u003c/servlet-name\u003e\n        \u003cservlet-class\u003ejavax.faces.webapp.FacesServlet\u003c/servlet-class\u003e\n    \u003c/servlet\u003e\n    \u003cservlet-mapping\u003e\n        \u003cservlet-name\u003eFaces Servlet\u003c/servlet-name\u003e\n        \u003curl-pattern\u003e*.jsf\u003c/url-pattern\u003e\n    \u003c/servlet-mapping\u003e\n    \u003cservlet-mapping\u003e\n        \u003cservlet-name\u003eFaces Servlet\u003c/servlet-name\u003e\n        \u003curl-pattern\u003e*.xhtml\u003c/url-pattern\u003e\n    \u003c/servlet-mapping\u003e\n```\n\nThis mapping is performed through the servlet binder\n\nYou can change/add URL mappings by configuring GuicedServletJSFBindings or by mapping your own\n\n```\nmodule.serve$(\"/faces/\", \"/faces/*\", \"*.jsf\", \"*.faces\", \"*.xhtml\")\n\t\t      .with(FacesHttpServlet.class);\n```\n\nThis implementation is a merge of http://javaevangelist.blogspot.com/2013/08/jsf-2x-tip-of-day-guice-elresolver.html and https://github.com/skuzzle/guice-jsf and uses the automated configurations of guiced-servlets and guiced-injection","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedmarc%2Fguiced-servlets-jsf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgedmarc%2Fguiced-servlets-jsf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedmarc%2Fguiced-servlets-jsf/lists"}