The purpose of this demo application is to showcase the one possible set up for using OpenUI5, formerly known as SAPUI5, with Spring MVC framework.
It's a standard Maven application which could be tested with embedded Tomcat server using the following command.
> mvn tomcat7:run
OpenUI5 runtime JavaScript libraries are available from Download (under Apache 2.0 license).
I packaged them in a web JAR in /WEB-INF/lib/openui5-runtime-1.16.8.jar
, which is used by Spring when configuring the
web application. See com.github.springui5.conf.WebAppConfigurer
class.
Here are some useful links (some of the code is based on the content found there).