Try invoking your Java classes from Flex application. You can do this using BlazeDS. URL below explains how to do that. http://sujitreddyg.wordpress.com/2008/01/14/invoking-java-methods-from-adobe-flex/
If you want to use servlets. You might have to create a servlet, which will access the database and will return the values in the XML format. Send a request to the URL, which will invoke the servlet using HTTPService class in Flex. Hope this helps. Regards, Sujit Reddy G On Sat, Feb 23, 2008 at 12:08 PM, imran shaikh <[EMAIL PROTECTED]> wrote: > hi all, > > i am using flex builder 2, and i am new in flex developing, i want to know > about how to get data from database using servlet programming. so if any one > know then please response me as soon as possible. thanking in advance. > > Regards, > > ------------------------------ > Save all your chat conversations. Find them > online.<http://in.rd.yahoo.com/tagline_webmessenger_3/*http://in.messenger.yahoo.com/webmessengerpromo.php> > > -- Regards, Sujit Reddy. G

