Hi!
I have a personal project - a web mashup which uses multiple REST-Apis and Webservices, which I would like to program using scala, mostly because I would like to use it as a pet project for learning this language. However, it is possible that the project grows and that other java programmers contribute to it. Furthermore, I would like to code some features using java, which I know better. Therefore, I was thinking of using a Java Framework which can play nice with multiple view technologies (the mashup involves basic image editing, therefore, it would include a Flex-Air client).
I was thinking of using Struts2 (mostly because it is widely used and it would look good on a resume) or eventually Spring / Seam.
Has anyone already tried this: Using a Java Framework with Scala and having both Java and Scala classes. Is it doable on a productive environment or should I just completely forget it and become proficient enough in Scala and use something like Lift?
Thanks you very much in advance!