|
|
|
|
|
by Stormbringer
5595 days ago
|
|
But I think this argument with respect to Java is flawed anyway, or was for a long time. EJB 3 and JPA is enormously much better, but back in the bad old days of J2EE you had these 'no go areas' anyway. You kind of slapped a couple of interfaces down, and then hoped that the magic code generator of the App Server would do the right thing (if configured properly). How is that any different from having a "if you don't know what you're doing, don't mess with these bits" area for the Scala stuff to sit in? J2EE isn't the only example of this. Plenty of frameworks had their 'here be dragons' sections, the fiddling with which was considered a dark art. |
|