Andrey Hihlovskiy

Professional blog on groovy, gradle, Java, Javascript and other stuff.

Monthly Archives: May 2015

Gretty 1.2.3 is out!

I’m happy to announce that Gretty version 1.2.3 is out!

What’s new: I finally fixed bugs with classpath isolation. Now all web-applications (including SpringBoot applications) run on their classloader and are isolated from one another. That means: no more spring beans conflicts, no more problems configuring logback.

You don’t know what is Gretty? It’s a Gradle plugin for running web-applications on Tomcat and Jetty. Full documentation and sources: https://github.com/akhikhl/gretty

Concurrent Kitties Using GPars

Stuff I've learned recently...

On today’s Groovy Podcast, I mentioned that I was teaching a Groovy training class this week at Research Now in Plano, TX. That’s not how I said it, though. I said that I was broadcasting live in front of a studio audience and that they were the most amazingly awesome group I’ve ever encountered.

(Yeah, okay, sometimes I shamelessly pander for good evals. I’ll let you know if it worked after the class ends. Unless it doesn’t, in which case I probably won’t.)

During the podcast, I told my inestimable co-host, Peter Ledbrook, that we got a chance to use GPars in class. The app we used it on was all about the primary goal of the internet, which is to display cat pictures.

Peter then shamed me into writing a blog post about it, which you’re reading now.

I’ve actually written about this app before, for another client…

View original post 489 more words