Hi Anatole, I have tried the DAOFlex but can't seem to get it working.
I have used the build.xml from the example application and have run it but I get the following error after the employee and manager classes are built : BUILD FAILED C:\Documents and Settings\Bounca\workspace\DaoFlex-Examples\build.xml:71: Javadoc failed: java.io.IOException: CreateProcess: javadoc.exe -daoflex.home=c:/TheRIABook/tools/DaoFlex -daoflex.path.webapp=c:/theriabook/tools/daoflex/examples/generated/web -daoflex.path.java=c:/theriabook/tools/daoflex/examples/generated/java -daoflex.path.test=c:/theriabook/tools/daoflex/examples/generated/web/test -daoflex.path.metadata=c:/theriabook/tools/daoflex/examples/generated/meta -classpath C:\TheRIABook\tools\DaoFlex\lib -sourcepath C:\theriabook\tools\daoflex\examples\src -doclet com.theriabook.daoflex.AntDoclet -docletpath C:\theriabook\tools\daoflex\examples;C:\TheRIABook\tools\DaoFlex\build\daoflex-generator.jar;C:\TheRIABook\tools\DaoFlex\lib\ojdbc14.jar;C:\TheRIABook\tools\DaoFlex\lib\jconn3.jar;C:\TheRIABook\tools\DaoFlex\lib\mysql-connector-java-3.1.12-bin.jar;C:\TheRIABook\tools\DaoFlex\lib\log4j.jar;C:\TheRIABook\tools\DaoFlex\lib\xalan.jar;C:\TheRIABook\tools\DaoFlex\lib\serializer.jar;C:\TheRIABook\tools\DaoFlex com.theriabook.datasource error=2 The only thing that differs on my system (that I can see anyway) is that my fds installation is on another partition on my harddrive (f:\fds) which I have changed in the build script. Can you help me out please. Thanks, Tony. --- In [email protected], "Anatole Tartakovsky" <[EMAIL PROTECTED]> wrote: > > If you are looking for 2 way binding with database, you basically need to > establish collection that would track the changes. If you may not use FDS > you at least have to look what is generated in case of FDS in terms of > getters and setters for datagrid data, and see if you can mimic that with > your own state change API. > You can also tweak our DaoFlex code generator ( > http://www.adobe.com/go/flex_exchange) that generates both FDS and plain Dao > to produce the structures that you need. Also, please notice that > generated Pojo allows you to update databses as long as you are following > our state tracking on the client. > > Sorry, no free production client-side state tracking for non-fds > environment till October... > > Thank you, > Anatole > > > > > > On 7/31/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > > > > two way binding between what? If between your model and a editor > > control, just use two binding tags...one way at least > > > > <mx:Binding source="{ myModel.foo }" destination="myTextControl.text" /> > > <mx:Binding source="{myTextControl.text}" destination="myModel.foo" /> > > <mx:Text id="myTextControl" /> > > > > I think I got the curlies right. Note that formating and validating use > > may interfere with this. > > > > DK > > > > > > On 7/31/06, geiger947 <[EMAIL PROTECTED]> wrote: > > > > > I have looked at it and it was helpfull, but I can not use FDS for > > several reasons I won't go into. One trouble I am having now is to > > set up 2 way databinding. I assume fds adds something in to > > accomplish this cause the code in the example translates for one way > > binding, but not two way. > > > > Any help on how to set up two way binding so it will work like this > > example. > > > > --- In [email protected], "Matt Chotin" <mchotin@> wrote: > > > > > > If you get FDS the CRM sample is an example of a CRUD app. The > > > Restaurant Finder is also a pretty straightforward app for doing > > some > > > basic retrieval, display, and addition. > > > > > > > > > > > > Matt > > > > > > > > > > > > ________________________________ > > > > > > From: [email protected] > > [mailto: [EMAIL PROTECTED] On > > > Behalf Of geiger947 > > > Sent: Thursday, June 29, 2006 12:20 PM > > > To: [email protected] > > > Subject: [flexcoders] Sample project for CRUD type application > > > > > > > > > > > > I am just getting into flex and I can not find a good sample > > > application for a CRUD style app. There are lots that get and show > > > data, but none that have a grid and an update form and use > > databinding > > > to tie it all together. > > > > > > If anyone has a sample they can share, I would appreciate it. > > > > > > > > > > > > > > > > > > > -- > > 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 > > > > http://groups.yahoo.com/group/flexcoders/ > > > > > > > > > > > > > > > > > > -- > > Douglas Knudsen > > http://www.cubicleman.com > > this is my signature, like it? > > > > > > > -- 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/

