Re: NiFi Web UI development in Dreamweaver

2016-04-13 Thread Rob Moran
Colin, Just wanted to echo some of the comments from other responses so far and say welcome. I've been putting together the mockups you see in NIFI-1323 . The initial goal is to modernize a bit for a nice foundation as we plan more key functionality

Re: NiFi Web UI development in Dreamweaver

2016-04-13 Thread Matt Gilman
Colin, Thanks for checking out Apache NiFi. The UI is a packaged as a Java web application that is built as part of NiFi's build process. NiFi uses Maven to build and package the application. You should be able to edit the sources that comprise that WAR with any IDE that can import Maven projects.

Re: NiFi Web UI development in Dreamweaver

2016-04-13 Thread Joe Witt
Colin, I'll defer to others to comment on the specifics around dreamweaver or other tools but I do want to reach out and suggest you could also contribute to https://issues.apache.org/jira/browse/NIFI-1323 which is part of the NiFi 1.0.0 efforts and is under active design/discussion and implementa

NiFi Web UI development in Dreamweaver

2016-04-13 Thread Colin Bowdery
Hi All, Can anyone provide any pointers as to how I might be able to develop the NiFi Web UI using a tool such as Dreamweaver? I have been modifying nifi-web-ui-0.6.0-SNAPSHOT.war manually but would really like to use a more professional approach. I also note there are no HTML files in this .wa