[Solved] spring-security-web classes are not available. You need these to use filter-chain-map

Recently I downloaded the latest Spring Tool Suite (STS) with Java 8 SE support. My intention was to give it a try to Stream API on my personal project. An error was shown on the spring security configuration XML once the Maven project is imported to the STS.

Read Property Value from Properties File in Spring

The Java properties file can be used to store project configurations or settings.

Parse an XML document using SAX parser

Simple API for XML(SAX) is an event driven parser which reads XML step by step. SAX Parser is faster and uses less memory than DOM parser.

Backup Files in EC2 Instance to Amazon S3

Every day businesses are creating and aggregating data they need to protect from loss. The importance of data can help us determine if they should be backed up.