blob: 65a05307720a50abb95ab12c41a3c4c8abad92fa [file] [log] [blame]
<%@ page import="org.unitsofmeasurement.quantity.*, org.eclipse.uomo.units.*, org.eclipse.uomo.units.impl.quantity.*" %>
<html>
<head>
<title>Eclipse UOMo</title>
</head>
<body>
<h2>Hello UOMo!</h2>
<%
QuantityAmount<Length> q = new LengthAmount(12, SI.METRE);
%>
<%= q %>
</body>
</html>