1. Java Hibernate Memory leak stackoverflow.comI'm developing a Flex application with BlazeDS and I'm experiencing memory leak when using java to query from MySQL in hibernate. Can anyone tell me how to deal with this memory ... |
2. How to implement Flex front end with back ends of Java hibernate and JPA? stackoverflow.comI have a designed a back end solution with Java Hibernate and JPA. Now I want to implement it with Flex front end. How shall I do it? Is it possible ... |
3. Java Hibernate and servlets with Adobe Flex + Model View Controller Pattern? stackoverflow.comI am preparing a document for a project. The project's backend is developed in Java, frontend is adobe flex. I am not sure about the correct way of describe the project ... |
4. in Flex, what is the best way to detect if the os came back from standby/hibernate/sleep? stackoverflow.comI need to be able to tell when the os has came back from sleep/hibernate/standby. Problem I'm having is that I have a timer that needs to fire at certain time. The ... |
5. I cannot show returned java class data in AdvanedDataGridColumn of Flex AdvanedDataGrid stackoverflow.comall guys I am developing with Flex + java + hibernate in one project. I am trying to add one more advanceddatagridcolumn in flex AdavanedDataGrid control. Actually it work very well but only except ... |
6. Should I use DTOs or domain objects in flex when connecting to blazeds/java/jpa using remote-services? stackoverflow.comI am working on an Adobe Flex front-end with a Java back-end using JPA for persistence. The protocol I am using is remote objects (AMF) implemented with BlazeDS. I started out with ... |
7. Using hibernate with Adobe flex forum.hibernate.orgI'm trying to develop an application with Adobe Flex 2.0.1 and Hibernate. I'm using the last version of hibernate. I have an hibernate mapping defined with some properties and a relationship: |
8. Flex + Java + Hibernate forum.hibernate.orgHi All, I am facing a peculiar problem while saving the data. Below is the detailed explanation what I am doing. I always get the problem as "a different object with the same identifier value was already associated with the session" But the above error does not come when I try to save the same object from java. Below is the ... |