Thanks Tracy, That's something that I'll have to play around with down the road.
-TH --- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > I have not set up parallel access paths so that I could benchmark these > protocols. Intuition tells me that the extra data load and extra parsing > that must be associated with SOAP messages must make that a little > slower. But I must also say that both methods are very fast and would > not let theoretical performance differences be the primary deciding > factor. > > > > In my case, I have found retrieving and manipulating pure xml to be much > simpler than dealing with web services and soap. > > > > Tracy > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Tim Hoff > Sent: Tuesday, October 03, 2006 10:46 PM > To: [email protected] > Subject: [flexcoders] Re: SQL Server and Flex 2 > > > > Tracy or anyone, > > Not to change the subject; just extend it a bit. Have you noticed a > significant performance gain using HTTP over webservices? My > testing is purly local at this time. So, I'm interested what others > have experienced in a production environment. > > -TH > > --- In [email protected] <mailto:flexcoders% 40yahoogroups.com> > , "Tracy Spratt" <tspratt@> > wrote: > > > > But unless you need FDS(Flex Data Services) you do not need a J2EE > > server. > > > > Also consider using FOR XML [raw, auto, explicit] with XML over > > HTTPService to talk to Flex. > > > > Tracy > > > > -----Original Message----- > > From: [email protected] <mailto:flexcoders% 40yahoogroups.com> > > [mailto:[email protected] <mailto:flexcoders% 40yahoogroups.com> > ] On > > Behalf Of Dimitrios Gianninas > > Sent: Tuesday, October 03, 2006 10:00 PM > > To: [email protected] <mailto:flexcoders% 40yahoogroups.com> > > Subject: RE: [flexcoders] SQL Server and Flex 2 > > > > Hi, > > > > To answer your last question, Flex doesn't run on IIS. You will > need to > > either purchase a Java web server or use of the open-source ones > (JBoss, > > Tomcat, etc...). Thats where you will deploy your Flex app and > then it > > can talk to your Web Services or load ASP pages running on IIS. > > > > See the posts from others before me for further info. > > > > Dimitrios Gianninas > > Optimal Payments Inc. > > > > > > > > -----Original Message----- > > From: [email protected] <mailto:flexcoders% 40yahoogroups.com> > on behalf of Joe > > Sent: Tue 10/3/2006 5:23 PM > > To: [email protected] <mailto:flexcoders% 40yahoogroups.com> > > Subject: [flexcoders] SQL Server and Flex 2 > > > > Okay, > > I'm pretty new to the Flex scene and am very impressed with the > > development so far. My company is wanting to start developing a > > database application using an Ajax technology and realize I'm a > little > > behind the curve since Flex applications don't access data like the > > .net applications I normally develop. We've already bought Flex > > Builder 2.0 and I am being pushed to develop there. > > > > So far the interface design and interaction development I'm > catching, > > but with the data access I'm lost. > > > > Does anyone have any idea where to begin? I've tried browsing the > > forums and just keep getting more confused, and all of the examples > > I've found on the web don't use IIS/MSSQL. > > > > Please Help! > > > > Thanks > > > -- 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 <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

