General Flash / Java Question

This question is probably the most advanced thing I have had to worry about… which is probably why I have saved it until the end of my project :D.

When all is said and done, my Flash file will be on a jsp page… The data that will be displayed on my .swf file will be coming from a database which java will read in and turn into the object(s) I need. My problem is that I have no idea how to do this…

If anyone could suggest to me the best way to pass one (or more) of these objects from Java/JSP to Flash, it would be a great help. A tutorial would be even greater help. Thank you in advance.

–D