Home > Java > javaTutorial > body text

The only way to become a JAVA expert

巴扎黑
Release: 2017-06-26 09:55:33
Original
1112 people have browsed it

Macroscopically speaking:

1. In terms of technical breadth
You must at least be proficient in multiple open source technologies, and have studied the source code of struts\spring, etc.

2. In terms of project experience
I have followed several large projects from beginning to end. The beginning refers to the demand stage, including demand research.
The tail refers to after the online delivery, including the maintenance phase.

3. In terms of architectural experience
Have experience in distributed system architecture and development. He has extensive experience in cross-system structural optimization and data storage performance indicators. Caching, vertical segmentation of databases, business abstraction and horizontal splitting, these should all be familiar to you.

4. In terms of industry fields
You must at least be proficient in one or two businesses. The so-called proficiency means that if you are in the financial securities business, you must be at least half a financial analyst. Those who are in the power business should at least be half a power engineer.

5. Personal cultivation
Have some unique insights of your own, and don’t follow what others say.

Microscopically:

1. You need to be proficient in object-oriented analysis and design (OOA/OOD), involving patterns (GOF, J2EEDP) and comprehensive patterns. You should have a good understanding of UML, especially classes, objects, interactions and stated diagrams.


2. You need to learn the basics of the JAVA language and its core class libraries (collections, serialization, streams, networking, multithreading, reflection, event, handling, NIO, localization, and others).


3. You should understand JVM, classloaders, classreflect, and the basic working mechanism of garbage collection. You should be able to decompile a class file and understand some basic assembly instructions.


4. If you are going to write a client program, you need to learn WEB applets, and you must master the ideas and methods of GUI design, as well as SWING, AWT, and SWT of desktop programs. You should also have an understanding of the JAVABEAN component pattern for UI widgets. JAVABEANS is also used in JSP to separate business logic from the presentation layer.


5. You need to learn java database technology, such as JDBCAPI and be able to use at least one persistence/ORM architecture, such as Hibernate, JDO, CocoBase, TopLink, InsideLiberator (domestic JDO red factory software) or iBatis .


6. You should also understand the meaning of object-relational impedance mismatch, and how it affects the interaction between business objects and relational databases, and its operating results. You also need to master different Database product application, such as: oracle, mysql, mssqlserver.


7. You need to learn JAVA's sandbox security model (classloaders, bytecodeverification, managers, policies and permissions, codesigning, digitalsignatures, cryptography, certification, Kerberos, and others) and the different security/authentication APIs , such as JAAS (JavaAuthenticationandAuthorizationService), JCE (JavaCryptographyExtension), JSSE (JavaSecureSocketExtension), and JGSS (JavaGeneralSecurityService).


8. You need to learn Servlets, JSP, and JSTL (StandardTagLibraries) and optional third-party TagLibraries.


9. You need to be familiar with mainstream web frameworks, such as JSF, Struts, Tapestry, Cocoon, WebWork, and their underlying modes, such as MVC/MODEL2.


10. You need to learn how to use and manage WEB servers, such as tomcat, resin, Jrun, and know how to expand and maintain WEB programs based on them.


11. You need to learn distributed objects and remote APIs, such as RMI and RMI/IIOP.


12. You need to master various popular middleware technology standards and their implementation in combination with java, such as Tuxedo, CROBA, and of course javaEE itself.


13. You need to learn at least one XMLAPI, such as JAXP (JavaAPI for XMLProcessing), JDOM (JavaforXMLDocumentObjectModel), DOM4J, or JAXR (JavaAPIforXMLRegistries).


14. You should learn how to use JAVA API and tools to build WebService. For example, JAX-RPC (JavaAPI for XML/RPC), SAAJ (SOAPwithAttachmentsAPIforJava), JAXB (JavaArchitectureforXMLBinding), JAXM (JavaAPIforXMLMessaging), JAXR (JavaAPIforXMLRegistries), or JWSDP (JavaWebServicesDeveloperPack).


15. You need to learn a lightweight application framework, such as Spring, PicoContainer, Avalon, and their IoC/DI styles (setter, constructor, interfaceinjection).


16. You need to be familiar with different J2EE technologies, such as JNDI (JavaNamingandDirectoryInterface), JMS (JavaMessageService), JTA/JTS (JavaTransactionAPI/JavaTransactionService), JMX (JavaManagementeXtensions), and JavaMail.


17. You need to learn Enterprise JavaBeans (EJB) and their different component patterns: Stateless/StatefulSessionBeans, EntityBeans (including Bean-ManagedPersistence [BMP] or Container-ManagedPersistence [CMP] and its EJB-QL), or Message-DrivenBeans (MDB).


18. You need to learn how to manage and configure a J2EE application server, such as WebLogic, JBoss, etc., and take advantage of its additional services, such as clustering, connection pooling, and distributed processing support. You also need to understand how to package and configure applications on it and be able to monitor and tune its performance.


19. You need to be familiar with aspect-oriented programming and attribute-oriented programming (both of which are confusingly abbreviated as AOP), as well as their mainstream JAVA specifications and implementations. For example AspectJ and AspectWerkz.


20. You need to be familiar with different useful APIs and framework work to serve you. For example, Log4J (logging/tracing), Quartz (scheduling), JGroups (networkgroup communication), JCache (distributedcaching), Lucene (full-textsearch), JakartaCommons, etc.


21. If you are going to interface with or are working with an old system or local platform, you need to learn JNI (JavaNativeInterface) and JCA (JavaConnectorArchitecture).

22. You need to be familiar with JINI technology and its related distributed systems, such as mastering CROBA.


23. You need JavaCommunityProcess (JCP) and its different JavaSpecificationRequests (JSRs), such as Portlets (168), JOLAP (69), DataMiningAPI (73), etc.


24. You should be proficient in a JAVAIDE such as sunOne, netBeans, IntelliJIDEA or Eclipse. (Some people prefer VI or EMACS to write files. Whatever you use :)


25. JAVA (some configuration to be precise) is verbose and it requires a lot of manual coding ( EJB), so you need to be familiar with code generation tools such as XDoclet.


26. You need to be familiar with a unit testing system (JNunit) and learn different generation and deployment tools (Ant, Maven).


27. You need to be familiar with some software engineering processes that are often used in JAVA development. For example, RUP (Rational Unified Process) and Agile methods.


28. You need to be able to have an in-depth understanding and proficiency in operating and configuring different operating systems, such as GNU/linux, sunsolaris, macOS, etc., as a cross-platform software developer.


29. You also need to keep up with the pace of java development. For example, you can now learn javaME in depth, as well as the application of various new java specifications and technologies, such as the new web rich client technology.


30. You must know something about opensource, because at least many java technologies are directly driven by open source, such as java3D technology.

The above is the detailed content of The only way to become a JAVA expert. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!