Has anybody run across a Java/Java EE framework which causes problems if used with Scala?
Has anybody run across a Java/Java EE framework which causes problems if used with
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Don’t know of a specific one, but any pre-Java 5 framework that uses raw types may cause trouble at some point in Scala, especially if you have a raw type in the hierarchy of a class you must implement. Here are a few questions related to this issue: