Easyajax Overview

Easyajax aims to provide a simple but powerful ajax framework, it will include:

Expression Text

Now, in html, we can use EL to simplify dynamic content. just use # {javascript-expr} format in the HTML source, and it will be evaluated and replace with the result.

Welcome to #{page.username} , You are #{page.age} years old.

Do you know that 3.14 * 5 * 5 = #{3.14*5*5}

中文是否正常?

the source code is very simple: