Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Checkout the Weather View as an example of a view that exposes servlet and REST endpoints.

https://github.com/apache/ambari/tree/trunk/ambari-views/examples/weather-view

 

Anchor
view.package
view.package
View Package

...

Code Block
view.jar
|
|- view.xml
|
|- <server packages + classes>
|
|- index.html
| |
| |_ <supporting UI assets>
|
|_ WEB-INF
  |
  |_ lib/*.jar

...