Is anyone using Hibernate in multiple projects? In multiple projects that have a common JAR to them? I’m on the verge of insanity here.. posting anywhere I can to try and find a solution.
To make a really complicated story very short.. I want to have a CommonTools project that has various hibernate classes and their configs all packaged together, since a lot of my applications use these classes. Why duplicate them all over the place.
Has anyone done this?