home.social

#apachegroovy — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #apachegroovy, aggregated by home.social.

fetched live
  1. Apache Groovy 5 has been released. Time to brush up my Groovy Goodness series. Let's start with some new ways to create a new map based on an iterable: blog.mrhaki.com/2025/08/groovy (This is actually my 1500th blog post on Messages from mrhaki blog) #Groovy #ApacheGroovy

  2. Apache Groovy 5 has been released. Time to brush up my Groovy Goodness series. Let's start with some new ways to create a new map based on an iterable: blog.mrhaki.com/2025/08/groovy (This is actually my 1500th blog post on Messages from mrhaki blog) #Groovy #ApacheGroovy

  3. hola caracola
    hola caraculo
    o manejo basico de listas

    la ultima pildora #ApacheGroovy en el blog

    https://groovy.es/w/basic-list.html
  4. Acabo de publicar otra 💊 #ApacheGroovy contando cómo usar la interpolación de código usando ${} y he conseguido resistirme a no decir que le da mil vueltas al churro de Javascript


    https://groovy.es/w/gstring_beans.html
  5. Admito que no es el sistema de comentarios más bonito y que tengo que trabajarlo un poco más pero ...

    Ya puedes añadir tus comentarios/dudas/etc en las #ApacheGroovy 💊

    https://groovy.es
  6. Hoy no hay pildora #ApacheGroovy porque estoy montandole un sistema para que puedas añadir/ver comentarios en cada uno y así entre toda las aportaciones darle mas valor

    Mientras puedes consultar las que ya hay en https://groovy.es , ya hay entre 2 y 3000 💊
  7. Pequeña píldora #ApacheGroovy sobre cómo navegar por las properties de un objeto

    https://groovy.es/w/beans.html
  8. Alguien se ha leído las pildoras #ApacheGroovy y encima le ha servido para algo!!
  9. Ahora ya puedes suscribirte al RSS de píldoras #ApacheGroovy gracias a que le he metido un generador de rss ... hecho en ApacheGroovy, cómo no!!!


    https://groovy.es/rss.xml
  10. Buenos días, ya está disponible la segunda #ApacheGroovy píldora, esta vez dedicada a GString

    Oro parece una cadena no es, qué es?

    https://groovy.es/w/gstring.html
  11. Segunda entrega de las #GroovyScripts píldoras

    Aún tengo que encontrar el mejor formato, pero allá va la segunda entrega de píldoras con #ApacheGroovy

    Jugando con String y GString

    https://groovyconsole.dev/?gist=de2ddf7272128061067bc3547ec46627
  12. 📢 Did you know you can write & run some #ApacheGroovy code online ❓

    groovyconsole.dev

    Code on #Github
    github.com/groovy-console/groo

    ▶️ Frontend: Google #AppEngine
    ▶️ Groovy runtime runners: Google #CloudFunction

    You can also run your #SpockFramework tests!

    🖖 Test often & prosper! 🖖

  13. 📢 Did you know you can write & run some #ApacheGroovy code online ❓

    groovyconsole.dev

    Code on #Github
    github.com/groovy-console/groo

    ▶️ Frontend: Google #AppEngine
    ▶️ Groovy runtime runners: Google #CloudFunction

    You can also run your #SpockFramework tests!

    🖖 Test often & prosper! 🖖

  14. No matter which programming language you choose, understanding & using strings effectively will significantly enhance your ability to handle textual data and take your coding skills to new heights! opensource.net/how-groovy-work #ApacheGroovy

  15. No matter which programming language you choose, understanding & using strings effectively will significantly enhance your ability to handle textual data and take your coding skills to new heights! opensource.net/how-groovy-work #ApacheGroovy

  16. From Boring to Brilliant: Transforming Strings with #ApacheGroovyhttps://opensource.net/advanced-strings-apache-groovy-10/ ?utm_source=social&utm_medium=mastodon #OpenSource

  17. From Boring to Brilliant: Transforming Strings with #ApacheGroovyhttps://opensource.net/advanced-strings-apache-groovy-10/ ?utm_source=social&utm_medium=mastodon #OpenSource

  18. Whether you're a seasoned #Java developer looking to expand your toolbox or a curious newcomer #ApacheGroovy, understanding these string operations will unlock a new level of efficiency + expressiveness in your code. opensource.net/advanced-string #OpenSource

  19. Whether you're a seasoned #Java developer looking to expand your toolbox or a curious newcomer #ApacheGroovy, understanding these string operations will unlock a new level of efficiency + expressiveness in your code. opensource.net/advanced-string #OpenSource

  20. @StrangeNoises In the existing lambda approach, the $ sign is just the name of the variable. It's an allowed identified.

    Coming from a #ApacheGroovy background, I often used closures like you say with some kind of factory method. That makes sense.

    In my approach, what I like is that I don't expose the internals. So I keep control. A user can't really mess up with his own lambda.

  21. @StrangeNoises In the existing lambda approach, the $ sign is just the name of the variable. It's an allowed identified.

    Coming from a #ApacheGroovy background, I often used closures like you say with some kind of factory method. That makes sense.

    In my approach, what I like is that I don't expose the internals. So I keep control. A user can't really mess up with his own lambda.

  22. In Java & Apache Groovy, strings aren't just text - they're full-fledged objects. Imagine "abc" as a toolbox, not just letters. opensource.net/how-groovy-work #Java #ApacheGroovy

  23. Now is the time that lower level #Java libraries and tools need to be preparing #JDK22 (byte)code compatibility. #OW2's ASM 9.6 is already there and so is #ByteBuddy. Even #ApacheGroovy 4.0 and 5 alpha look ready. As for build tools ... well ... #Java #OpenSource

  24. If you're a #java or #groovylang developer and want to play with the #PaLM api from Google Cloud (the same that powers #bard), you might be interested in this article I just wrote:

    glaforge.dev/posts/2023/05/30/

    You'll find docs & samples for #python but nothing for the #Java ecosystem. So I wanted to see how I could craft a kid story generator with #PaLM but using #micronaut, #ApacheGroovy and deploy it on #CloudRun.

    But I faced some issues with authentication. Hence the article!