Allez hop je démarre un projet avec #micronaut en #java pour migrer une appli en #scala avec #playframework reste à trouver entre autre comment réécrire la partie acteurs ....

Recently had to figure out a way on how to use TailwindCSS in my Play Framework application. I really dislike the whole npm/webpack/bundler ecosystem, and I found a way around it.

I posted a short guide on my blog: https://hertig.blog/posts/tailwindcss-in-play-framework-without-npm/

#tailwind #tailwindcss #playframework #java #scala #webdev #blog

TailwindCSS in Play Framework - Without npm | hertig.blog

A Guide on how to use and automate TailwindCSS compilation in a Play app with an sbt-web source file task. No need for npm, complicated bundlers or Javascript.

Ever wanted to access the request body within a Play Framework Filter? I did, and I couldn't find any solution online. Now there is one. See my post:

https://hertig.blog/posts/accessing-request-body-in-play-framework-filters/

#playframework #akka #pekko #scala #java #jvm #blog #webdev

Accessing the request body in Play Framework Filters | hertig.blog

A highly performant way to extract data from the raw request body and pass on information to subsequent Filters and Actions based on it. With an example of how to parse bearer tokens as per RFC 6750.

Upgrading a #scala project from #PlayFramework 2.8 to 2.9.

Ten years down the road, the most annoying thing in Javaland remains troubleshooting these dynamically detected logging systems and their various runtime errors. Digging into classloader issues and the contents of META-INF. 😠

Really appreciating the Scala approach to do (and check!) everything at compile-time.

I like my job overall but the big pile of #Scala #PlayFramework code we have is awful to work on. Scala is an enormous disappointment for a #Haskell developer.

They grow up so fast! #PlayFramework has released version 3.0. It is using something I have never heard of and that is #ApachePekko which is a fork of #Akka 2.6. Pretty exciting stuff all around. #Scala

https://github.com/playframework/playframework/releases/tag/3.0.0

Release 📣 Play 3.0.0 · playframework/playframework

The Play Team is thrilled to announce the release of Play 3.0.0! 🎉 This release brings highly anticipated new features, including support for the latest Java LTS versions and Scala 3. It continues ...

GitHub
Release 📣 Play 2.9.0 Release Candidate · playframework/playframework

The Play Team is thrilled to announce the release of the Play 2.9.0 release candidate! 🎉 This release brings highly anticipated new features, including support for the latest Java LTS versions and ...

GitHub
🚀Ready to level up your Play Framework error handling game? Check out this guide for best practices and real-world examples on how to handle exceptions and errors like a pro! #PlayFramework #WebDevelopment #programming
https://petrepopescu.tech/2021/03/handling-exceptions-and-errors-in-play-framework/
Excited to share my article on building a REST API in Play Framework! Learn the basics and get started quickly with this powerful web development tool. Check it out! #playframework #restapi #webdevelopment #java
https://petrepopescu.tech/2021/02/building-a-rest-api-in-play-framework/
If you are using #playframework with #java, this tutorial will show you how to build a form using the Twirl template engine.
https://petrepopescu.tech/2021/01/building-a-form-in-play-framework/