What techniques would you use for a next generation java web application?
- by jakob
I'm working at a site similar to Foursquare and Yelp, with approximately 100000 unique requests each week that generates content, growing steadily. We are currently using:
Seam as Java web framework.
MySQL as DB
Hibernate as ORM
Hibernate Search as Index
EhCache for Caching.
Since our site is slowly growing out of the current setup and has a…