Top Stories published by Eastros in August of 2012

SpringSecurity: Authenticating & Authorizing AJAX Requests (Server-Side Implementation)

In my previous post, we discussed a bit of theory related to authentication and authorization of AJAX requests. We also defined the desired behavior that we would like to achieve…


Regular Expressions In JavaScript

In my first post regarding Regular Expressions (regex), we discussed the basic syntax of regex, its importance and how they are used along with a few examples. I strongly recommend reading that post first if you are completely unfamiliar with regex. Otherwise, lets move…


SpringSecurity: Authenticating & Authorizing AJAX Requests

This is my second post on Spring Security (first being this) and I will try to be more detailed here. Please keep sharing your feedback with me so that I could improve myself.