Tagged in

Java

Eastros
Eastros
A publication on software development
More information
Followers
3
More, on Medium

Basic Maven Installation

1- Download latest Maven library from the following URL http://maven.apache.org/download.html. .

2- Unzip the file at some proper location (in my case its C:\Program Files\Apache Software Foundation\apache-maven-2.0.9).


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…


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.