Thanks for your input, it made me comfortable but below description from hibernate.org "Proxy Visitor Pattern" was really helpful.
In Hibernate, lazy loading of persistent relationships and...
Type: Posts; User: manjusingh; Keyword(s):
Thanks for your input, it made me comfortable but below description from hibernate.org "Proxy Visitor Pattern" was really helpful.
In Hibernate, lazy loading of persistent relationships and...
i keep listening PROXY word so often, while reading forum topic, while reading document for Spring or Hibernate. I have little understanding of this. But, can someone throw some light on What exactly...
I was digging more for configuring MDP with Websphere v6.0. But, I could not find any resources. I will be honored if someone share some resources/link to make MDP run on Websphere ....
Any pointer for running/configuring MDP (Message Driven POJO) under Websphere App Server. What I mean is when Websphere server starts, I want to establish connection for MDP with QCF and Queue which...
Is it possible to Configure Spring to use Websphere Default Messaging JMS Provider? I dont want to use Webspheer MQ/IBM MQ Series.
Thanks gschmutz, now I am able to insert the records.
I am trying to figure out to use best Transaction approach, digging into interceptor and others approach for my application.
I am sure, the transaction is not committing.
Any pointer to fix this problem will be of great help.
I am trying to insert the record to DB using org.springframework.orm.hibernate3.HibernateTemplate. Everything is going fine no error on the console but when I try to see the record in the DB no...
I am using struts -> Java Object (business Tier, e.g. Spring) -> Hibernate.
General practice for sendnig data to DAO is through DTO/VO for coarse grain data transfer. With hibernate we have POJO...
I am using struts -> Spring -> Hibernate.
General practice for sendnig data to DAO is through DTO/VO for coarse grain data transfer. With hibernate we have POJO which is same as DTO. Is it good...