In a CRUD application generated for the Flex client, I see Actionscript artifacts generated under the …./domain package. Using derby as the example database, I am referring to the Customer.as, CustomerEvent.as, Purchaseorder.as, PurchaseorderEvent.as, etc. I cannot find an associated .jet template which would create these. I ask because I would like to create additional ..Event.as files to handle some additions I am making to CrudForm generation. So:
1. How are the ‘.as’ files generated?
2. Is it possible to add more .jet templates that the generator would automatically recognize and use to create more .as or .mxml files?
Thank you