Skip to content
Snippets Groups Projects
Commit fddeace3 authored by npedot's avatar npedot
Browse files

adds scenario package and empty employee department scenario

parent e01bc17c
No related branches found
No related tags found
No related merge requests found
......@@ -41,14 +41,14 @@ main class entry point
technology free packages
domain/ where aggregates, entities, values lives
usecase/ where domain components play toghether using services, repositories interfaces
domain/ where aggregates, entities, values lives.
usecase/ where domain components play toghether using services, repositories interfaces.
technology depenent packages
adapter/ where services, repositories implementations lives
support/ where domain indipendent sherable implementation components lives
adapter/ where services, repositories implementations lives.
support/ where domain indipendent sherable implementation components lives.
scenario/ where usecases are applied to real technology dependent case.
## classes conventions
......
package unibz.cs.semint.kprime
import unibz.cs.semint.kprime.scenario.SakilaScenario
class Starter {
companion object {
......
package unibz.cs.semint.kprime.scenario
class DepartmentEmploeesScenario {
}
\ No newline at end of file
package unibz.cs.semint.kprime
package unibz.cs.semint.kprime.scenario
import unibz.cs.semint.kprime.adapter.repository.MetaSchemaJdbcAdapter
import unibz.cs.semint.kprime.adapter.service.XMLSerializerJacksonAdapter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment