blazeds Questions

3

I need to send a email in async way while saving the data into DB. My approach was like this. //I have tried with service layer annotating.But not worked. @EnableAsync class MyService{ public ...
Pimp asked 6/4, 2017 at 2:25

4

Solved

we are integrating the java blazeds hibernate with flex project..First we tested the pure java hibernate in eclipse and it is executing fine. But when we put the same in tomcat for flex integration...
Selfexamination asked 24/1, 2013 at 6:16

7

Solved

Does anybody know if Adobe has a maven repository to download the latest BlazeDS artifacts from? I only can find the "older" versions of BlazeDS in the central mvn repository. The other option is ...
Pinstripe asked 22/1, 2011 at 18:4

5

Solved

I was wondering if any of you out there knows where I can get really good training material (videos, examples, etc) on Flex - Java Data Services (BlazeDS would be ideal) besides the ones offered di...
Shcherbakov asked 26/2, 2009 at 18:30

7

In an Adobe flex applicaiton using BlazeDS AMF remoting, what is the best stategy for keeping the local data fresh and in synch with the backend database? In a typical web application, web pages ...
Legault asked 20/9, 2008 at 13:2

3

Solved

I am currently using BlazeDS and covet the features of LCDS, but am never going to ask my customers to pay the $$$. Therefore I am considering starting to build these capabilities myself, usi...
Transpacific asked 16/12, 2010 at 23:45

2

Solved

Anyone have any experience evaluating BlazeDS and GraniteDS? I'm curious about which is better at integrating with Spring/Hibernate.
Lavern asked 9/1, 2009 at 20:31

8

I have a flex client that makes service calls to a tomcat server running BlazeDS. I would like to gracefully handle server session timeouts in this environment. I do have security constraints on t...
Adiel asked 11/11, 2008 at 17:47

3

Solved

My team are putting together a proof-of-concept Flex application sitting on top of a Spring-based server using BlazeDS. We do quite a lot of date calculations, so we use Joda Time extensively thro...
Neruda asked 29/10, 2010 at 14:54

3

Solved

I'm using BlazeDS to connect Flex with Java. I'm having trouble passing ArrayLists of custom objects from Flex to java. I have two objects, one is called Category, the other Section. A Category h...
Haakon asked 16/4, 2009 at 20:53

5

Solved

I'm using BlazeDS to remote some Java objects that I'm consuming in a Flex application. I'm getting a type coercion error with one of my classes that I can't for the life of me figure out. I have o...
Faxon asked 11/6, 2009 at 6:24

3

Solved

We've got a Flex/Java application using BlazeDS and we're investigating reducing the size of the payloads being passed between our server and the client. Since AMF is a binary format and supposed ...
Ascribe asked 4/10, 2010 at 6:42

4

Solved

When pushing objects from ColdFusion to Flex via BlazeDS, and mapping the classes using RemoteClass... [RemoteClass(alias="blah.blah")] ...is it possible to have ColdFusion "Arrays" (or some Ja...

3

Solved

I am using BlazeDS for data-push feature in my Flex application project. From the official tutorial, Getting started with BlazeDS, it shows messaging example with producer/consumer from API. but h...
Lagomorph asked 9/12, 2009 at 9:47

3

Solved

I'm writing a Flex app on top of a Java web application using BlazeDS. BlazeDS has logging inside of it, but I want to set it up to Use the same logging framework I have in my application. Is the...
Jury asked 9/4, 2009 at 14:27

2

Solved

I have a little prior experience with Spring framework and Flex, but never used them together. I'm starting a new project and would like to use Spring and Flex. I noticed that there is some special...
Adriene asked 13/1, 2010 at 21:12

4

Solved

I've exposed a Spring bean to my Flex app via BlazeDS. In my Java code I return strongly typed lists. e.g. public List<Folder> getFolders(String path) { return dao.getFolders(path); } The...
Tessy asked 18/11, 2009 at 15:25

3

Solved

Actionscript supports a [RemoteClass] metadata tag that is used in BlazeDS to provide data-binding hints for marshalling AMF binary objects from Java to BlazeDS. For example: Java: package sampl...
Polyzoan asked 4/11, 2009 at 4:28

2

Solved

My current development stack is MySQL + iBatis + Spring + Spring BlazeDS Integration 1.01 + BlazeDS 3.2 and Flex 3 with Mate 0.8.9 framework. Now Flash Builder 4 beta 2 is out. There are cool featu...
Whiffen asked 13/10, 2009 at 23:19

7

Solved

What material did you use to learn Flex/Air itself, and with ColdFusion + BlazeDS/LCDS?
Resolution asked 8/9, 2009 at 18:48

1

Solved

I am confused about authentication with BlazeDS. Most of the few examples I have found for authentication and authorization in BlazeDS and consequently Java Servlets in general make use of HTTP bas...
Fragrance asked 28/3, 2009 at 3:29

3

Solved

I have the feeling that is easy to find samples, tutorials and simple examples on Flex. It seems harder to find tips and good practices based on real-life projects. Any tips on how to : How...
Autogenesis asked 18/9, 2008 at 19:28

4

Solved

I'm doing a tech review and looking at AMF integration with various backends (Rails, Python, Grails etc). Lots of options are out there, question is, what do the Adobe products do (BlazeDS etc) th...
Inexplicit asked 16/9, 2008 at 21:15
1

© 2022 - 2024 — McMap. All rights reserved.