I tested the database connection by servlet, then I think I config hibernate right.
Type: Posts; User: Fang; Keyword(s):
I tested the database connection by servlet, then I think I config hibernate right.
I'm trying integrate Java + Flex by using blazeDS.
Here, one of method in my class that flex remote to:
public List<Contact> findAll() {
Session session = sessionFactory.openSession(); //...