{"id":19792139,"url":"https://github.com/making/mvc-1.0-blank","last_synced_at":"2025-02-28T09:40:32.110Z","repository":{"id":30449029,"uuid":"34002616","full_name":"making/mvc-1.0-blank","owner":"making","description":"Blank project for MVC 1.0 (JSR-371)","archived":false,"fork":false,"pushed_at":"2016-01-01T18:55:25.000Z","size":183,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-11T04:26:12.128Z","etag":null,"topics":[],"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/making.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}},"created_at":"2015-04-15T15:33:56.000Z","updated_at":"2024-12-09T19:53:17.000Z","dependencies_parsed_at":"2022-09-12T23:10:56.694Z","dependency_job_id":null,"html_url":"https://github.com/making/mvc-1.0-blank","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fmvc-1.0-blank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fmvc-1.0-blank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fmvc-1.0-blank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fmvc-1.0-blank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/making","download_url":"https://codeload.github.com/making/mvc-1.0-blank/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241132358,"owners_count":19915156,"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-12T07:06:06.644Z","updated_at":"2025-02-28T09:40:32.076Z","avatar_url":"https://github.com/making.png","language":"Java","readme":"# MVC 1.0 Blank\n\nMaven archetype to create a maven project for MVC 1.0 (JSR-371)\n\n[![Build Status](https://travis-ci.org/making/mvc-1.0-blank.svg)](https://travis-ci.org/making/mvc-1.0-blank)\n\n## How to use\n\nwith Bash\n\n    mvn archetype:generate\\\n     -DarchetypeGroupId=am.ik.archetype\\\n     -DarchetypeArtifactId=mvc-1.0-blank-archetype\\\n     -DarchetypeVersion=1.0.0-m02\n\nwith CommandPrompt (Windows)\n\n    mvn archetype:generate^\n     -DarchetypeGroupId=am.ik.archetype^\n     -DarchetypeArtifactId=mvc-1.0-blank-archetype^\n     -DarchetypeVersion=1.0.0-m02\n\n### Example\n\n#### Create a project\n\n```\n$ mvn archetype:generate -B\\\n -DarchetypeGroupId=am.ik.archetype\\\n -DarchetypeArtifactId=mvc-1.0-blank-archetype\\\n -DarchetypeVersion=1.0.0-m02\\\n -DgroupId=com.example\\\n -DartifactId=mvc-demo\\\n -Dversion=1.0.0-SNAPSHOT\n```\n\n#### Import into NetBeans\n\n**Following procedures are for version 1.0.0-m01**\n\nOpen the project with NetBeans and run the application\n\n![NB01](images/run-app.png)\n\nChoose GlassFish 4.1\n\n![NB02](images/select-server.png)\n\nAccess [http://localhost:8080/mvc-demo/app/hello](http://localhost:8080/mvc-demo/app/hello) (Context root is your artifactId).\n\n![NB03](images/hello.png)\n\n\nThis project uses **Facelets** as a view technology. Currently Facelets view requires `web.xml`.\n\nYou can remove `web.xml` if you use other view (JSP, Thymeleaf, Handlebars and so on).\n\nSee also [this article](http://www.coppermine.jp/docs/programming/2015/04/ozark-facelet.html).\n\n## License\n\nLicensed under the Apache License, Version 2.0.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaking%2Fmvc-1.0-blank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaking%2Fmvc-1.0-blank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaking%2Fmvc-1.0-blank/lists"}