ATS matrix for use in Java

I did an example showing how to allow Java code to create and manipulate
(matrix) data on the side of ATS:

When implementing a MVC style of design, one may want to do M (model) and C
(control)
in ATS and do V (view) in Java. If so, it can be helpful to study this
example.