[flexcoders] Problem with the Flex CRM example when ran on AMF

2006-07-11 Thread flashorbman
I tried to change the channel used for the Flex CRM example from RTMP
to AMF and now I experience a problem on the initial application load.
The problem happens only when polling is disabled. The problem can be
easily reproduced with the following steps:

1. change the default channel to "my-amf" in
data-management-config.xml to look as the following:




2. Make sure polling is disabled in services-config.xml:



 false



Re-run the example and you will get this (i slightly modified mxml to
get more data about the error): 
http://tinyurl.com/hqdyx

Is this a known problem? Is there a workaround *without* enabling polling?

cheers,
Joe







 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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/

<*> 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/
 





[flexcoders] Re: WebORB for Flex 2.0 final

2006-07-07 Thread flashorbman
Hi Jonas,

We're working on 2.1 Beta 5 which will work with Flex 2 final. It
should be available on our site in a day or so.

thanks,
Joe

--- In flexcoders@yahoogroups.com, "Jonas Windey" <[EMAIL PROTECTED]> wrote:
>
> Hi, 
> 
>  
> 
> I'm trying to play a bit with WebORB 2.1 beta3, to see if it's
interesting
> to replace our .net webservices approach.
> 
> The problem is that I can't get the sample project running (from
> http://www.themidnightcoders.com/articles/datamanagement.htm )
> 
>  
> 
> First of all, it doesn't build since it's looking for a
services-config.xml
> file, and I don't find that in the WEB-INF folder (probably
something from
> b2 or b3)
> 
> I tried renaming some files but no luck. Anyone who has it working?
> 
>  
> 
> Thanks in advance,
> 
> Jonas
>







 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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/

<*> 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/
 





[flexcoders] Re: RPC result paging - please, help

2006-07-06 Thread flashorbman
Kelly and Dmitry,

Our implementation of FDS-like functionality for .NET can handle
method invocations returning .NET DataSet objects. On the client side,
you would use mx.data.DataService or you can just use the RemoteObject
tag.

You can read more about it here:

http://www.themidnightcoders.com/articles/datamanagement-part2.htm

cheers,
Joe

--- In flexcoders@yahoogroups.com, "Kelly Birr" <[EMAIL PROTECTED]> wrote:
>
> Dmitry,
> 
> I've done it from ASP.NET to Flex 2.0 without FDS by caching the
Datasets in
> memory on the Application Server and sending pages to the UI as
requested.
> It works very well but it uses a lot of memory and CPU time on the
mid-tier
> servers and took a bit of code for the server-side threading
requirements.
> It may be worth trying FDS to save yourself the hassles of this sort of
> implementation.
> 
> My approach was:
> 
> 1) Flex UI calls Web Service on server to request the list (dataset).
>   a) Server spins up background worker thread for list building
>   b) Server queries database and begins filling dataset on worker
> thread
>   c) primary [request] thread waits for one full page of data to be
> filled
> 
> 2) Once server has filled one full page of data it sends the
response to the
> client with the first page and a unique "PagingContextID" (guid).  The
> background thread keeps filling the dataset.
> 
> 3) UI receives and displays the first page of data
> 
> 4) When the next page is needed the UI requests it via a 2nd web service
> call that contains the unique "PagingContextID" as well as the
required page
> number.
> 
> 5) Server retrieves the complete dataset from memory, builds a
subset (page)
> and sends it back to the client UI.
> 
> 6) repeat as necessary...
> 
> If your using C# for you mid-tier I can send you some sample classes
that
> can help you get started.  Note that I use the term "dataset"
loosely, I'm
> using custom collections of business objects and not actual ADO.NET
> Datasets.
> 
> - Kelly
> 
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Dmitry Miller
> Sent: Thursday, July 06, 2006 9:11 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: RPC result paging - please, help
> 
> David, 
> 
> Thank you for your response. In the article that you have
recommended Data
> Services were used. I was wondering if there is a way to create my own
> implementation of FDS using just RPC
> 
> 
> --- In flexcoders@yahoogroups.com, "David Mendels" 
> wrote:
> >
> > Hello,
> > 
> > Have you read this in the docs: http://snipurl.com/Flex_Paging
> > 
> > -David
> > Adobe
> > 
> > > -Original Message-
> > > From: flexcoders@yahoogroups.com
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller
> > > Sent: Thursday, July 06, 2006 9:56 PM
> > > To: flexcoders@yahoogroups.com
> > > Subject: [flexcoders] RPC result paging - please, help
> > > 
> > > Is there a way to do paging of RPC results? Is there a good example 
> > > for that?
> > > 
> > > Thanks,
> > > 
> > > --- Dmitry
> > > 
> > > 
> > > 
> > > 
> > > 
> > >  Yahoo! Groups Sponsor 
> > > ~--> Great things are happening at Yahoo!
> > > Groups.  See the new email design.
> > > http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
> > > --
> > > --~->
> > > 
> > > --
> > > 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
> > > 
> > > 
> > > 
> > >  
> > > 
> > > 
> > > 
> > >
> >
> 
> 
> 
> 
> 
> 
> --
> 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
>






