Tuesday, February 19, 2008

Generating PHP Value Objects with asDox

I am working hard on documentation for asDox. The project is still in Alpha but I wanted to focus on some example uses for asDox. I have just posted a new Wiki page titled Generating PHP Value Objects . This is a great example of the how asDox can make life easier when creating Flex applications that use RemoteObjects. asDox can also be used the generate the DAO and SQL Scripts for your value objects.

Friday, February 15, 2008

asDox - Actionscript 3 Parser

I very proud to announce the release of asDox 1.0.0-alpha. asDox is small Actionscript 3 parser build using PyParsing. It is based on the qDox project for Java. asDox's main goal is to provide code generation for Model Driven Development. Use asDox with any Python template engine will allow you to generate PHP, .NET, Java, Ruby, or even SQL scripts from Actionscript 3 Classes. The project is hosted at http://asdox.googlecode.com . This is an alpha release so there is very little documentation but I plan to get some more Wiki pages put up soon.