<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: John</title>
    <description>The latest articles on DEV Community by John (@boomerangg).</description>
    <link>https://dev.to/boomerangg</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3002945%2Fa8b98061-2213-4b86-b14e-f910c903db30.png</url>
      <title>DEV Community: John</title>
      <link>https://dev.to/boomerangg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/boomerangg"/>
    <language>en</language>
    <item>
      <title>Spring Web Console: Execute Groovy scripts directly in your browser with access to the Spring context</title>
      <dc:creator>John</dc:creator>
      <pubDate>Tue, 01 Apr 2025 14:49:58 +0000</pubDate>
      <link>https://dev.to/boomerangg/spring-web-console-execute-groovy-scripts-directly-in-your-browser-with-access-to-the-spring-1bkc</link>
      <guid>https://dev.to/boomerangg/spring-web-console-execute-groovy-scripts-directly-in-your-browser-with-access-to-the-spring-1bkc</guid>
      <description>&lt;p&gt;Hey folks!&lt;/p&gt;

&lt;p&gt;I built a small library that lets you execute Groovy scripts right from your browser inside a running Spring Boot app — with full access to your Spring beans.&lt;/p&gt;

&lt;p&gt;It’s super easy to set up: just add the dependency and run your app. You’ll get a web-based console where you can explore, debug, and experiment with your application using Groovy scripts.&lt;/p&gt;

&lt;p&gt;Some features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Plug in your own script storage&lt;/li&gt;
&lt;li&gt;Optional interceptors&lt;/li&gt;
&lt;li&gt;Spring Security integration&lt;/li&gt;
&lt;li&gt;Compiler customization&lt;/li&gt;
&lt;li&gt;...and more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This idea came from a past job, where we used something similar for applying dynamic hot-fixes and experimenting with complex logic. It turned out to be incredibly useful for debugging and testing — so I decided to open-source my own version.&lt;/p&gt;

&lt;p&gt;It’s probably not something you'd want to run in production — but for development and internal use, it can be a great tool.&lt;/p&gt;

&lt;p&gt;If that sounds interesting, I’d love to hear your feedback! &lt;a href="https://github.com/BOOMeranGG/spring-groovy-web-console" rel="noopener noreferrer"&gt;Github&lt;/a&gt;&lt;/p&gt;

</description>
      <category>spring</category>
      <category>java</category>
      <category>kotlin</category>
      <category>springboot</category>
    </item>
  </channel>
</rss>
