{"id":4501,"date":"2011-11-30T16:48:52","date_gmt":"2011-11-30T11:18:52","guid":{"rendered":"http:\/\/www.tothenew.com\/blog\/?p=4501"},"modified":"2022-01-12T18:58:17","modified_gmt":"2022-01-12T13:28:17","slug":"grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode","status":"publish","type":"post","link":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/","title":{"rendered":"Grails productivity enhancer. The unsung hero &#8216;grails interactive mode&#8217;"},"content":{"rendered":"<p>Of late, I have been thinking about the popularity of <a title=\"Grails Developers and Architects\" href=\"http:\/\/www.tothenew.com\/grails-application-development\">grails interactive mode amongst developers<\/a>. I found that though most of us are aware of this mode but we don&#8217;t use it as often, as it should be.<\/p>\n<p><strong>Where should I use grails &#8211;interactive mode while developing in grails?<\/strong><br \/>\nThe answer may vary from person to person and the level of expertise. For me, I found it amazing while running my tests and creating artifacts.<\/p>\n<p>I shall describe the advantages that I found with interactive mode while running Unit Tests. Let us take an example here:<\/p>\n<p>I have a class called PersonUtil which needs to be unit tested. I write a PersonUtilTests class for testing its functionality. In order to run this particular unit test, I can use the following command:<\/p>\n<p>grails test-app unit: PersonUtilTests<\/p>\n<p>This takes approximately 20 secs on an average to run on my machine with a decent configuration.<\/p>\n<p>Alternatively, We can run it in interactive mode. What we need to do is<\/p>\n<p> grails &#8211;interactive<\/p>\n<p>This shall bring the grails infrastructure up and make it just ready to run commands. It takes around 5 seconds.<\/p>\n<p>Welcome to Grails 1.3.7 &#8211; http:\/\/grails.org\/<br \/>\nLicensed under Apache Standard License 2.0<br \/>\nGrails home is set to: \/opt\/grails<\/p>\n<p>Base Directory: \/home\/farid\/grailsApplications\/survey-app\/ErServices<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nInteractive mode ready. Enter a Grails command or type &#8220;exit&#8221; to quit interactive mode (hit ENTER to run the last command):<\/p>\n<p>Now, to test the app I can use the following command:<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br \/>\nCommand TestApp completed in 2461ms<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nInteractive mode ready. Enter a Grails command or type &#8220;exit&#8221; to quit interactive mode (hit ENTER to run the last command):<br \/>\ntest-app unit: PersonUtilTests<\/p>\n<p>It took 15 seconds to run this for first time.<br \/>\nFor subsequent runs, it took 2-4 seconds. Which is a clear advantage of 16 seconds for every run. These 16 seconds are no less than gem when you are in your &#8220;flow-state&#8221;( in concentration mode).<\/p>\n<p>While development, we make frequent changes to our code and therefore we need to run our unit tests multiple times. Every time I make a change and re run my unit test it takes 20 seconds through conventional grails test-app whereas it takes 3-4 seconds through interactive mode.<\/p>\n<p>Earlier, I used to get frustrated while waiting for test cases to execute. This waiting time is one of the biggest factor that drives us from doing Test Driven Development.<\/p>\n<p>Just in case you have not tried it. Please give it a shot. Believe me, it&#8217;s worth trying, you wont be disappointed!!!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Of late, I have been thinking about the popularity of grails interactive mode amongst developers. I found that though most of us are aware of this mode but we don&#8217;t use it as often, as it should be. Where should I use grails &#8211;interactive mode while developing in grails? The answer may vary from person [&hellip;]<\/p>\n","protected":false},"author":26,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":7,"footnotes":""},"categories":[7],"tags":[4840,693,694,695,452,272],"class_list":["post-4501","post","type-post","status-publish","format-standard","hentry","category-grails","tag-grails","tag-productivity","tag-tip","tag-trick","tag-tricks","tag-unit-test"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Of late, I have been thinking about the popularity of grails interactive mode amongst developers. I found that though most of us are aware of this mode but we don&#039;t use it as often, as it should be. Where should I use grails --interactive mode while developing in grails? The answer may vary from person\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Mohd Farid\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Grails productivity enhancer. The unsung hero \u2018grails interactive mode\u2019 | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Of late, I have been thinking about the popularity of grails interactive mode amongst developers. I found that though most of us are aware of this mode but we don&#039;t use it as often, as it should be. Where should I use grails --interactive mode while developing in grails? The answer may vary from person\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"article:tag\" content=\"grails\" \/>\n\t\t<meta property=\"article:tag\" content=\"productivity\" \/>\n\t\t<meta property=\"article:tag\" content=\"tip\" \/>\n\t\t<meta property=\"article:tag\" content=\"trick\" \/>\n\t\t<meta property=\"article:tag\" content=\"tricks\" \/>\n\t\t<meta property=\"article:tag\" content=\"unit-test\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-11-30T11:18:52+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-01-12T13:28:17+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Grails productivity enhancer. The unsung hero \u2018grails interactive mode\u2019 | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Of late, I have been thinking about the popularity of grails interactive mode amongst developers. I found that though most of us are aware of this mode but we don&#039;t use it as often, as it should be. Where should I use grails --interactive mode while developing in grails? The answer may vary from person\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\\\/#article\",\"name\":\"Grails productivity enhancer. The unsung hero \\u2018grails interactive mode\\u2019 | TO THE NEW Blog\",\"headline\":\"Grails productivity enhancer. The unsung hero &#8216;grails interactive mode&#8217;\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/farid\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2011-11-30T16:48:52+05:30\",\"dateModified\":\"2022-01-12T18:58:17+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":1,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\\\/#webpage\"},\"articleSection\":\"Grails, Grails, productivity, tip, trick, Tricks, unit-test\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/grails\\\/#listItem\",\"name\":\"Grails\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/grails\\\/#listItem\",\"position\":2,\"name\":\"Grails\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/grails\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\\\/#listItem\",\"name\":\"Grails productivity enhancer. The unsung hero &#8216;grails interactive mode&#8217;\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\\\/#listItem\",\"position\":3,\"name\":\"Grails productivity enhancer. The unsung hero &#8216;grails interactive mode&#8217;\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/grails\\\/#listItem\",\"name\":\"Grails\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/farid\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/farid\\\/\",\"name\":\"Mohd Farid\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d386ff6714165be4c5ee1f75fd255d6ca7021e0ada16952088cff7e9f6e50679?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Mohd Farid\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\\\/\",\"name\":\"Grails productivity enhancer. The unsung hero \\u2018grails interactive mode\\u2019 | TO THE NEW Blog\",\"description\":\"Of late, I have been thinking about the popularity of grails interactive mode amongst developers. I found that though most of us are aware of this mode but we don't use it as often, as it should be. Where should I use grails --interactive mode while developing in grails? The answer may vary from person\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/farid\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/farid\\\/#author\"},\"datePublished\":\"2011-11-30T16:48:52+05:30\",\"dateModified\":\"2022-01-12T18:58:17+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Grails productivity enhancer. The unsung hero \u2018grails interactive mode\u2019 | TO THE NEW Blog","description":"Of late, I have been thinking about the popularity of grails interactive mode amongst developers. I found that though most of us are aware of this mode but we don't use it as often, as it should be. Where should I use grails --interactive mode while developing in grails? The answer may vary from person","canonical_url":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/#article","name":"Grails productivity enhancer. The unsung hero \u2018grails interactive mode\u2019 | TO THE NEW Blog","headline":"Grails productivity enhancer. The unsung hero &#8216;grails interactive mode&#8217;","author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/farid\/#author"},"publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"},"datePublished":"2011-11-30T16:48:52+05:30","dateModified":"2022-01-12T18:58:17+05:30","inLanguage":"en-US","commentCount":1,"mainEntityOfPage":{"@id":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/#webpage"},"isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/#webpage"},"articleSection":"Grails, Grails, productivity, tip, trick, Tricks, unit-test"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.tothenew.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/grails\/#listItem","name":"Grails"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/grails\/#listItem","position":2,"name":"Grails","item":"https:\/\/www.tothenew.com\/blog\/category\/grails\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/#listItem","name":"Grails productivity enhancer. The unsung hero &#8216;grails interactive mode&#8217;"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/#listItem","position":3,"name":"Grails productivity enhancer. The unsung hero &#8216;grails interactive mode&#8217;","previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/grails\/#listItem","name":"Grails"}}]},{"@type":"Organization","@id":"https:\/\/www.tothenew.com\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/www.tothenew.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.tothenew.com\/blog\/author\/farid\/#author","url":"https:\/\/www.tothenew.com\/blog\/author\/farid\/","name":"Mohd Farid","image":{"@type":"ImageObject","@id":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d386ff6714165be4c5ee1f75fd255d6ca7021e0ada16952088cff7e9f6e50679?s=96&d=mm&r=g","width":96,"height":96,"caption":"Mohd Farid"}},{"@type":"WebPage","@id":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/#webpage","url":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/","name":"Grails productivity enhancer. The unsung hero \u2018grails interactive mode\u2019 | TO THE NEW Blog","description":"Of late, I have been thinking about the popularity of grails interactive mode amongst developers. I found that though most of us are aware of this mode but we don't use it as often, as it should be. Where should I use grails --interactive mode while developing in grails? The answer may vary from person","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/#breadcrumblist"},"author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/farid\/#author"},"creator":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/farid\/#author"},"datePublished":"2011-11-30T16:48:52+05:30","dateModified":"2022-01-12T18:58:17+05:30"},{"@type":"WebSite","@id":"https:\/\/www.tothenew.com\/blog\/#website","url":"https:\/\/www.tothenew.com\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"article","og:title":"Grails productivity enhancer. The unsung hero \u2018grails interactive mode\u2019 | TO THE NEW Blog","og:description":"Of late, I have been thinking about the popularity of grails interactive mode amongst developers. I found that though most of us are aware of this mode but we don't use it as often, as it should be. Where should I use grails --interactive mode while developing in grails? The answer may vary from person","og:url":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/","og:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","article:tag":{"0":"grails","2":"productivity","3":"tip","4":"trick","5":"tricks","6":"unit-test"},"article:published_time":"2011-11-30T11:18:52+00:00","article:modified_time":"2022-01-12T13:28:17+00:00","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Grails productivity enhancer. The unsung hero \u2018grails interactive mode\u2019 | TO THE NEW Blog","twitter:description":"Of late, I have been thinking about the popularity of grails interactive mode amongst developers. I found that though most of us are aware of this mode but we don't use it as often, as it should be. Where should I use grails --interactive mode while developing in grails? The answer may vary from person","twitter:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"4501","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"article","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-65e0501604e88","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"created":"2021-04-30 03:56:23","updated":"2024-02-29 09:36:22","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.tothenew.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.tothenew.com\/blog\/category\/grails\/\" title=\"Grails\">Grails<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tGrails productivity enhancer. The unsung hero \u2018grails interactive mode\u2019\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.tothenew.com\/blog"},{"label":"Grails","link":"https:\/\/www.tothenew.com\/blog\/category\/grails\/"},{"label":"Grails productivity enhancer. The unsung hero &#8216;grails interactive mode&#8217;","link":"https:\/\/www.tothenew.com\/blog\/grails-productivity-enhancer-the-unsung-hero-grails-interactive-mode\/"}],"_links":{"self":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/4501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/comments?post=4501"}],"version-history":[{"count":2,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/4501\/revisions"}],"predecessor-version":[{"id":54606,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/4501\/revisions\/54606"}],"wp:attachment":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/media?parent=4501"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/categories?post=4501"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/tags?post=4501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}