×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT杂谈 / jabber,thanks a lot for your last reply. Sorry to disturb you again: in Canadan IT company, how do programmers use JSP? I mean : do I need to be specialized in HTML as well as JSP and javabean coding?
    • You need to know more than JSP
      JSP is designed for presentation. The basic presentation is formatted using HTML. You need have a good control of HTML forms, frames, and more importantly, client-side JavaScript. You don't need to know all things, but you should be able to get references as you need them.

      However, you don't need be a graphic expert.
      Usually, you make things work and at a later stage, some GUI guy will lay out the pages for the whole site. Some people are proud that they know some graphic tools such as Photoshop. If they cannot be a graphic expert, such a skill does not help much. For JSP programmers, the most important thing is
      functionality. I hope I have get myself acrossed.