diff options
| author | Kostya <mail@sartin.in> | 2026-08-14 11:02:33 +0000 |
|---|---|---|
| committer | Kostya <mail@sartin.in> | 2026-08-14 11:02:33 +0000 |
| commit | 98ebc2b0f6fdde1f7502a35ebe067fb95e5ee336 (patch) | |
| tree | 9704fcc7cc1d17a3743928c0219728887a65862b /ui-console/.classpath | |
| parent | db4317bbe0ff5709fa54ade5bec112186ca9aca3 (diff) | |
| download | guess-market-98ebc2b0f6fdde1f7502a35ebe067fb95e5ee336.tar.gz guess-market-98ebc2b0f6fdde1f7502a35ebe067fb95e5ee336.tar.xz guess-market-98ebc2b0f6fdde1f7502a35ebe067fb95e5ee336.zip | |
Wire buyShares and menu commands, replace factory interfaces with DI
Implement LocalGuessMarketContext.buyShares/loadEvents via a new
TradingOperation and Loader, backed by in-memory repositories. Replace
the ConsoleInputProviderFactory/ConsoleOutputProviderFactory pattern
with picocontainer-injected providers, and drive the menu from a list
of MenuCommand implementations instead of a hardcoded printout.
Diffstat (limited to 'ui-console/.classpath')
| -rw-r--r-- | ui-console/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-console/.classpath b/ui-console/.classpath index cfc0f9a..47b6ad0 100644 --- a/ui-console/.classpath +++ b/ui-console/.classpath | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | </attributes> | 7 | </attributes> |
| 8 | </classpathentry> | 8 | </classpathentry> |
| 9 | <classpathentry kind="src" path="/guess-market-api"/> | 9 | <classpathentry kind="src" path="/guess-market-api"/> |
| 10 | <classpathentry kind="src" path="/guess-market-service"/> | ||
| 10 | <classpathentry kind="lib" path="../lib/pico/picocontainer-2.15.2.jar"/> | 11 | <classpathentry kind="lib" path="../lib/pico/picocontainer-2.15.2.jar"/> |
| 11 | <classpathentry kind="lib" path="../lib/junit/junit-platform-console-standalone-6.1.1.jar"/> | 12 | <classpathentry kind="lib" path="../lib/junit/junit-platform-console-standalone-6.1.1.jar"/> |
| 12 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | 13 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |