Thanks Cameron...
I use MyEclipse which has extensive Hibernate capabilities, including a Hibernate perspective with an HQL interface.
However, MyEclipse doesn't help detect one to many relationships and doesn't, by default (or at all?) use annotations, so, for learning at least, I still want to use regular XML files.
In the "Beginning Hibernate, from Novice to Professional" book, they state that annotations aren't the solutions for all situations so XML configuration files still are still needed.
While I can't really debate whether this is true, I'm still stuck trying to find a source that has a problem-solution approach that starts at the beginning using XML configuration files.
With all the learning required to scale Hibernate (a proprietary solution), I'm wondering if straight
JDBC, while it takes longer, isn't a reasonable solution.
Thanks again for your reply.
Mike