{"id":29793123,"url":"https://github.com/saibot94/jess-webapp","last_synced_at":"2025-10-14T04:20:29.616Z","repository":{"id":87119144,"uuid":"54318299","full_name":"saibot94/jess-webapp","owner":"saibot94","description":"Web application example with the Jess Rule Engine made in Eclipse","archived":false,"fork":false,"pushed_at":"2018-07-31T15:23:05.000Z","size":11220,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-28T02:21:39.449Z","etag":null,"topics":["gradle","gretty","java","jess","webapp"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/saibot94.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}},"created_at":"2016-03-20T13:14:17.000Z","updated_at":"2022-03-02T15:12:00.000Z","dependencies_parsed_at":"2023-06-19T18:08:20.655Z","dependency_job_id":null,"html_url":"https://github.com/saibot94/jess-webapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saibot94/jess-webapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saibot94%2Fjess-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saibot94%2Fjess-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saibot94%2Fjess-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saibot94%2Fjess-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saibot94","download_url":"https://codeload.github.com/saibot94/jess-webapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saibot94%2Fjess-webapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017950,"owners_count":26086213,"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-10-14T02:00:06.444Z","response_time":60,"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":["gradle","gretty","java","jess","webapp"],"created_at":"2025-07-28T02:08:41.884Z","updated_at":"2025-10-14T04:20:29.599Z","avatar_url":"https://github.com/saibot94.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jess Web Application\n\nThis app uses the Jess rule engine to create automatic recommendations for users, based on what they already bought.\n\nThere are 2 main Jess files in the `src/main/webapp` folder:\n\n* app.clp - contains all the business logic rules and the definition of the different product / recommendation templates\n* facts.clp - use this file to load additional facts in your application.\n\n## Running the app\n\nThe app uses Gradle as a package manager and build engine. First, you need to setup the jess library, as it's an external JAR.\n\nInstallation steps:\n\n1. In the `libs` folder, add the `jess.jar` file from `./deps/Jess71p2/lib/` (once extracted).\n2. Run `./gradlew build`\n3. Run `./gradlew appRun` to run it locally in an in-process Gretty servlet container.\n\nIn order to package everything and deploy it as a WAR to tomcat, for example, run:\n\n```\n./gradlew war\n```\n\nThen, take the file from `build/libs/jess-webapp.war` and put it in your webapp folder for the servlet engine.\n\n## Development\n\nIn order to change implementation details from the web application, everything can be found under `src/main/webapp` for the jsp and clp files.\n\nI strongly suggest using IntelliJ for developing the code in this project. The `idea` plugin is already provided by gradle. To setup your local development files, run:\n\n```\n./gradlew idea\n```\n\n## Disclaimer\n\nThis hasn't been tested on Windows, please let me know if there's any issue with it.\n\n## License\n\n MIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaibot94%2Fjess-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaibot94%2Fjess-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaibot94%2Fjess-webapp/lists"}