Tag Archives: expressions

Spring Expression Language (SpEL) Predefined Variables

Spring 3.0 introduced Spring Expression Language (SpEL). There are two variables that you have available “systemProperties” and “systemEnvironment“. SpEL allows us to access information from our beans and system beans information at runtime (late binding). These can be applied to … Continue reading

Posted in SpEL, Spring, Spring Framework | Tagged , , , , , , , | 2 Comments