Although I work for an enterprise company I don't subscribe to WebORB's support model (But it's nice to know it's there if my company decides to go that way).
The learning curve is not that difficult and I have not needed any support (So far). Just follow the two threads I mentioned before and you should be away laughing ;-}.There is also a Yahoo group if you do need help. Another possibility if you don't want to use WebORB is Zend_AMF. Steve --- In [email protected], "Scott" <h...@...> wrote: > > Is any small developer even using Weborb? When I called them they were slow > to get back to me and they don't even have documentation of their products > they're "working on it". That's a huge red flag to me... What kind of > support would I get for their products if I were to buy in. Also, the price > seemed really high and it was a yearly fee. > > I would agree, I only use httpservice when I need to attach to a server that > I have no control over. > > ________________________________ > > From: [email protected] on behalf of valdhor > Sent: Tue 3/24/2009 10:14 AM > To: [email protected] > Subject: [flexcoders] Re: remoteobject and parameters > > > > You need to decide whether you want to use AMF with objects or HTTPService > with POST/GET parameters. I recommend using the former. > > These two threads should get you going using RemoteObjects and WebORB: > > http://tech.groups.yahoo.com/group/flexcoders/message/134254 > <http://tech.groups.yahoo.com/group/flexcoders/message/134254> > http://tech.groups.yahoo.com/group/flexcoders/message/126803 > <http://tech.groups.yahoo.com/group/flexcoders/message/126803> > > HTH. > > Steve > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , > "shrike6_7" <martin.silenus@> wrote: > > > > Hello, > > with a remoteobject how can I send parameters? > > If I use: > > > > <mx:method name="setData"> > > <mx:arguments> > > <arg1>{text1.text}</arg1> > > <arg2>{text2.text}</arg2> > > </mx:arguments> > > </mx:method> > > > > at serverside (php with amf) I have a function setData($arg1,$arg2) > > > > but can I send this parameters in POST and receive it in the $_POST > > variable? > > > > Thanks > > > > > > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner <http://www.mailscanner.info/> , and is > believed to be clean. >

