Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Can I code a Applet who can read a XML. ?

  Asked By: Hondo    Date: Jun 04    Category: Java    Views: 893
  

can I code a Applet who can read a XML.

My XML file is on a servlet.

I try to read the XML file from the applet

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Ludo Ricci     Answered On: Jun 04

You can submit an HTTP post/get to query your servlet  to get your xml
file content.

Search java.net.URLConnection and java.net.HttpURLConnection for
sample codes.

 
Didn't find what you were looking for? Find more on Can I code a Applet who can read a XML. ? Or get search suggestion and latest updates.




Tagged: