Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Just finished a Struts 2/Spring app. Hey, I had to cover tuition somehow.

The biggest problem with the entire stack is that every piece would rather overengineer a solution to a small part of the problem, instead of giving us a simple solution for the whole thing.

Look, just have a stock web.xml, and don't touch interceptors. Instead, put together a single, coherent system for dispatching a URL to the right object, and the same for security requirements. If you need more, abstract once, there for the URL. That's it.

After months of reading through crap documentation (Hibernate, I'm looking at you), it's obvious that the frameworks are 90% of the problem, and your actual set of requirements are the last 10.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: