Skip to content

Demo application with OpenUI5 and Renjin on Spring MVC

Notifications You must be signed in to change notification settings

keilw/sprmvc-ui5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sprmvc-ui5

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 and Renjin, a JVM-based interpreter for the R language.

It's a standard Maven application which could be tested with embedded Tomcat server using the following command.

> mvn tomcat7:run

OpenUI5 Web JAR

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.

Useful links

Here are some useful links (some of the code is based on the content found there).

About

Demo application with OpenUI5 and Renjin on Spring MVC

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 64.7%
  • JavaScript 31.5%
  • HTML 3.8%