2
votes
How do you maintain java webapps in different staging environments?
I just use different Spring XML configuration files for each machine, and make sure that all the bits of configuration data that vary between machines is referenced by beans that load from those Sp …
6
votes
What is the best way to present data from a very large resultset?
It seems like this is a natural place to use pagination of your Hibernate results -- run the query at the Servlet level, and paginate results in a way similar to how this person describes:
…
1
vote
How to add /usr/share/java libs to webapp’s classpath?
According to the Tomcat classloading documentation, you need to put any shared libs that should be avail …
