Nice videos to get started on juice. Good separation of context. So viewers are motivated to view one part at a time(if they want) and proceed if they like the part.
I have an issue with the example. In the very example youdiscussed, the 'flightID' and 'clearance' could have been passed as part of the method call. As per my understanding, only behaviours should be injected, not the data. Data should be passed as parameters to the functional methods. Please let know if my understanding is incomplete/incorrect.
I am Very eager to Use ScenarioScoped Dependency Injection in Cucumber using guice. Can you assist me on this. i have used ScenarioScoped in Spring Dependency Injection Framework. I want a Object to be intantiated for each Scenario
This one on assisted inject is fine to get a high level idea but the code is incomplete. I can't follow along with code and so there is some detail and relevance that is lost because of it.
Nice videos to get started on juice. Good separation of context. So viewers are motivated to view one part at a time(if they want) and proceed if they like the part.
Thanks, great videos.
Very useful tutorial videos. I've seen the 4 videos about Google Guice, and is very well explained. Thanks buddy, and continue sharing your knowledge!
I have an issue with the example. In the very example youdiscussed, the 'flightID' and 'clearance' could have been passed as part of the method call. As per my understanding, only behaviours should be injected, not the data. Data should be passed as parameters to the functional methods. Please let know if my understanding is incomplete/incorrect.
I am Very eager to Use ScenarioScoped Dependency Injection in Cucumber using guice. Can you assist me on this. i have used ScenarioScoped in Spring Dependency Injection Framework.
I want a Object to be intantiated for each Scenario
This one on assisted inject is fine to get a high level idea but the code is incomplete. I can't follow along with code and so there is some detail and relevance that is lost because of it.
Hi +Jason Kilgrow, I put the code on gitHub at github.com/mvpjava/google-guice-tutorials hope this helps you
Can you share the source code please?