Menu

Is following programming architecture good?

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

    mikeliu1976 - 2005-04-04

    By: mikeliu1976 - mikeliu1976
    Does the following programming architecture m  
    2005-03-27 23:57 
    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
    ---------------------------------------------------------------------------
    ---------------------------------------------------------------------------
    By: Derrick Oswald - derrickoswald
    RE: Does the following programming architectu  
    2005-03-28 04:32 
    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.
    ---------------------------------------------------------------------------
    ---------------------------------------------------------------------------
    By: mikeliu1976 - mikeliu1976
    RE: Does the following programming architecture m  
    2005-03-28 06:01 
    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?
    I am wandering that how the nokia 6600 interact with the CGI of the original
    HTML server?

    thank you for your patient reply and instructions.

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

     
    • Derrick Oswald

      Derrick Oswald - 2005-04-04

      AFAIK cgi is just another URL, handles specially by the HTTP server.

      You should request it from the originating server just like any other page. No?

       
    • mikeliu1976

      mikeliu1976 - 2005-04-05

      Derrick Oswald regards:

      I am not very familiar with CGI.
      In my small survey,it is much likely what you said.

      thank you for your patient reply and instructions. 
      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.