Core program in java.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shikoh
    New Member
    • Jan 2009
    • 1

    Core program in java.

    Hello,
    I really need your help.Well,i have been given this programming project where
    am supposed to create a core program in java which recieves input from other programs for manupulation.Th e core is primarily an xml command interprator which listens to incoming data, processes requests and sends output.
    I have 2 queries;1. is how i'll write the xml file and send it through a socket for it to be parsed, help with an example code.2.how to create a multi-value database.
    Am quite green in java.Will really appreciate your feedback.
    thank you.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Question moved to Java forum.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by shikoh
      Am quite green in java.Will really appreciate your feedback.
      thank you.
      If you're also quite new to programming I'm afraid this project is a little bit over your head.

      Otherwise: read the first article in the Java forum: it supplies a link to the API documentation. Download it, you'll need it.

      Then start studying the Socket and ServerSocket classes as well as the Thread class; you'll need them for the raw client/server implementation.

      Also read about every class that deals with XML (the SAX parser class can be a good starting point).

      If you're really stuck post your question(s) here and we'll try to help you out.

      kind regards,

      Jos

      Comment

      Working...