Hazelcast is a dropin replacement for the Play! Framework cache. Hazelcast provide also some other services like Clustered Executors, Maps, AtomicNumbers, Topics, Queues, etc...
I see that you have a "test" folder in here. How do you run these tests? If this module is used in application code, how do you manage to run these tests from the application "test"?
I use play (1.3) regularly now and I can seem to come up with a good way to manage tests in my modules. Writing junit tests for applications (not modules) though is straight forward.
I see that you have a "test" folder in here. How do you run these tests? If this module is used in application code, how do you manage to run these tests from the application "test"?
I use play (1.3) regularly now and I can seem to come up with a good way to manage tests in my modules. Writing junit tests for applications (not modules) though is straight forward.