Open pierre opened 10 years ago
Notes about jaxrs
and server
:
AccountResource
injects SubscriptionApi
, InvoiceUserApi
, InvoicePaymentApi
, PaymentApi
, DirectPaymentApi
, OverdueUserApi
, etc.) - we probably need a multi-modules jaxrs
project (same modules as killbill
)server
currently hardcodes all Guice modules, we will probably need to create another multi-modules project (with for example subscription
and payment
submodules) which create Kill Bill and Kill Pay artifacts - these modules will contain some code (at least the equivalent of KillbillServerModule
for each)
lifecycle
module (extract beatrix)osgi
andosgi-bundles