{"id":20877436,"url":"https://github.com/t1/bulma-java","last_synced_at":"2025-05-12T16:30:36.916Z","repository":{"id":197732187,"uuid":"694481604","full_name":"t1/bulma-java","owner":"t1","description":"A simple servers-side-html library based on Bulma components","archived":false,"fork":false,"pushed_at":"2025-05-09T12:07:24.000Z","size":316,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-05-09T13:25:18.904Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/t1.png","metadata":{"files":{"readme":"README.adoc","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,"zenodo":null}},"created_at":"2023-09-21T04:53:49.000Z","updated_at":"2025-05-09T12:07:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"6868ad20-08b8-45be-8fa1-a40bc2e27c8a","html_url":"https://github.com/t1/bulma-java","commit_stats":null,"previous_names":["t1/bulma-java"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fbulma-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fbulma-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fbulma-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t1%2Fbulma-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t1","download_url":"https://codeload.github.com/t1/bulma-java/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253776657,"owners_count":21962521,"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-11-18T06:57:01.609Z","updated_at":"2025-05-12T16:30:35.989Z","avatar_url":"https://github.com/t1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Bulma Java image:https://maven-badges.herokuapp.com/maven-central/com.github.t1/bulma-java/badge.svg[link=https://search.maven.org/artifact/com.github.t1/bulma-java] image:https://github.com/t1/bulma-java/actions/workflows/maven.yml/badge.svg[link=https://github.com/t1/bulma-java/actions/workflows/maven.yml]\n\nA simple servers-side-html library based on Bulma components.\n\nEverything is fluent and chainable, i.e. no builders, no withers.\n\nSimple example:\n\n[source,java]\n----\n@Path(\"/\")\npublic class Application {\n    @GET\n    @Produces(TEXT_HTML)\n    public String index() {\n        return html(\"Title Text\").body(title(\"Hello World\")).render();\n    }\n}\n----\n\nreturns:\n\n[source,html]\n----\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n    \u003chead\u003e\n        \u003cmeta charset=\"utf-8\"\u003e\n        \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\n        \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n        \u003ctitle\u003eTitle Text\u003c/title\u003e\n    \u003c/head\u003e\n    \u003cbody\u003e\n        \u003ch1 class=\"title\"\u003eHello World\u003c/h1\u003e\n    \u003c/body\u003e\n\u003c/html\u003e\n----\n\nYou can also return the `Renderable` and add a trivial `MessageBodyWriter`.\nThis is JAX-RS, but works analogous in Spring or whatever.\nThere are no dependencies!\n\nFor more examples, look at the tests and maybe the `all-tests.html` page generated by the tests.\n\nFor a little demo based on https://quarkus.io[Quarkus] and https://htmx.org/docs/[HTMX], take a look https://github.com/t1/htmx-quarkus-demo[here].\n\n== Restrictions\n\nCurrently, the only icons supported, is https://fontawesome.com[fontawesome].\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1%2Fbulma-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft1%2Fbulma-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft1%2Fbulma-java/lists"}