blazeds

Flex Messaging Security

本小妞迷上赌 提交于 2019-12-04 19:41:39
I'm trying to create a module for a flex application, and I want to send notifications to clients. I've been looking at the BlazeDS messaging service to push out the notifications to clients, but I want to be able to send certain updates to certain clients. The Flex notification framework doesn't seem to allow this - if we have a field in the message with a value of the user's user id for example, any client could theoretically subscribe to all messages for any given user id, and there's no verification on the server side to make sure that the client that has subscribed is logged in as that

One Flex client connecting to two webapps using BlazeDS - Detected duplicate HTTP-based FlexSessions

笑着哭i 提交于 2019-12-04 19:36:00
I have a flex application that communicates via BlazeDS with two webapps running inside a single instance of Tomcat. The flex client is loaded by the browser from the first webapp and all is well. However on the initial call to the second webapp the client receives the following error: Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly. Subsequent calls to the same service method succeed. I've seen a few posts around referring to the same error in the context of two

Adobe BlazeDS 4 artifacts maven repository?

核能气质少年 提交于 2019-12-04 10:52:45
问题 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 to deploy the downloaded BlazeDS jar files from the Adobe website into my local repository but it would be nice when Adobe provides the artifacts via a maven repository. 回答1: No, Adobe does not have a maven repository for BlazeDS. This thread can help. You can find BlazeDS 4 in the Spring maven

Custom Marshalling from Java to Flex via BlazeDS

孤者浪人 提交于 2019-12-04 08:20:42
问题 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 throughout the code and in our domain model. We're now trying to figure out how we can continue to use Joda Time in our DTOs that are sent back-and-forth with the Flex frontend via BlazeDS. Our goal is to use the Actionscript 3 data type Date on the Flex side and have that map to our use of Joda time's

What material did you use to learn Flex/Air, and with ColdFusion + BlazeDS/LCDS? [closed]

隐身守侯 提交于 2019-12-04 07:26:59
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . What material did you use to learn Flex/Air itself, and with ColdFusion + BlazeDS/LCDS? Henry Flex in a Week http://www.adobe.com/devnet/flex/videotraining/ FLEX tutorials PDF http://henrylearnstorock.blogspot.com/2009/05/excellent-flex

How do you share Spring beans between different Spring contexts?

喜夏-厌秋 提交于 2019-12-04 03:41:54
问题 We have an application which uses Spring BlazeDS integration. So far we have just been using Spring and Flex, and it is working fine. We now have a requirement to add some Spring MVC controllers as well. The Spring BlazeDS documentation states that the way to do this is to declare two sperate contexts in the web.xml , as follows: <servlet> <servlet-name>flex</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class> <load-on-startup>1</load-on-startup> <

Any Flex 4 migration experience?

馋奶兔 提交于 2019-12-03 17:55:33
问题 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 features like Data Centric Development (DCD), form generation etc... Do you know how Spring Blazeds Integration works with BlazeDS 4? What about Mate? Is there any issues with Flex 4 ? How DCD suits with mate eventmaps. I know it is better to try it out myself but I just want to check if somebody ever

Flex best practices? [closed]

末鹿安然 提交于 2019-12-03 12:47:48
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 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 to write maintainable actionscript code How to ensure a clean

BlazeDS vs. GraniteDS [closed]

こ雲淡風輕ζ 提交于 2019-12-03 09:10:48
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . Anyone have any experience evaluating BlazeDS and GraniteDS? I'm curious about which is better at integrating with Spring/Hibernate.

hibernate properties not found

送分小仙女□ 提交于 2019-12-03 07:42:27
问题 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 with blazeds it is showing the following error.this is the only error. Jan 24, 2013 11:31:31 AM org.hibernate.cfg.Environment <clinit> INFO: Hibernate 3.2.6 Jan 24, 2013 11:31:31 AM org.hibernate.cfg.Environment <clinit> INFO: hibernate.properties not found Jan 24, 2013 11:31:31 AM org.hibernate