--
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/

<*> 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/
 





[flexcoders] Re: Can we move Flexcoders to a new forum??

2006-06-16 Thread flashorbman
I run a similar Yahoo-based interest group for our product:
http://groups.yahoo.com/group/flashorb/. I know when an unmoderated
message is posted using forum's own interface, it will show up right
away, so I bet it is the moderation that creates that annoying lag.

posted at 11:52 CDT

cheers,
Joe


--- In flexcoders@yahoogroups.com, "Jason" <[EMAIL PROTECTED]> wrote:
>
> Well, it may just be lag in yahoo's forum software.  I read and post
> exclusively using it, not email.  I just posted a reply to "Re:
> example code to color pie wedges based on predefined categories" at
> 11:22 and it's now 11:36 and it's still not there.  I don't know what
> to make of that.  I just assumed it was moderation because it was a
> moderated group.  But maybe yahoo's forum software only updates its
> indexes every 15 minutes or something.
> 
> 
> --- In flexcoders@yahoogroups.com, "Michael Schmalle"
>  wrote:
> >
> > > I didn't think every single post was moderated.
> > 
> > I think new users are, I think someone said that awhile back. But
> there is
> > ALWAYS network lag.
> > 
> > Peace, Mike
>






 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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/

<*> 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/
 





[flexcoders] Re: having trouble with DataService fill

2006-06-15 Thread flashorbman
Shouldn't the identity property be defined as "ID"? :



cheers,
Joe

