Challenge Overview
EMP is a migration planning application that's used to streamline the planning process for data migrations onto storage arrays. It's currently implemented as a stand-alone single user desktop installed Windows application, but is in the process of being ported a web application. The goal of this project is to replace the existing EMP UI with a web UI.
The existing EMP interface consists of approximately 150 Swing panels that will be replaced with HTML/JSP/Java controllers. We'd like to start with by replacing an initial set of about 6-7 panels (Phase 1) and expand to the remaining panels (Phase 2) once we have a solid initial template.