-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scalext and Spring #7
Comments
I have no experience with Spring but the solution should be framework independent. Creating something similar as My suggestion would be to create a trait which you can apply to the
I have no idea if this is possible with Spring or the load time weaving option, would this work with your project? |
SOmething like this might work, I'm going to play around with it and see. |
Any news on this or anything i can do to help? |
Not yet, I actually went with the javascript routes for the time being, on On Mon, Aug 12, 2013 at 3:00 PM, Roy van Kaathoven <[email protected]
Erich Oliphant "There are, in fact, two things, science and opinion, the former begets |
I'm gonna work on a Google Guice implementation using this Guice Module, i think it should also work with Spring with only a few modifications. |
Hi again, I'm using the spring framework as well in my app, and have realized that It may be difficult to have a Scalext @Remotable class/method also say get @Autowired correctly by spring. I'm using the apporach of creating a Global in play, and overriding getControllerInstance. I poked around in the code and you're of course doing a direct loadClass().
I'm thinking about doing some forking and hacking, but before I start do you have any suggestions in terms of an approach? I haven't had to do it in while, but I think one 'quick and dirty' approach would be to use Spring's load time weaving option, but this seems messier than I'd like lol
The text was updated successfully, but these errors were encountered: