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!

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于结构化数据处理开源库SPL的相关问题,下面就一起来看一下java下理想的结构化数据处理类库,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于PriorityQueue优先级队列的相关知识,Java集合框架中提供了PriorityQueue和PriorityBlockingQueue两种类型的优先级队列,PriorityQueue是线程不安全的,PriorityBlockingQueue是线程安全的,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于java锁的相关问题,包括了独占锁、悲观锁、乐观锁、共享锁等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于多线程的相关问题,包括了线程安装、线程加锁与线程不安全的原因、线程安全的标准类等等内容,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于枚举的相关问题,包括了枚举的基本操作、集合类对枚举的支持等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Java的相关知识,其中主要介绍了关于关键字中this和super的相关问题,以及他们的一些区别,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于平衡二叉树(AVL树)的相关知识,AVL树本质上是带了平衡功能的二叉查找树,下面一起来看一下,希望对大家有帮助。

封装是一种信息隐藏技术,是指一种将抽象性函式接口的实现细节部分包装、隐藏起来的方法;封装可以被认为是一个保护屏障,防止指定类的代码和数据被外部类定义的代码随机访问。封装可以通过关键字private,protected和public实现。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Linux new version
SublimeText3 Linux latest version

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool