service « flex « Java Enterprise Q&A





1. Explicity mapping between ActionScript and Java objects for the BlazeDS Messaging Service    stackoverflow.com

The BlazeDS documentation shows how to explicitly map between ActionScript and Java objects. For example, this works fine for RPC services, e.g.

import flash.utils.IExternalizable;
import flash.utils.IDataInput;
import flash.utils.IDataOutput;

[Bindable]
[RemoteClass(alias="javaclass.User")]
public class User implements IExternalizable {

 public ...

2. Blazeds service time stats    stackoverflow.com

My Application : I have java remoting services(more then 25) on my (Tomcat BlazeDS)server which are called from my Flex client application. My Requirment : I need ...

3. Web services creation and consumption    stackoverflow.com

I'd like to learn how to create a java web service that can be consumed by a web tier, which is constituted of java and flex.

  1. What books can help me ...

4. How to access the Principal from a Java service object without using FlexContext?    stackoverflow.com

We're building some Java objects that are exposed via BlazeDS to our flex client application. So basically the BlazeDS messagebroker servlet instantiates and invokes methods on these objects in response to ...

5. Exactly how many users can Support Blazeds Messeging service ? for much user support what we need to do(pooling)?    stackoverflow.com

I designed one On line Trading Application, which uses blazeds & jetty, in that i used AMF-LongPooling as channel, with following parameter, Here is the problem is Each message is not reaching all ...

6. Software evaluation licensing for Web Services    stackoverflow.com

We have developed a web application. (Eclipse - Dynamic Web Project). We are deploying it as .war file. We want to implement evaluation period license check on this .war file. (Most ...

7. Is using BlazeDS as a web service proxy secured enough?    stackoverflow.com

I have a flex application that talks to a Java server using BlazeDS (remote objects). I have a new requirement that requires me to connect to a third party web service (SOAP). Because ...

8. Making multiple asynchronous calls to fetch result from multiple services in the single click of a button in flex?    stackoverflow.com

In one of our project we are using flex for front end, blazeds/java in the backend. Its an existing code where services are prewritten. I have to make calls to 3 ...

9. When connecting an Adobe Flex front-end with a Java back-end, the service I created is not shown in the data wizard    stackoverflow.com

When trying to connect to the service using a data wizard, no services show on the list. So I tried to write a bit of code manually to do it for me ...





10. want to browse an image and then send it to data base using flex and webservice java    stackoverflow.com

want to browse an image and then send it to data base using flex and webservice java

11. How to overcome "No destination with id '' is registered with any service"    stackoverflow.com

Hi Everyone i am looking for suggestion about the error called "No destination with id '' is registered with any service." this error is coming when i try to connect the ...

12. Access Service layer without Blazeds in Flex    stackoverflow.com

I am newbie in flex. I am basically java backend developer. I have existing flex application with blazeds. I write service layer in java which communicates with blazeds. Now there is a ...

13. Unable to retrieve value from java web service response in Flex    stackoverflow.com

I am trying to read data from the java web service from flex mxml/action script, seems like the call i.e request/response is successfully but when unable to read the value from ...

14. Best Practice for flex consuming Java web services    stackoverflow.com

We are planning to use flex and Java Web Services, what is the best practice to consume web service from flex is it better to directly call the web service from ...

15. Null value while retriving data from java webservice in Flex    stackoverflow.com

I am trying to read data from Java web service from flex 4.5 actionScript. I used dataService creator so I've got webService generated objects. The response is always successful but some ...

16. Flex - Blaze DS Service retry    stackoverflow.com

We have a flex application integrated with java-spring using BlazeDS. The application provides the user a JMS interaction screen where the user has to enter parameters like url and queue details ...





17. WebServices and Flex    forums.netbeans.org

Hi All, Im developing a Flex Application with netbeans 6.7, spring + hibernate+ tomcat. Im making the data access layer with webservices but I dont know how to expose the webservices ...

18. Flex with J2ee    coderanch.com

19. How to acces Web Service in off line from flex    coderanch.com

Hi Guys I'm new to Web Services.....Is there any way to access web services through offline (Without server).In front end there are two options like online mode and off line mode.When the user clicks on the off line mode every thing(all the screens which are designed in Flex Application) will get down load to local system there they need to interact ...