The typical "enterprisy" projects I'm working on are classic
Maven/Hibernate/Spring. For these projects, what I can imagine to be a
natural step is to implement a Spring bean in a few Scala classes. For
something Scala excels in - say writing a simple file parser using regex
pattern matching.

And because it's dependency injection, everybody uses it without any need to
know about Scala. In the end it will prove its efficiency and usefulness.
And it's not too difficult to convince the project managers to start with
Scala this way : it has a limited, isolated, scope and can be rewritten if
it doesn't work out.

However, is it possible to modify an existing pom.xml file so it can compile
and run both Java and Scala code ?

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to