SDN Controller Programming Guide

172
<! Add an <include> node for api, bl,
dao-api, dao-model and dao -->
<include name="hm-
rs/${project.version}/hm-rs-${project.version}.war"/>
<include name="hm-
ui/${project.version}/hm-ui-${project.version}.war"/>
</fileset>
<fileset dir="${basedir}"
includes="hm.plan"/>
</copy>
<zip destfile="target/hm-${project.version}.zip"
basedir="target/bundles"/>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
Now try the application’s user interface. Build and install the application as described in Building
Application on page 115 and Installing Application on page 116. After installing the application
refresh the SDN Controller GUI as illustrated at the top part of Figure 56; the application’s GUI
entry appears as illustrated at the bottom part of Figure 56. Figure 57 shows the application’s
view after clicking the “Refresh Data” button.
Figure 56 Sample Application GUI Entry