Is there any new Guides coming out soon?
# questions
f
Is there any new Guides coming out soon?
m
What topic are you looking for?
f
HTMX, Grails 6 Preview, new Sitemesh Plugin stuff like that
How to use Spring Security Roles in grails app w/ Micronaut microservices
Like how to utilize the session from Spring Security to leverage Micronaut services
m
The official guides are here, but most are not updated https://github.com/grails-guides
f
yah
also the youtube channel seems dormant
Happy Birthday Grails...no more posts! what's up with that.
but youtube i get, mostly guides is where its at.
m
I have written HTMX plugin for Grails, and with a TodoMVC example https://github.com/rainboyan/grails-htmx
f
I've reviewed it ;-0.
m
Use Spring Security 5.8 directly, not recommended for the plugin https://github.com/spring-projects/spring-security-samples/tree/5.8.x
f
in your grails apps you use it directly?
m
Micronaut have it’s Security framework https://github.com/micronaut-projects/micronaut-security
f
yeah i need to read that whole doc.
m
Yeah I always use Spring Security, and Spring Session, Spring Integration and other Spring libraries
You need read the official documents of Spring Security, there are some guides for beginners to getting started
f
yeah that's what I'm going over now actually, I was just giving you various topics since you asked ~~
like in docs it says this: _"_Grails 6 - Micronaut for Spring 4.5.1 provides seamless integration between Micronaut and Spring, allowing you to leverage the strengths of both frameworks in your Grails project." -- Basically i went to guides to see if something like this existed.
m
I have tried to integrate Micronaut with Grails, but it is a tough process, you can the result, but you can’t just run it locally, because I have hacked the framework https://github.com/rainboyan/goboots-micronaut-demo
There is also a Spring Data version https://github.com/rainboyan/goboots-jpa-demo
Maybe I can't give you the answers you want, but I can share some of my experiences.
s
@Michael Yan Great with the HTMX plugin, but too bad it's kept at v0.0.3, it makes it hard to convince people to use it. If it works, why not go v1.0.0?
m
I need more user feedback and testing, I think it's still early for 1.0, although the main features of HTMX are supported, but WS and SSE I haven't finished yet.
s
Ok, fair point. I have not used it yet, but I will see if I can get it into my application bit by bit
m
I also have plan to create a plugin for Unpoly, it’s a good alternative to HTMX.
@sbglasius Thanks for your feedback, and I'd like to take the time to complete it and develop more examples, including documentation.
partygrails 1
f
Why do you prefer Unpoly over htmx @Michael Yan
m
Hi, anyone interested in </>HTMX can join the #htmx channel, I will post some guides about grails and htmx
@falling there will be a new plugin for Unpoly, you can try and compare it to htmx.