This is a single archived entry from Stefan Tilkov’s blog. For more up-to-date content, check out my author page at INNOQ, which has more information about me and also contains a list of published talks, podcasts, and articles. Or you can check out the full archive.

Java might be simple

Stefan Tilkov,

Russell Beattie writes about the usefulness (or lack thereof) of complex Java design patterns and frameworks for simple systems. His argument is that using plain JSP + JSTL SQL custom tags will be just as productive as using PHP. I agree with the fact that a lot of well-designed, J2EE-design patterns-conformant systems really shouldn't be - the best example is TSS, which runs on top of a J2EE cluster, uses the full J2EE stack, and is worse than even the simplest PHP community software out there. J2EE is nice, but that doesn't mean you should use it for everything.