{"id":22873634,"url":"https://github.com/jorishermans/devoxx_hello_app","last_synced_at":"2025-08-17T16:13:52.263Z","repository":{"id":23279520,"uuid":"26638291","full_name":"jorishermans/devoxx_hello_app","owner":"jorishermans","description":"my demo app from devoxx","archived":false,"fork":false,"pushed_at":"2015-03-08T17:19:42.000Z","size":269,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T18:33:36.174Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/jorishermans.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":"2014-11-14T12:47:23.000Z","updated_at":"2023-03-10T10:07:43.000Z","dependencies_parsed_at":"2022-08-21T21:50:53.250Z","dependency_job_id":null,"html_url":"https://github.com/jorishermans/devoxx_hello_app","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/jorishermans%2Fdevoxx_hello_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorishermans%2Fdevoxx_hello_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorishermans%2Fdevoxx_hello_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorishermans%2Fdevoxx_hello_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorishermans","download_url":"https://codeload.github.com/jorishermans/devoxx_hello_app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246466537,"owners_count":20782165,"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-12-13T14:20:31.681Z","updated_at":"2025-03-31T12:24:30.734Z","avatar_url":"https://github.com/jorishermans.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"devoxx hello app\n================\n\nThis is a demo app of forcemvc that I created to show how easily it is to copy java spring mvc code and translate it into dart code.\n\nThis is the java controller code:\n\n  @Controller\n  public class HomeController {\n  \t\n  \tprivate static final Logger logger = LoggerFactory.getLogger(HomeController.class);\n  \t\n  \t// Simply selects the home view to render by returning its name.\n  \t@RequestMapping(value = \"/\", method = RequestMethod.GET)\n  \tpublic String home(Locale locale, Model model) {\n  \t\tlogger.info(\"Welcome home! The client locale is {}.\", locale);\n  \t\t\n  \t\tDate date = new Date();\n  \t\tDateFormat dateFormat = DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG, locale);\n  \t\t\n  \t\tString formattedDate = dateFormat.format(date);\n  \t\t\n  \t\tmodel.addAttribute(\"serverTime\", formattedDate );\n  \t\t\n  \t\treturn \"home\";\n  \t}\n  \t\n  }\n  \nAnd in this example you see the resembling dart code of it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorishermans%2Fdevoxx_hello_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorishermans%2Fdevoxx_hello_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorishermans%2Fdevoxx_hello_app/lists"}