Server side alerts for client side app
Posted
by jpwagner
on Stack Overflow
See other posts from Stack Overflow
or by jpwagner
Published on 2009-08-28T18:16:44Z
Indexed on
2010/06/12
18:02 UTC
Read the original article
Hit count: 252
Here's the scenario:
User interacts with Adobe flex webpage to configure reports based on some data stored server side. They configure their view and have THAT view emailed to them daily.
I've got the report builder, the part I'm trying to figure out is how to render the report server side and send it out as email (native flex functionality? convert to html? take screenshot? assume something is running client side?...)
Please help me with some ideas.
Thanks!
© Stack Overflow or respective owner