oldratlee / java-modern-tech-practice

😎 Java™ modern tech practice sandbox ⏳
https://github.com/oldratlee/java-modern-tech-practice/issues
47 stars 9 forks source link

Expression Language / Expression Engine / Rule Engine #11

Open oldratlee opened 5 years ago

oldratlee commented 5 years ago

Expression Language

The Java Unified Expression Language is a special purpose programming language mostly used in Java web applications for embedding expressions into web pages. The Java specification writers and expert groups of the Java web-tier technologies have worked on a unified expression language which was first included in the JSP 2.1 specification (JSR-245), and later specified by itself in JSR-341, part of Java EE 7.
https://en.wikipedia.org/wiki/Unified_Expression_Language

Rule Engine

Articles