what we are planning to do is we want a single project but want to use three different frame works to-gather, so is it a good idea or can this is achievable ?
we have already project build up with spring and hibernate but we want to extend it with jdbc template.
please guide on common quetions like -New Session factory required or not ? -Can we use pojos with hibernate annotations with jdbc template or we have to create new one ? -Will this create problem on performance if average is 500 users at a time ?
Thanks in advance.