(Java) Spring Security ... just utter confusion.?
My question simply is, who can I talk to to get help with spring security? Is there like a live chat developers help somewhere?
But let me vent so you understand what I mean a little more.
I've got a project set up where I'm running a spring web app, with jboss, and hibernate to a mysql server. I'm doing most of the configuration using annotations. @requestmapping @entity @service ..yaddi yadda. All that's working great.
I've got to the point now where I want to have user logins to my app, users may have roles (basic, admin, etc. ) I'd like to approach this in a professional way instead of some adhoc user managment solution. So I check out spring-security.
Holy cow what a cluster ---- of disorganized garbage. I can get it working, I just have no idea how or why.
I've been working with java professionally for 5 years. I'm no genius, but I'm usually competent. I've been reading through the 20+ chapters of spring-security docs for the last 2 days but whoever wrote it seems to have actively decided to leave out any useful concrete examples of how to do anything.
I've been doing my due diligence trying to google things that confuse me. Yet all I can find is everyone saying the same stupid things "do this and this and it works" "put this string here to make this happen" with no explanations. Magic.
I will gladly stroke your ego for access to your sage wisdom.