tuxBurner / play-akkjobs

13 stars 4 forks source link

usage in non Guice applicationloader #4

Closed Raffiki closed 6 years ago

Raffiki commented 6 years ago

question: how could I use this module in a custom application loader? Is this possible at all?

tuxBurner commented 6 years ago

Hi @Raffiki what version of play are you using ? Since 2.5 Guice is brought by Play so it should be no hassle to use it there :) What is your project layout to have not Guice ?

tuxBurner commented 6 years ago

@Raffiki what you could do is to instantiate the JobClassLoader.java and than it should work without Guice. Keep in mind to only instantiate this class once, it is a singleton purpose class.