> I actually quite like some of the Mime email templating and the SQL template > approach. I'll gladly use spring for this - it all still feels very > functional despite the lack of closures.
SQL template is decent, though I suspect many of us did the same before (converting checked exceptions to non-checked and using generified RowMappers). It does not go quite far enough, i.e. loading SQL from external files so you get around the annoying limitation of single line strings in Java. > But the whole refactoring-hating weakly-typed reflective dependency > injection framework? I'll avoid that like the plague... Yeah unfortunately we've got that particular pandemic at work, still trying to come up with an antidote that works on everyone. :) -- 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.
