×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / hi,jabber.I need your advice.
    I am web application programmer.I am in Chengdu,Sichuan.I like hot food very much. :-) I know you come from Chongqing.Nice to meet you here.
    I got my landing paper .I want to go to Toronto the next year because I want to improve my english skill .
    I use perl and javascript to develop the CGI programs on the web server.And I am family with Linux, Unix. I am learning Java.
    I wish you can give me some advice .I don't want to so vague when I settle in Toronto.
    I know it's not easy to find a job there.
    By the way ,which city do you live in Virginia?
    :-) Hope you are peaceful and joyful every day,my friend.
    • Dear Alwaysgreen, you are more than welcome
      please download jakarta-tomcat from www.apache.org and become a Servlet/JSP programmer. I think this is very clear to you because you are not green.
      • Thank you ! Nice to meet you here!
        Yes, I am green before you now.
        But I am confident that I can do well soon!

        Always smile to the life! :-)

        By the way, can you have any spicy food in
        there? I guess you missed the food in Sichuan . :-)
        • You are humble. Nobody knows all things...
          I talked the people in Toronto and Ottawa. There are a lot of Chinese restaurants... But it seems there are no orthadox Sichuan food. Three months ago, I was introduced a Chinese restaurant named "Ermei XiaoGuan" (named after ermei Mountain) in Maryland. Its food is really hot but its cool!
          However, it is diffficult to have such nice places in Canada and USA.

          By the way, be sure to learn new skills. Perl is still useful in Unix environment, but it is very very diffiuclt to find a job if your main skill is perl. CGIs written in Perl have been and are being replaced by ASP, Servlet/JSP or ColdFusion.

          However, it is a piece of cake for a CGI programmer to pick Java servlets and JSP.

          Pls do not use any Chinese textbook as you learn Java servlets/JSP.
          • Yes, you are right.
            本文发表在 rolia.net 枫下论坛Actually, my main skill is not perl.
            I am the webmaster of our website.
            I charge with Linux, Oracle8i, mail server now.I did projects: Bank account application using C on Unix and Informix, office application using Lotus Notes. And other MIS project.I used C++ for one project, but I am not good at it.I got the certificate of MCSE last year.
            But I thinks it not enough for me.
            Yes, ASP is popular in China too.Because It has good efficiency and easily to finish a web site. Many web site here using NT web server.But we think NT is weaker than Unix or Linux if we don't have the good hardware. So we chose Linux(It's free! And It open the original codes.)
            So we love linux very much. You know, in China, It's very hard to ask the boss to spend more money to do project. :-(
            Anyway, I read a java book at the weekend(I use the chinese book because I can not find the english version here).Yes, Servlet is better than CGI .I found its very interesting . ,so I think about replacing perl with Servlet/JSP . At first, I want to install it on my Linux Apache web server.I downloaded jakarta-tomcat_tar.tar
            Is it enough for installation ?
            Please guide me!

            Ivy更多精彩文章及讨论,请光临枫下论坛 rolia.net
            • Installation of tomcat is a piece of cake!
              let me take Windows as an example. you can simply unzip the .zip file you downloaed and save it to C:\. Then, you have C:\jakarta-tomcat\......
              Go to C:\jakarta-tomcat\bin and run startup.bat. Then, upen your browser and hit http://127.0.0.0:8080/index.html.... aha, you have Tomcat running... enjoy it!
              If you work on Linux, things are similar. Really simple.