J2EE learning process

zhaozj2021-02-12  139

The J2EE learning process is here to talk about me in learning J2EE processes and talk about experience and lessons from this process. In order to be less bent less. Java has developed to now, according to application scores, three major blocks: J2SE, J2ME and J2EE. These three are complementary, the application range is different. J2se is the standard version of Java2, mainly for desktop applications. J2ME is primarily applied to embedding is system development, such as mobile phones and PDA programming; J2EE is a java2 enterprise version, mainly for distributed network programs, Such as e-commerce websites and ERP systems. First study J2SE To learn J2EE, learn J2SE first, just start learning J2SE first recommend not use IDE, then gradually transition to the use of IDE, after all, use it easy. Learn J2SE Recommend two books, "Java2 Core Technology, Chapter 2", "Java Programming Thought", "Java Mode". Among them, "Java Programming Thoughts" should be studied and intensive. This period of time is basic skill, the time will be very long, or it may be short, it depends on the level of the learner. Don't be entangled in the process of learning Java and J2EE, you will encounter the five-flowers of IDE, don't be confused by them, learn Java, to learn language itself, don't care too much about the additional features of IDE, Java programming in different IDE The conversion between the conversions is easy, and the function of too much Ide is easy to delay the understanding of the language itself. The current popular IDE has JBuilder, Eclipse, and Eclipse to enhance WSAD. It is possible to use one of them, it is recommended to start J2EE from Eclipse. Because JBuilder is more suitable for writing a J2SE program. Select and Learn Server Use Configuration When you have J2SE and IDE experience, you can start J2EE's learning, web server: Tomcat, do not doubt, Tomcat is preferred for learning web services. The application server currently has three main: JBoss, WebLogic, WebSphere. There are many projects to start using jboss, and there are a lot of companies to start doing WebSphere or WebLogic transplantation to the JBoss application server (cost savings), what to say is, learning Tomcat and JBoss I think it is preferred, and it is the easiest to get started. Learning Server Use the configuration to ask questions about experienced people (with conditional words), because they can solve the problem, you can get online to explore it. You should have two days (I have to do this stupid), we should Put the main time in learning principles and theory, a particular technology uses to replace a person's knowledge and learning. Learning Web Knowledge If you are doing an e-commerce website, you may have to act as a few characters, this is you still study: HTML, you may have to use Dreamwave and other IDEs. JavaScript, learn simple data check, data linkage display, etc. J2EEAPI learning learning J2EEAPI and learning servers should be an iteration process. First learn JSP and servlet programming, a lot of books, I have established two "JSP Design" and "Java Servlet Programming" of Oreilly, and OREILLY is always excellent, I have to admire. Learning a JDBC database programming, most of the J2EE project is a MIS system, and the access database is the core. This should belong to J2SE learning, here to take it out. Learning JNDI API, it can be combined with learning EJB. Learn the EJB API, the recommendation "Jing EJB" has passed the above learning, probably can deal with the general application.

转载请注明原文地址:https://www.9cbs.com/read-7168.html

New Post(0)