I'm not a Java newbie and I too would like to know how to setup custom class serialization and deserialization.
On 6/29/07, dorkie dork from dorktown <[EMAIL PROTECTED]> wrote: > right. technically i don't have to use java. but for my job i do. i > have to make flex talk to java through remoting calls (sending > serialized objects). > > i notice there are some examples and some code but my problem is how > do i get there? i'm a java noobie. and how do i add red5 to my jboss > and not have two servers running? > > the tutorials i found are either out of date or incomplete. they all > assume you know eclipse, and how to setup java and new projects. i'm > about ready to pay someone to screen capture creating a hello world > example. > > > > On 6/29/07, Jake Hilton <[EMAIL PROTECTED]> wrote: > > You don't have to write in java to write a red5 application. You can use > > python, javascript, or java.. and I'm sure I'm forgetting a few. :) > > > > Check the files under the oflaDemo application for samples. > > > > Jake > > > > > > On 6/29/07, dorkie dork from dorktown > > <[EMAIL PROTECTED]> wrote: > > > > > > Hi Guys, > > > > > > I know you can help me out. You've been there. At work we have decided > > > (with persuasion) to do a test Flex application. > > > > > > We have setup Eclipse, FB3 Plugin, and JBoss running locally. I > > > explained to my boss that Flex can communicate with the server in a > > > variety of ways. We decided using Remote Objects (Flash Remoting) > > > would be the best option for us. I decided Red5 would be the best > > > technology to use for Remoting. > > > > > > I have installed and ran the Red5 demos successfully. What I would > > > like to do now is create a sample app from scratch that talks to the > > > remote java classes on the server, sending and receiving serialized > > > objects in Flex. > > > > > > I know next to nothing about Java (the same way Java developers know > > > next to nothing about Flex). We are using EJB3 on server but I'd be > > > happy if I was able to talk to a plain Java class. I don't know if you > > > can run two servers at a time but we already have JBoss setup. > > > > > > Any guidance, tutorials or advice is welcome. > > > > > > _______________________________________________ > > > Red5 mailing list > > > [email protected] > > > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > > > > > _______________________________________________ > > Red5 mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > -- Gmail: [EMAIL PROTECTED] AIM: JViz79 ICQ: 43802525 MSN: [EMAIL PROTECTED] Yahoo: JViz5000 Skype: JViz5000 _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
