{"id":18232717,"url":"https://github.com/secretsheppy/ajax-vs-thymeleaf","last_synced_at":"2026-04-18T02:04:46.567Z","repository":{"id":259787429,"uuid":"879428145","full_name":"SecretSheppy/ajax-vs-thymeleaf","owner":"SecretSheppy","description":"a comparison program between a pure thymeleaf multi page application and a hybrid thymeleaf ajax (jquery) application.","archived":false,"fork":false,"pushed_at":"2024-10-28T12:52:59.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T07:46:44.074Z","etag":null,"topics":["ajax","java","javascript","jquery","spring-boot","thymeleaf"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SecretSheppy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-27T21:43:25.000Z","updated_at":"2024-10-28T12:53:04.000Z","dependencies_parsed_at":"2024-10-28T01:53:29.702Z","dependency_job_id":"c4454637-15c0-4bb0-b535-c70faddaa1a4","html_url":"https://github.com/SecretSheppy/ajax-vs-thymeleaf","commit_stats":null,"previous_names":["secretsheppy/ajax-vs-thymeleaf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretSheppy%2Fajax-vs-thymeleaf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretSheppy%2Fajax-vs-thymeleaf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretSheppy%2Fajax-vs-thymeleaf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretSheppy%2Fajax-vs-thymeleaf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SecretSheppy","download_url":"https://codeload.github.com/SecretSheppy/ajax-vs-thymeleaf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247836529,"owners_count":21004419,"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":["ajax","java","javascript","jquery","spring-boot","thymeleaf"],"created_at":"2024-11-04T14:03:26.638Z","updated_at":"2026-04-18T02:04:41.531Z","avatar_url":"https://github.com/SecretSheppy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ajax (JQuery) vs Pure Thymeleaf\n\nA short program/demo that shows the differences in functionality and implementation between building\na pure thymeleaf multipage application and a hybrid Ajax (JQuery) and thymeleaf application.\n\nThis project uses the swing boot java framework, but should be a good illustration as to what the\ndifferences would be in any compatible frameworks.\n\n## Overview\n\nBoth versions produce identical pages, on which a list of products stored in the system (as a member\nvariable `products` of the `Products` class). Each page also allows you to attempt to add a new\nproduct into the system.\n\n## Demo Links\n\nPure Thymeleaf implementation:\n - code [Controller](src/main/java/com/secretsheppy/ajax_vs_thymleaf/controllers/ProductsController.java)\n - code [Template](src/main/resources/templates/thymeleaf.html)\n - demo [localhost](http://localhost/products/thymeleaf)\n\nAjax Implementation:\n - code [Controller](src/main/java/com/secretsheppy/ajax_vs_thymleaf/controllers/ProductsRestController.java)\n - code [Template](src/main/resources/templates/ajax.html)\n - code [loading products (javascript)](src/main/resources/static/js/load-products.js)\n - code [adding products (javascript)](src/main/resources/static/js/new-product.js)\n - demo [localhost](http://localhost/products/ajax)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretsheppy%2Fajax-vs-thymeleaf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecretsheppy%2Fajax-vs-thymeleaf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretsheppy%2Fajax-vs-thymeleaf/lists"}