RE: [flexcoders] dynamically loading components

2006-05-11 Thread Venu Vasireddy
Please try with swfLoader.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ROUSSELIE David ROSI/SIFAC Sent: Thursday, May 11, 2006 8:40 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] dynamically loading components   I'm trying t

RE: [flexcoders] Flex & Action Script 2.0 Related Books & Sites

2006-03-23 Thread Venu Vasireddy
  ActionScript 3.0  guide   http://livedocs.macromedia.com/flex/20beta1/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=2352.html   Similar one exists for Flex and MXML programming.     From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogr

RE: [flexcoders] Re: Flex Messaging or J2EE Messaging

2006-03-22 Thread Venu Vasireddy
s approach? --- In flexcoders@yahoogroups.com, "Venu Vasireddy" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > > > I need your opinion regarding one design decision. > > > > Our Flex 2.0 based system needs to exchange messages with e

[flexcoders] Flex Messaging or J2EE Messaging

2006-03-22 Thread Venu Vasireddy
team to use J2EE messaging for external message exchange and Flex messaging for intra client conversations.   Your opinion is highly regarded.   Thanks Venu Vasireddy Architect       -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Flex Messaging

2006-03-22 Thread Venu Vasireddy
Hi,   As per Flex 2.0 documentation, messaging is limited to “Topics” – i.e. Producer – subscriber type of messaging.   Is Point to Point messaging (Queue) not available in Flex 2.0 Messaging?   -Venu       -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/f

RE: [flexcoders] What is the basic flow of Flex?

2006-03-21 Thread Venu Vasireddy
Over simplification of RIA (FLEX 2) is 1. MVC (Model, View and Controller) exists in Client (MXML for Visual design and Action scrip for maintaining state) 2. MC and exists on server (Every thing J2EE /XML) Value objects plays important role of synching data on client (brower/Falsh player) and se

RE: [flexcoders] Flex2.0: MXMLC compiler is a big pain during migration from 1.5 to 2.0

2006-03-21 Thread Venu Vasireddy
Using command line compiler may help (like Ant compilation even better – makes sure every file is compiled).   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Nel Sent: Monday, March 20, 2006 3:41 PM To: flexcoders@yahoogroups.com Subject: Re: [

RE: [flexcoders] Re: Cairngorm Framework with Flex 2.0

2006-03-15 Thread Venu Vasireddy
Perhaps newer version of Cairngorm may better address this - guleing data services with client state better. > > > > > From: Brian O'Connor [mailto:[EMAIL PROTECTED] > Sent: Wed 3/15/2006 11:57 AM > To: Venu Vasireddy; flexcoders@yahoogr

RE: [flexcoders] RE: Cairngorm Framework with Flex 2.0

2006-03-15 Thread Venu Vasireddy
- guleing data services with client state better.   From: Brian O'Connor [mailto:[EMAIL PROTECTED]Sent: Wed 3/15/2006 11:57 AMTo: Venu Vasireddy; flexcoders@yahoogroups.comSubject: RE: [flexcoders] RE: Cairngorm Framework with Flex 2.0 It is very much still a relevant and useful framework

RE: [flexcoders] RE: Cairngorm Framework with Flex 2.0

2006-03-15 Thread Venu Vasireddy
® 888/ \888 88/ / \88 8/ /8\ \8 / /888\ \ \8\ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Venu Vasireddy Sent: Wednesday, March 15, 2006 2:13 PM To: flexcoders@yahoogroups.com Subject: Cairngorm Framework

[flexcoders] Cairngorm Framework with Flex 2.0

2006-03-15 Thread Venu Vasireddy
Hi , Anybody using Cairngorm Framework with Flex 2.0? In perticular with FES data services? Thanks Venu Architect -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yah

[flexcoders] RE: View helpers

2006-03-13 Thread Venu Vasireddy
Title: [flexcoders] File - flexcodersFAQ.txt It decouples the presentation tier with business tier. So from JSP you never has to access EJB or DAO directly, It is done through "View Helper" in the form bean (JSP usebean) or as JSTL tags.   But with MVC, JSP never have to access busines