Table of Contents
Microscopically:
Home Java javaTutorial The only way to become a JAVA expert

The only way to become a JAVA expert

Jun 26, 2017 am 09:55 AM
java become need

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!

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1664
14
PHP Tutorial
1266
29
C# Tutorial
1239
24
Break or return from Java 8 stream forEach? Break or return from Java 8 stream forEach? Feb 07, 2025 pm 12:09 PM

Java 8 introduces the Stream API, providing a powerful and expressive way to process data collections. However, a common question when using Stream is: How to break or return from a forEach operation? Traditional loops allow for early interruption or return, but Stream's forEach method does not directly support this method. This article will explain the reasons and explore alternative methods for implementing premature termination in Stream processing systems. Further reading: Java Stream API improvements Understand Stream forEach The forEach method is a terminal operation that performs one operation on each element in the Stream. Its design intention is

PHP: A Key Language for Web Development PHP: A Key Language for Web Development Apr 13, 2025 am 12:08 AM

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7

PHP vs. Python: Understanding the Differences PHP vs. Python: Understanding the Differences Apr 11, 2025 am 12:15 AM

PHP and Python each have their own advantages, and the choice should be based on project requirements. 1.PHP is suitable for web development, with simple syntax and high execution efficiency. 2. Python is suitable for data science and machine learning, with concise syntax and rich libraries.

PHP vs. Other Languages: A Comparison PHP vs. Other Languages: A Comparison Apr 13, 2025 am 12:19 AM

PHP is suitable for web development, especially in rapid development and processing dynamic content, but is not good at data science and enterprise-level applications. Compared with Python, PHP has more advantages in web development, but is not as good as Python in the field of data science; compared with Java, PHP performs worse in enterprise-level applications, but is more flexible in web development; compared with JavaScript, PHP is more concise in back-end development, but is not as good as JavaScript in front-end development.

PHP vs. Python: Core Features and Functionality PHP vs. Python: Core Features and Functionality Apr 13, 2025 am 12:16 AM

PHP and Python each have their own advantages and are suitable for different scenarios. 1.PHP is suitable for web development and provides built-in web servers and rich function libraries. 2. Python is suitable for data science and machine learning, with concise syntax and a powerful standard library. When choosing, it should be decided based on project requirements.

PHP's Impact: Web Development and Beyond PHP's Impact: Web Development and Beyond Apr 18, 2025 am 12:10 AM

PHPhassignificantlyimpactedwebdevelopmentandextendsbeyondit.1)ItpowersmajorplatformslikeWordPressandexcelsindatabaseinteractions.2)PHP'sadaptabilityallowsittoscaleforlargeapplicationsusingframeworkslikeLaravel.3)Beyondweb,PHPisusedincommand-linescrip

Java Program to Find the Volume of Capsule Java Program to Find the Volume of Capsule Feb 07, 2025 am 11:37 AM

Capsules are three-dimensional geometric figures, composed of a cylinder and a hemisphere at both ends. The volume of the capsule can be calculated by adding the volume of the cylinder and the volume of the hemisphere at both ends. This tutorial will discuss how to calculate the volume of a given capsule in Java using different methods. Capsule volume formula The formula for capsule volume is as follows: Capsule volume = Cylindrical volume Volume Two hemisphere volume in, r: The radius of the hemisphere. h: The height of the cylinder (excluding the hemisphere). Example 1 enter Radius = 5 units Height = 10 units Output Volume = 1570.8 cubic units explain Calculate volume using formula: Volume = π × r2 × h (4

PHP: The Foundation of Many Websites PHP: The Foundation of Many Websites Apr 13, 2025 am 12:07 AM

The reasons why PHP is the preferred technology stack for many websites include its ease of use, strong community support, and widespread use. 1) Easy to learn and use, suitable for beginners. 2) Have a huge developer community and rich resources. 3) Widely used in WordPress, Drupal and other platforms. 4) Integrate tightly with web servers to simplify development deployment.

See all articles