Java: learn some Raiders (a)

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/u013644146/article/details/38321909

To learn j2ee should first learn j2se, just beginning to learn j2se first IDE is not recommended, and then gradually transition to IDE development, after all, it is convenient thing. Learn j2se recommend two books, "java2 a core technology vols", "java programming ideas", "java model." Where "java programming ideas" to study, intensive reading. This period of time is to learn basic skills, very long time, it may be very short, depending on the level of the learners themselves may be. 


Do not be entangled IDE 
in the process of learning java and j2ee, you will encounter a wide variety of IDE, they are not to be confused, of JAVA time to learn, to learn something of the language itself, do not be too concerned about the additional features IDE, JAVA programming in different IDE conversion between is very easy, too care about the IDE features but easy to delay the understanding of the language itself. Popular IDE has jbuilder, eclipse and the eclipse of the enhanced version of WSAD. One good use of it, it is recommended to start from j2ee eclipse. Because Jbuilder more suited to write j2se program. 


Select and configure the server to use to learn 
when you have the experience and j2se IDE, you can begin to learn the j2ee, web server: tomcat, no doubt, tomcat learning web service preferred. The application server currently has three main: jboss, weblogic, websphere. There are many projects began to use jboss, and a large number of companies started to transplant websphere or weblogic jboss application server (cost savings), to say here is that learning tomcat and jboss I think it is the first choice, but also the most easy to use. Learn to use server configuration is best to ask an experienced person (able to do so), because they may be able to solve word problems, you might want to explore the Internet twelve days (I have done such a stupid thing), we should the main time on learning principles and theory, the use of a particular technology can take the place of a person's knowledge and learning. 


Learning web knowledge 
If you are doing e-commerce sites, you may want to act as several roles, which is you have to learn: 
html, etc. may take to dreamwave IDE. 
Javascript, learn simple calibration data, display data and the like linkage 
 

Guess you like

Origin blog.csdn.net/u013644146/article/details/38321909