Hey Dave,
I just typed out a page long reply before reading over your reply again and realizing I think you gave me exactly what I needed. We're already using SpEL to secure our methods. Will the...
Type: Posts; User: LukeL99; Keyword(s):
Hey Dave,
I just typed out a page long reply before reading over your reply again and realizing I think you gave me exactly what I needed. We're already using SpEL to secure our methods. Will the...
I'm trying to create an api that reveals certain functionality based on the app that is accessing it (using the client-credentials grant type), and then once the user logs in it exposes more...
The group validation as a separate step is an interesting idea that we hadn't thought of. That might work, although right now we're working on a hack to get it working before we go through and...
We are parsing a log file from a piece of hardware. It has a line that starts a group within the database, then we load the corresponding data into related tables as we go. Sometimes, we'll get a...
I have a similar issue to this one, but I'm unsure if this meets my requirements. Does a chunk completion policy end the chunk? All I want to do is commit what's in the write buffer manually, then...
Hi all,
We've developed 2 spring MVC applications meant to be served side by side on the same server at different URLs, however due to a change in requirements, one is now needed to be served...