blob: f10ef21ff644ff335bce61baaa30800ecaffbf78 [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>
<%
Quantity<Length> q = new LengthAmount(12, SI.METRE);
%>
<%= q %>
</body>
</html>