MockupDD Engine is web application which uses user interface mockups in the form of bitmaps as a basis to specify and infer further application requirements
git clone https://github.com/josematiasrivero/mockupdd.git
mvn
should workroot
without any password should be provided. As a result, the command mysql -uroot
must log you into the database directly.config/scripts/recreateSchema.sh
in order to instantiate the DBmvn clean install
which will build the project and run the tests. Then, to get the web application running with Jetty at the default port (8080), execute mvn jetty:run
at the modules/mockupdd-editor
foldermvn eclipse:eclipse
. This will create the Eclipse Project metainfo.Pressing Ctrl + Shift + F
in any code window will automatically format the current file according to configured code formatting options. Import the following XML files to use the formatting options for this project:
Preferences-Java-CodeStyle-CodeTemplates.xml
in Preferences -> Java -> Code Style -> Code TemplatesPreferences-Java-CodeStyle-Formatter.xml
in Preferences -> Java -> Code Style -> FormatterPreferences-Java-Editor-Templates.xml
in Preferences -> Java -> Editor -> TemplatesCtrl + Shift + R
: search for resourcesCtrl + Shift + T
: search for classesThere are a bunch of useful keyboard shortcuts to agilize development with Eclipse, just google for them :)
Write an e-mail to jose.matias.rivero@gmail.com or mrivero@lifia.info.unlp.edu.ar