{"id":19656150,"url":"https://github.com/daggerok/wildfly-swarm-microservice","last_synced_at":"2026-05-07T16:05:18.880Z","repository":{"id":151042211,"uuid":"153227893","full_name":"daggerok/wildfly-swarm-microservice","owner":"daggerok","description":"JavaEE, CQRS and Event Sourcing by Using JAX-RS and CDI Events with basic in-memory eventstore and Query prpjection (Rapid Java EE development with Wildfly Swarm and JBoss Forge)","archived":false,"fork":false,"pushed_at":"2018-11-07T22:39:10.000Z","size":129,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T02:19:02.896Z","etag":null,"topics":["cdi","cdi-injection","commands","cqrs","cqrs-application","cqrs-es","cqrs-simple","events","eventsource","eventsourcing","eventstore","java-ee","javaee"],"latest_commit_sha":null,"homepage":"","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/daggerok.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}},"created_at":"2018-10-16T05:32:33.000Z","updated_at":"2018-11-07T22:39:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"40db0d2d-edae-4ed7-a56d-0a34a83715c5","html_url":"https://github.com/daggerok/wildfly-swarm-microservice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daggerok/wildfly-swarm-microservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fwildfly-swarm-microservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fwildfly-swarm-microservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fwildfly-swarm-microservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fwildfly-swarm-microservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/wildfly-swarm-microservice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fwildfly-swarm-microservice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32745145,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cdi","cdi-injection","commands","cqrs","cqrs-application","cqrs-es","cqrs-simple","events","eventsource","eventsourcing","eventstore","java-ee","javaee"],"created_at":"2024-11-11T15:26:38.081Z","updated_at":"2026-05-07T16:05:18.834Z","avatar_url":"https://github.com/daggerok.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= wildfly-swarm-microservice image:https://travis-ci.org/daggerok/wildfly-swarm-microservice.svg?branch=master[\"Build Status\", link=\"https://travis-ci.org/daggerok/wildfly-swarm-microservice\"]\n\nTODO: Implement some in addition....\n\n- redis event store\n\n.build, run and test\n[source,bash]\n----\n./mvnw \u003e/dev/null\n./target/*-swarm.jar \u0026\nwait_for 8080\nhttp :8080/api/v1/messages message=ololo\nhttp :8080/api/v1/messages message=trololo\nhttp :8080/api/v1/messages\nstop_any 8080\n\n## DO NOT USE GRADLE. NOT STABLE YET!\n#./gradlew \u003e/dev/null\n#./build/libs/*-swarm.jar \u0026\n#wait_for 8080\n#http :8080/api/v1/messages message=trololo\n#http :8080/api/v1/messages message=ololo\n#http :8080/api/v1/messages\n#stop_any 8080\n----\n\n.debug\n[source,bash]\n----\n./gradlew ; java -jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 build/libs/*-swarm.jar\n----\n\nlinks:\n\n- link:https://www.youtube.com/watch?v=5BvJVAlZyvo[YouTube: WildFly Swarm in 15 minutes by Antonio Goncalves]\n- link:https://www.youtube.com/watch?v=yXmkSEpgSf4[YouTube: Developing, deploying and scaling a wildfly swarm microservice on Openshift]\n- link:https://www.youtube.com/watch?v=5MhqcVFVJ2s[YouTube: Developing Web Applications with WildFly 8]\n- link:https://www.slideshare.net/comsysto/writing-java-ee-microservices-using-wildfly-swarm[Writing Java EE microservices using WildFly Swarm]\n- link:https://issues.jboss.org/browse/THORN-2074?jql=labels%20%3D%20getting-started[Helpful WildFly getting-started JIRAs]\n- link:https://github.com/emag-wildfly-swarm-sandbox/example-jpa-jaxrs-cdi-flyway[GitHub: emag-wildfly-swarm-sandbox/example-jpa-jaxrs-cdi-flyway]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fwildfly-swarm-microservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fwildfly-swarm-microservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fwildfly-swarm-microservice/lists"}