--- In flexcoders@yahoogroups.com, "Tom Bray" <[EMAIL PROTECTED]> wrote:
>
> Here's the destination definition:
> 
>  
> 
> 
> 
> 
> com.userplane.dashboard.UserAssembler
> application
> 
> 
> 
> 
> 
> 
> 20
> 
> 
> 
> 
> 
> 
>     
>     loadUsers
> 
> 
> 
> 
> 
> 
> On 6/14/06, flashorbman <[EMAIL PROTECTED]> wrote:
> >
> >   Hi Tom,
> >
> > could you please post your destination definition from
> > flex-data-service.xml?
> >
> > thanks,
> > Joe
> >
> >
> > --- In flexcoders@yahoogroups.com , "Tom
> > Bray"  wrote:
> > >
> > > I have a single destination called "users" with a very simple fill
> > > method that just creates 20 VOs, plugs them into an ArrayList and
> > > returns it. After the client-side ResultEvent, my
ArrayCollection has
> > > 20 items but they all contain null. The FDS log for that response is
> > > below and the fill method I'm using is below that. I'm assuming the
> > > log is telling me that I'm creating a single VO and filling the
other
> > > slots with references to the first but I can't see how my Java code
> > > could be doing that. I would expect to see 20 objects there. Any
> > > ideas?
> > >
> > > [Flex] Serializing AMF/RTMP response
> > > Version: 3
> > > (Command method=_result (0) trxId=2)
> > > (Typed Object #0 'flex.data.messages.SequencedMessage')
> > > sequenceId = 0
> > > destination = "users"
> > > headers = (Object #1)
> > > dataMessage = null
> > > correlationId = "9CE17E7D-206E-D862-4C1A-D3DE8FDA09D2"
> > > messageId = "E0425ED2-442E-1D59-9268-65E07B1CD33C"
> > > timestamp = 1.150310846596E12
> > > clientId = "C62E3E72-1A8B-A06A-3A46-D3DE8DF0568E"
> > > timeToLive = 0.0
> > > sequenceProxies = null
> > > sequenceSize = 20
> > > body = (Array #2)
> > > [0] = (Typed Object #3 'com.userplane.dashboard.UserVO')
> > > sex = 0
> > > age = 28
> > > image = "41.jpg"
> > > location = "LA, CA"
> > > displayName = "Tom"
> > > ID = 20
> > > [1] = (Ref #3)
> > > [2] = (Ref #3)
> > > [3] = (Ref #3)
> > > [4] = (Ref #3)
> > > [5] = (Ref #3)
> > > [6] = (Ref #3)
> > > [7] = (Ref #3)
> > > [8] = (Ref #3)
> > > [9] = (Ref #3)
> > > [10] = (Ref #3)
> > > [11] = (Ref #3)
> > > [12] = (Ref #3)
> > > [13] = (Ref #3)
> > > [14] = (Ref #3)
> > > [15] = (Ref #3)
> > > [16] = (Ref #3)
> > > [17] = (Ref #3)
> > > [18] = (Ref #3)
> > > [19] = (Ref #3)
> > >
> > > ***
> > > //her'es the fill method:
> > >
> > > public class UserAssembler
> > > {
> > > public List loadUsers()
> > > {
> > > ArrayList list = new ArrayList();
> > > UserVO myUser;
> > > int i = 0;
> > >
> > > while( i < 20 )
> > > {
> > > i++;
> > >
> > > myUser = new UserVO();
> > > myUser.setID(i);
> > > myUser.setAge(28);
> > > myUser.setDisplayName("Tom");
> > > myUser.setImage( "41.jpg");
> > > myUser.setLocation( "LA, CA");
> > > list.add( myUser );
> > > }
> > >
> > > return list;
> > > }
> > > }
> > >
> > >
> > > Thanks,
> > >
> > > Tom
> > >
> >
> >  
> >
>






 Yahoo! Groups Sponsor ~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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/

<*> 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/
 




[flexcoders] Re: question for cairngorm mavens

2006-06-15 Thread flashorbman
Hi Tom,

Could you post your destination definition from flex-data-service.xml?

thanks,
Joe

--- In flexcoders@yahoogroups.com, "Tom Chiverton" <[EMAIL PROTECTED]>
wrote:
>
> >>> On Mon, May 15, 2006 at  5:59 PM, in message
> <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] wrote: 
> > Actually I do this, I have several models, each model contains data
> that
> > is logically group. This is left up to every developer to decide...
> > eventually one model with hundreds of variables on it is not a good
> idea
> > :)
> 
> If you plan the places where the developers code touches each other,
> this shouldn't be a problem.
> 
> 
> 
> Tom Chiverton
> 
> 
> 
> This email is sent for and on behalf of Halliwells LLP.
> 
> Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
> 
> CONFIDENTIALITY
> 
> This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
> 
> For more information about Halliwells LLP visit www.halliwells.com.
> 
> We are pleased to announce that Halliwells LLP has been voted AIM
Lawyer of the Year at the 2005 Growth Company Awards
>







 Yahoo! Groups Sponsor ~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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/

<*> 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/
 




[flexcoders] Re: having trouble with DataService fill

2006-06-15 Thread flashorbman
Hi Tom,

could you please post your destination definition from
flex-data-service.xml?

thanks,
Joe

--- In flexcoders@yahoogroups.com, "Tom Bray" <[EMAIL PROTECTED]> wrote:
>
> I have a single destination called "users" with a very simple fill
> method that just creates 20 VOs, plugs them into an ArrayList and
> returns it.  After the client-side ResultEvent, my ArrayCollection has
> 20 items but they all contain null.  The FDS log for that response is
> below and the fill method I'm using is below that.  I'm assuming the
> log is telling me that I'm creating a single VO and filling the other
> slots with references to the first but I can't see how my Java code
> could be doing that.  I would expect to see 20 objects there.  Any
> ideas?
> 
> [Flex] Serializing AMF/RTMP response
> Version: 3
>   (Command method=_result (0) trxId=2)
> (Typed Object #0 'flex.data.messages.SequencedMessage')
>   sequenceId = 0
>   destination = "users"
>   headers = (Object #1)
>   dataMessage = null
>   correlationId = "9CE17E7D-206E-D862-4C1A-D3DE8FDA09D2"
>   messageId = "E0425ED2-442E-1D59-9268-65E07B1CD33C"
>   timestamp = 1.150310846596E12
>   clientId = "C62E3E72-1A8B-A06A-3A46-D3DE8DF0568E"
>   timeToLive = 0.0
>   sequenceProxies = null
>   sequenceSize = 20
>   body = (Array #2)
> [0] = (Typed Object #3 'com.userplane.dashboard.UserVO')
>   sex = 0
>   age = 28
>   image = "41.jpg"
>   location = "LA, CA"
>   displayName = "Tom"
>   ID = 20
> [1] = (Ref #3)
> [2] = (Ref #3)
> [3] = (Ref #3)
> [4] = (Ref #3)
> [5] = (Ref #3)
> [6] = (Ref #3)
> [7] = (Ref #3)
> [8] = (Ref #3)
> [9] = (Ref #3)
> [10] = (Ref #3)
> [11] = (Ref #3)
> [12] = (Ref #3)
> [13] = (Ref #3)
> [14] = (Ref #3)
> [15] = (Ref #3)
> [16] = (Ref #3)
> [17] = (Ref #3)
> [18] = (Ref #3)
> [19] = (Ref #3)
> 
> ***
> //her'es the fill method:
> 
> public class UserAssembler
> {
>   public List loadUsers()
>   {
>   ArrayList list = new ArrayList();
>   UserVO myUser;
>   int i = 0;
>   
>   while( i < 20 )
>   {
>   i++;
>   
>   myUser = new UserVO();
>   myUser.setID(i);
>   myUser.setAge(28);
>   myUser.setDisplayName("Tom");
>   myUser.setImage( "41.jpg");
>   myUser.setLocation( "LA, CA");
>   list.add( myUser ); 
>   }
>   
>   return list;
>   }
> }
> 
> 
> Thanks,
> 
> Tom
>







 Yahoo! Groups Sponsor ~--> 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~-> 

--
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/

<*> 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/
 




[flexcoders] Re: Flex vs. .Net for RIA database apps; new to both

2006-06-12 Thread flashorbman
> So If you want to use Flex2 with .NET and remoting today, you can't 
> use RemoteObject out of the box, you will have to maually create 
> NetConnection instance and connect/call remote method.

This is not quite true with our product - WebORB. We fully support the
RPC subsystem of FDS on .NET, so you can use the RemoteObject tag and
things will work just like with the Java counterpart. WebORB uses the
same server-side configuration files, so registering a destination and
mapping it to a .NET class works just like with FDS.

Also, we're testing now new functionality which will provide full
support for Data Management Services for .NET. The release should be
out shortly. Flex apps will be able to fetch data, do paging, create,
delete and update records in the data store in .NET using the same
DataService client side API.

cheers,
Joe


--- In flexcoders@yahoogroups.com, "Jeremy Lu" <[EMAIL PROTECTED]> wrote:
>
> Actually flash remoting is part of Flex, when you use RemoteObject,
you are
> using remoting.
> 
> The thing is that currently (in F2B3), there are only server-side
remoting
> gateway for Coldfusion (which support AMF3 - which also means, if
you use
> RemoteObject in F2B3, your backend must be Coldfusion with updated
adaptor)
> and FDS (which support Java only).
> 
> So If you want to use Flex2 with .NET and remoting today, you can't use
> RemoteObject out of the box, you will have to maually create
NetConnection
> instance and connect/call remote method.
> 
> this is the product page from adobe:
> http://www.adobe.com/products/flashremoting/
> 
> Fluorine is an open-source version of it, but just like the nature
of most
> open source projects, stability and continuous development is always a
> consideration, when we have enough budget on the project, we will go
with
> official product (at least we know whom to go to when things go
wrong :-) )
> 
> 
> 
> 
> On 6/12/06, michaellisten <[EMAIL PROTECTED]> wrote:
> >
> >   What software is needed in order to use flash remoting? Just plain
> > flash or is there some flash dev package? Are the terms for deploying
> > simple or does one have to license per server etc?
> >
> > I've seen a couple of pages that ref ruby on rails too for the web
> > services end of things. Not sure how practical it is.
> >
> > With Fluorine, I'll check it out, have seen it ref'd here, it runs on
> > .net, and provides flash remoting? That does sound good. Was it
> > created in part because it's less expensive to deploy than Flash
> > remoting from Adobe?
> >
> >
> > --- In flexcoders@yahoogroups.com ,
"Jeremy
> > Lu"  wrote:
> > >
> > > one more note (to Tim's post) : aside from Web Service, you can
also use
> > > flash remoting with .NET as the means of data transmission.
> > >
> > > we use both products from Macromedia (flash remoting for .NET) and
> > Fluorine
> > > (open source flash remoting for .NET) all the time, just have to
> > manually
> > > tweak NetConnection than that's it.
> > >
> > > ps. Flash Remoting uses binary AMF to send and receive native AS
> > objects so
> > > it's a bit easier to handle large dataset.
> > >
> > >
> > > On 6/11/06, michaellisten  wrote:
> > > >
> > > > Tim, that's great feedback, and also very much what I was
hoping to
> > > > hear. Winforms over the web with data via remoting etc has been
> > > > closest to what I have been wanting migrate to, whenever that
time for
> > > > the learning materializes for me. Flex seemed a worthy
alternative but
> > > > pricing seemed to put it out of reach till the major recent
adjustment
> > > > for Flex 2. The most attractive looking .net framework that uses
> > > > winforms and remoting that I've looked at for RIA is DevForce aka
> > > > Ideablade, but the pricing model for it resembles the early flex
> > > > range, ie up there a bit.
> > > >
> > > > Encouraging, thanks!
> > > >
> > > >
> > > > --- In flexcoders@yahoogroups.com
, "Tim
> >
> > > > Hoff"  wrote:
> > > > >
> > > > > I agree completely with the assessment that Jeremy made
concerning
> > > > > Flex's database suitability. Before Flex, I developed web
> > > > > applications primarily with ASP.NET. In my opinion, Flex is
a much
> > > > > better choice for UI development. True, .Net includes all
layers,
> > > > > but the main drawback is that pages are rendered by the
server and
> > > > > sent to the browser one at a time. Flex, on the other hand,
creates
> > > > > rich internet applications that only require data to be
retrieved
> > > > > from the server. This gives you the best of both worlds, a
desktop-
> > > > > like application with zero-deployment over the internet.
> > > > >
> > > > > I'm currently creating a Flex application that uses ASP.NET web
> > > > > services with a SQL Server back-end. In addition to being
extremely
> > > > > easy to get work done, Flex makes the process of creating very
> > > > > complex user interfaces in a fraction of the time. In
addition, if
> > > > > you also implement an MVC micro-architecture (like
Ca

[flexcoders] Re: .Net DataSet

2006-05-18 Thread flashorbman



Oh, I should mention that we also started porting our implementation
to Ruby and PHP. So there will be a native implementation of Flex Data
Services for those environments as well.

cheers,
Joe

--- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote:
>
> Joe,
> 
> How difficult is it (really) to implement WebORB and will your Data 
> Management Services include any security features?
> 
> Thanks,
> Tim
> 
> --- In flexcoders@yahoogroups.com, "flashorbman"  wrote:
> >
> > Hi Bill,
> > 
> > WebORB will be able to handle .NET DataSet binding natively in the
> > next Beta release. Currently we're finishing up the integration of
> > Data Management Services and can already populate data grids with 
> data
> > returned with DataSet or DataTable objects.
> > 
> > cheers,
> > Joe
> > 
> > --- In flexcoders@yahoogroups.com, "vestcomprogrammer"
> >  wrote:
> > >
> > > Does anyone know if we will be able to use .net DataSet with 
> Flex 2.0?
> > > 
> > > 
> > > 
> > > Bill
> > >
> >
>











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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Re: .Net DataSet

2006-05-18 Thread flashorbman



Hi Tim,

WebORB will provide the same functionality for .NET as Flex Data
Services for Java. We implemented it in a way so the same
configuration files (flex-data-service.xml,
flex-enterprise-services.xml, etc) are used by the product and API
interfaces are quite similar too (although we tried to simplify it
somewhat to reduce the complexity). The end user-experience from the
developer's perspective is almost identical to the Java side.

Yes, security features will be included into the implementation.

thanks,
Joe



--- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote:
>
> Joe,
> 
> How difficult is it (really) to implement WebORB and will your Data 
> Management Services include any security features?
> 
> Thanks,
> Tim
> 
> --- In flexcoders@yahoogroups.com, "flashorbman"  wrote:
> >
> > Hi Bill,
> > 
> > WebORB will be able to handle .NET DataSet binding natively in the
> > next Beta release. Currently we're finishing up the integration of
> > Data Management Services and can already populate data grids with 
> data
> > returned with DataSet or DataTable objects.
> > 
> > cheers,
> > Joe
> > 
> > --- In flexcoders@yahoogroups.com, "vestcomprogrammer"
> >  wrote:
> > >
> > > Does anyone know if we will be able to use .net DataSet with 
> Flex 2.0?
> > > 
> > > 
> > > 
> > > Bill
> > >
> >
>











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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Re: .Net DataSet

2006-05-18 Thread flashorbman



Hi Bill,

WebORB will be able to handle .NET DataSet binding natively in the
next Beta release. Currently we're finishing up the integration of
Data Management Services and can already populate data grids with data
returned with DataSet or DataTable objects.

cheers,
Joe

--- In flexcoders@yahoogroups.com, "vestcomprogrammer"
<[EMAIL PROTECTED]> wrote:
>
> Does anyone know if we will be able to use .net DataSet with Flex 2.0?
> 
> 
> 
> Bill
>











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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.