Menu

Does the following programming architecture m

Help
2005-03-28
2013-04-27
  • mikeliu1976

    mikeliu1976 - 2005-03-28

    regards:

    Does the following programming architecture make sense?
    http://www.wretch.cc/album/show.php?i=otp&b=1&f=1111993473&p=2

    Any positive suggestion is welcome.
    thank you
    May goodness be with you all

     
    • Derrick Oswald

      Derrick Oswald - 2005-03-28

      I can't see why it wouldn't work.

      I originally used HTML Parser to do a similar translation server for my Blackberry. In that case, the required output was a text based email containing the page contents.

       
    • mikeliu1976

      mikeliu1976 - 2005-03-28

      regards:
      thank you for your patient reply and instructions.
      ---------------------------------------------------------------------------
      following is my program logic
      ---------------------------------------------------------------------------
      Step 1:translate 1th page(user random assigned) and deliver the converted page to mobile client.
               Of course,delivered content is xhtml with xhtml mime header.

      Step 2:From the delivered page when user click href tag,the program from
             (1)HTTP request method line
             (2)HTTP host-header line
             extract the next href absolute address.
      Step 3:In my program:
             Parser parser = new Parser(next href absolute address);

      Step 4:repeat Step 2 to Step 4
      ---------------------------------------------------------------------------
      Does the above program logic make sense?
            
      Any positive suggestion is welcome.
      thank you
      May goodness be with you all

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.