Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Developer Documentation

stevebillings edited this page Sep 30, 2015 · 1 revision

Design Overview

AppEdit is a Spring MVC web application. The controller classes are in package com.blackducksoftware.tools.appedit.web.controller. The view (JSP) is in src/main/webapp/WEB-INF/pages. Model classes are in packages com.blackducksoftware.tools.appedit.core and com.blackducksoftware.tools.appedit.codecenter.

Configuration class

com.blackducksoftware.tools.appedit.core.AppEditConfigManager.

Clone this wiki locally