Skip to content

TheOpenCloudEngine/sw-modeling-tutorial

Repository files navigation

Welcome to Model Driven Software Development using OCE and Visual-paradigm

New Version Example

This is old version example repo. Please relocate to new (mw4) repo here: https://github.com/jinyoung/sw-modeling-example

Building and running the tutorial example

mvn tomcat7:run-war

after seeing the last log - INFO: Starting ProtocolHandler ["http-bio-8089"] - then you can now go to following url:

http://localhost:8089/auto-insurance/runner.html?className=controllers.NameAndAddressTab

if you have newly installed database, you need to configure your database and change the connection configuration of the application:

create a database named 'auto'

create database auto;

find the DDL (create table scripts) and run them: https://github.com/TheOpenCloudEngine/sw-modeling-tutorial/blob/master/autoinsurance.ddl

and restart the server by

mvn tomcat7:run-war

again.

Congratulations!

Recommended Readings and Resources

  1. Object oriented concepts and UML - [https://www.slideshare.net/pongsor/ss-55719446]
  2. OOP concepted Car Simulation Example - https://github.com/jinyoung/education/tree/master/edu-carsim

About

Modeling Driven Development Tutorial using OCE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published