BlazeDS « JPA « Spring Q&A





1. Flex Java BlazeDS Dashboard - use Spring/JDBC or Hibernate?    stackoverflow.com

I am developing a IT Monitoring Dashboard for the company I work at. The system will primarily perform monitoring of files, databases and servers. There will be a small part of ...

2. Simple file upload using Flex UI and Spring/Hibernate/BlazeDS backend?    stackoverflow.com

I'm new to Flex and BlazeDS and I'm trying to implement a simple application which uses Flex on the front end and a Spring/Hibernate application on the back end, with communication ...

3. Flex 4 - BlazeDS - Spring - Hibernate: how to "call" client when some server treatments are finished?    stackoverflow.com

This is what I would like to do: in my database, there are some elements associated with the treatment delay. From the Flex client, I want to alert when these elements ...

4. flex BlazeDS spring hibernate    stackoverflow.com

I try to start JEE, so after studying the frameworks avalaible for this architecture, i choose to use the following one: Flex, BlazeDS, Spring, Hibernate, mysql. i will work with eclipse ...

5. flex blazeds spring jpa hibernate under eclipse project    stackoverflow.com

I'm looking for a tutorial where the following technologies: flex blazeds spring jpa hibernate are use into eclipse to create a JEE web dynamic project.

  • I wish that the jpa ...

6. Spring+Hibernate+Blazeds null error when using Flex client    stackoverflow.com

My problem is simple, when i run methods from my EventService from standalone app (by using ClassPathXmlApplicationContext in main() ) everything works fine.

@Service
@Transactional(readOnly = true)
public class EventService {
   ...

7. Spring/Hibernate/BlazeDS LazyInitializationException    forum.springsource.org

Spring/Hibernate/BlazeDS LazyInitializationException Hi there, I am currently developing an application which uses Spring 3 and Hibernate 3.5 for my backend and Flex 4 and BlazeDS 4.0 for my frontend. I have ...