Add scala capabilities into an existing EJB eclipse project
I have an existing EJB project set up in Eclipse Helios, and would like to slowly introduce Scala into the project. The Scala IDE has been installed successfully, and I'm able to create standalone scala project. The issue however comes when trying to use my existing project with scala additions. I've went as far as manually editing the .project, .classpath, and related files under .settings of the project's home directory for eclipse. However I still have the issue where the Java compiler tries to compiles .scala classes, which results in errors and ultimately not being able to build the