hi everyone. i'll develop application in weblogic and the architecture is spring + SLSB + hibernate.. but i don't know how call a hibernate method.
so i thouht two kinds of way
1. using spring ORM
2. using sessionFactory of hibernate
which is the better architecure? and where can i find a good information?


Reply With Quote