{"id":21155006,"url":"https://github.com/forge/addon-batch","last_synced_at":"2025-12-28T19:35:50.524Z","repository":{"id":21166557,"uuid":"24469950","full_name":"forge/addon-batch","owner":"forge","description":"Java EE 7 Batch Addon","archived":false,"fork":false,"pushed_at":"2014-09-25T18:44:10.000Z","size":156,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-21T08:44:31.555Z","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/forge.png","metadata":{"files":{"readme":"README.asciidoc","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}},"created_at":"2014-09-25T18:24:56.000Z","updated_at":"2014-09-25T18:39:32.000Z","dependencies_parsed_at":"2022-08-22T18:10:23.480Z","dependency_job_id":null,"html_url":"https://github.com/forge/addon-batch","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/forge%2Faddon-batch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forge%2Faddon-batch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forge%2Faddon-batch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forge%2Faddon-batch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forge","download_url":"https://codeload.github.com/forge/addon-batch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243597840,"owners_count":20316844,"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-20T11:13:56.451Z","updated_at":"2025-12-28T19:35:50.467Z","avatar_url":"https://github.com/forge.png","language":"Java","readme":"== javaee7-batch\n:idprefix: id_ \n(choose one, do not modify, then add a second sentence with a brief description, starting with - \"The javaee7-batch addon enables blah blah...)\nThis addon provides *standalone* functionality, and *exports services* for use in other addons. \nThis addon provides *standalone* functionality.\nThis addon *exports services* for use in other addons. \nThis addon *provides classes* for use in other addons. \nThis addon is a 'Furnace container' that provides *lifecycle* and *service registry* support for dependent addons.\n        \n=== Dependencies: None (or)\n=== Depends on\n[options=\"header\"]\n|===\n|Addon |Exported |Optional\n|DEP1\n|yes\n|no\n|DEP2\n|yes\n|yes\n|===\n\n== Setup\nThis Addon requires the following installation steps.\n=== Add configuration to pom.xml \nTo use this addon, you must add it as a dependency in the *pom.xml* of your `forge-addon` classified artifact:\n(Make sure the dependency is put all the way to the left, and uses 3 spaces for indentation of GAV)\n[source,xml]\n----\n\u003cdependency\u003e\n   \u003cgroupId\u003eorg.jboss.forge.addon.javaee7.batch\u003c/groupId\u003e\n   \u003cartifactId\u003ejavaee7-batch\u003c/artifactId\u003e\n   \u003cclassifier\u003eforge-addon\u003c/classifier\u003e\n   \u003cversion\u003e${version}\u003c/version\u003e\n\u003c/dependency\u003e\n----\n== Features\nABCFactory for simple ABC blah:: \nAllows for blah blah\n+\n[source,java]\n----\n@Inject private ABCFactory factory;\nABC abc = factory.createABC();\n----\n+\n[TIP] \n====\nIf your addon uses a container that does not support \"@Inject\" annotations, services such as the `ABCFactory` may also be \naccessed via the `AddonRegistry`:\n----\nImported\u003cABCFactory\u003e imported = addonRegistry.getServices(ABCFactory.class);\nABCFactory factory = imported.get();\n----\n==== \nCreating a new XYZ instance:: \nCauses XYZ to occur\n+\n[source,java]\n----\nXYZ xyz = factory.createXYZ();\n----\n\n== TODO\n- Add a top-level pom.xml for installation\n- Create new reader, processor, writer\n- Upgrade to 2.7.0\n- IDE integration\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforge%2Faddon-batch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforge%2Faddon-batch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforge%2Faddon-batch/lists"}