Yes I think is is truly necessary. Because apart from the jpeg images this jsp page will contain also _javascript_ code that will enable the graph to communicate with the flex app and also perform other graph related actions.
 
Serguey


From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Trice
Sent: Wednesday, July 26, 2006 1:16 PM
To: [email protected]; [email protected]
Subject: RE: [flexcoders] Problem to embed a JSP page in Flex

Is it truly necessary to embed a jpg to achieve this?  What format are the actual dynamic graphs?  I assume that they are images embedded within the jsp.  If they are jpg images, then they can be requested directly from the flex application.  You can create a servlet that creates and returns the graph jpg, and render that directly within your Flex 1.5 application.  This will get rid of a lot of that "quirky" behavior.
 
-Andy
 

_____________________________________

Andrew Trice

Cynergy Systems, Inc.

http://www.cynergysystems.com

Blog: http://www.cynergysystems.com/blogs/page/andrewtrice

Email: andrew.trice@cynergysystems.com

Office: 866-CYNERGY 

 



From: [EMAIL PROTECTED]ups.com on behalf of KOT_MATPOC
Sent: Wed 7/26/2006 5:15 AM
To: [EMAIL PROTECTED]ups.com
Subject: [flexcoders] Problem to embed a JSP page in Flex

Hello,

I need to display some dynamically generated graphs in our flex
application. We currently use Flex 1.5. We use some graph building
API which is written in Java and JSP. Basically we have a jsp page
that builds the graphs dynamically using some Java API. Now we need
to integrate these graphs with our Flex application. I came accross
this article http://coenraets.com/viewarticle.jsp?articleId=95 which
suggests to use an html iframe. This could be the solution, but when
I put it into our application, it starts to behave strangely - after
the second time I load I can't see any dynamically generated jpeg
images anymore.
My question is - is there any other solution that could help us embed
a jsp page within out flex application? I came accross DENG, did
anyone try to integrate it with Flex? Can DENG behave as a Flex
component?

Did anyone have a similar problem?

Please, help, this issue does look complicated.

Thanks a lot,

Serguey

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





YAHOO! GROUPS LINKS




__,_._,___

Reply via email to