Software Distribution DSL queries
Write EOL queries that print:
- The number of components that have no dependencies
- The filenames of JARs that are not used by any component
- The names of components that are not used in any bundle
- The filenames of JARs that are not used by any bundle
- The names of the components involved in cyclic dependencies
- Tip: search the EOL documentation for
closure
- Tip: search the EOL documentation for
Create a sample model that conforms to the software distribution DSL and run the queries against the sample model.
Solutions
Model solutions for the exercises are available in this ZIP file.