Does anyone have any experience programming flash to access Oracle databases using Dyanmo as the asp?
If terms such as BEAN, DROPLETS and JHTML mean anything to you, would you please raise your hand?
I'm not sure how to send and receive a BEAN string or serve BEAN droplets or whatever.
There isn't a message icon to choose from that looks nearly as baffled as I feel at the moment, so I guess I'll send this without one.
Thanks in advance for replying - I just need a few questions answered to get me started - I'm just not sure what the questions are.
Is your dynamo instance set up and working? I primarily develop & work with ATG elements in JSP's... In order to gather data from the ATG items, for example - you want to get all the products from a category, you need to create a JSP that formats & creates an XML object.
Once you have an XML JSP transformation page, you can call this from your Flash piece using ActionScript + XML. Once you have the data in Flash you can parse it & display it.
In order to submit or send data, you'll need create javascript functions that submit using AJAX. Do you have specific problems?