Tag

Eclipse

1 views collected around this technical thread.

macrozheng
macrozheng
Dec 29, 2023 · Backend Development

Why Companies Ban IntelliJ IDEA (Even Paid Versions) – Risks & Costs

The article explains why many companies prohibit IntelliJ IDEA, covering legal copyright risks, security concerns, efficiency losses, collaboration challenges, and the high cost of commercial licenses, and advises developers to follow company‑mandated tools while understanding the financial and legal implications.

EclipseIDE PolicyIntelliJ IDEA
0 likes · 8 min read
Why Companies Ban IntelliJ IDEA (Even Paid Versions) – Risks & Costs
Top Architect
Top Architect
Jan 29, 2022 · Backend Development

Comprehensive Maven Tutorial: Installation, Configuration, Lifecycle, and Usage

This article provides a detailed step‑by‑step guide to Maven, covering why to use it, its core concepts, installation, creating a first project, repository coordinates, dependency scopes, lifecycle phases, Eclipse integration, advanced dependency features, and build configuration with code examples.

EclipseIDEJava
0 likes · 15 min read
Comprehensive Maven Tutorial: Installation, Configuration, Lifecycle, and Usage
Top Architect
Top Architect
Dec 29, 2021 · Backend Development

Comprehensive Maven Tutorial: Installation, Configuration, Lifecycle, Commands, and Eclipse Integration

This article provides a detailed, step‑by‑step guide to Maven, covering why to use it, its core concepts, installation, project structure, pom.xml configuration, common commands, dependency scopes, repository handling, lifecycle phases, Eclipse setup, advanced features, and build customization for Java backend development.

EclipseJavaTutorial
0 likes · 15 min read
Comprehensive Maven Tutorial: Installation, Configuration, Lifecycle, Commands, and Eclipse Integration
Java Architect Essentials
Java Architect Essentials
Dec 2, 2021 · Backend Development

Comparison of Three Popular Java IDEs: NetBeans, Eclipse, and IntelliJ IDEA

This article introduces the basic features of three popular Java IDEs—NetBeans, Eclipse, and IntelliJ IDEA—examines their strengths and limitations, and provides a concise comparison to help developers choose the most suitable development environment for their projects.

EclipseIDEIntelliJ IDEA
0 likes · 8 min read
Comparison of Three Popular Java IDEs: NetBeans, Eclipse, and IntelliJ IDEA
Selected Java Interview Questions
Selected Java Interview Questions
Sep 1, 2021 · Backend Development

Comprehensive Guide to Maven: Installation, Configuration, Commands, and Lifecycle

This article provides a detailed introduction to Maven, covering why to use it, its core concepts, installation steps, project structure, essential commands, dependency management, lifecycle phases, and integration with Eclipse, offering practical code examples and configuration snippets for Java developers.

EclipseJavabuild-tool
0 likes · 16 min read
Comprehensive Guide to Maven: Installation, Configuration, Commands, and Lifecycle
Top Architect
Top Architect
Jul 12, 2021 · Backend Development

My Journey from Eclipse to IntelliJ IDEA: Experiences, Tips, and Shortcuts

After a decade of using Eclipse for Java development, the author switched to IntelliJ IDEA, sharing the historical context of IDEs, the reasons for the transition, practical tips, useful shortcuts, and a balanced view of the strengths and drawbacks of both tools.

EclipseIDE comparisonIntelliJ IDEA
0 likes · 9 min read
My Journey from Eclipse to IntelliJ IDEA: Experiences, Tips, and Shortcuts
Architect's Tech Stack
Architect's Tech Stack
Jan 5, 2021 · Backend Development

Comprehensive Maven Tutorial: Installation, Configuration, Lifecycle, Dependencies, and Eclipse Integration

This article provides a detailed, step‑by‑step guide to Maven, covering why to use it, its core concepts, installation, project structure, pom.xml coordinates, dependency scopes, lifecycle phases, advanced features like transitive dependencies, build configuration, and how to integrate Maven with Eclipse for Java development.

EclipseJavabuild-tool
0 likes · 20 min read
Comprehensive Maven Tutorial: Installation, Configuration, Lifecycle, Dependencies, and Eclipse Integration
macrozheng
macrozheng
Jun 12, 2020 · Fundamentals

Why I Switched from Eclipse to IntelliJ IDEA After a Decade

After a decade of using Eclipse, the author shares a candid comparison with IntelliJ IDEA, highlighting usability improvements, shortcut differences, and practical tips that convinced seasoned Java developers to make the switch for a more efficient coding experience.

EclipseIDEIntelliJ IDEA
0 likes · 10 min read
Why I Switched from Eclipse to IntelliJ IDEA After a Decade
360 Quality & Efficiency
360 Quality & Efficiency
Mar 20, 2020 · Backend Development

How to Modify Class Files Inside a JAR Using JD-GUI and Eclipse

This guide explains step‑by‑step how to decompile a JAR with JD‑GUI, edit the extracted Java source in Eclipse, recompile the class, replace it in the original JAR, and rebuild the package, providing a practical method for updating embedded class files.

EclipseJD-GUIJar
0 likes · 3 min read
How to Modify Class Files Inside a JAR Using JD-GUI and Eclipse
Architect's Tech Stack
Architect's Tech Stack
Aug 24, 2019 · Backend Development

Comprehensive Maven Guide: Installation, Configuration, Commands, Lifecycle, and Advanced Features

This article provides a thorough introduction to Maven, covering why to use it, its core concepts, installation steps, creating the first project, repository management, dependency scopes, lifecycle phases, Eclipse integration, advanced dependency features, and build configuration with practical code examples.

EclipseJavabuild-tool
0 likes · 18 min read
Comprehensive Maven Guide: Installation, Configuration, Commands, Lifecycle, and Advanced Features
Java Captain
Java Captain
Jun 23, 2019 · Backend Development

IntelliJ IDEA vs Eclipse: Core Concepts, Project Settings, and Essential IDE Tips

This guide compares IntelliJ IDEA and Eclipse, explains the workspace shift, walks through default and project-specific configurations for JDK, Maven, Git, Tomcat, and presents a collection of practical shortcuts and UI tweaks to boost Java development productivity.

EclipseIDE configurationIntelliJ IDEA
0 likes · 10 min read
IntelliJ IDEA vs Eclipse: Core Concepts, Project Settings, and Essential IDE Tips
Java Captain
Java Captain
Nov 1, 2018 · Backend Development

Tips for Reading Java Framework Source Code Using Eclipse IDE

This article shares practical Eclipse shortcuts—Quick Type Hierarchy, Open Call Hierarchy, and flexible debugging—to help developers efficiently navigate and understand Java middleware source code such as Spring and Dubbo.

EclipseIDE tipsJava
0 likes · 5 min read
Tips for Reading Java Framework Source Code Using Eclipse IDE
Java Captain
Java Captain
Mar 13, 2018 · Backend Development

Servlet Overview: Introduction, Lifecycle, Eclipse Development, URL Mapping, and Thread Safety

This article provides a comprehensive tutorial on Java Servlets, covering their purpose, lifecycle, creation in Eclipse, configuration of web.xml mappings, URL pattern rules, default servlet behavior, thread‑safety concerns, synchronization techniques, and the deprecated SingleThreadModel approach.

EclipseJavaServlet
0 likes · 20 min read
Servlet Overview: Introduction, Lifecycle, Eclipse Development, URL Mapping, and Thread Safety
360 Quality & Efficiency
360 Quality & Efficiency
Apr 26, 2017 · Backend Development

Step-by-Step Guide to Developing a Jenkins Plugin with FireLine

This tutorial walks readers through setting up the development environment, generating a Jenkins plugin skeleton with Maven, understanding the project structure and Jelly view files, writing the plugin code, debugging, and finally packaging and deploying the custom plugin to a Jenkins server.

EclipseJavaJelly
0 likes · 7 min read
Step-by-Step Guide to Developing a Jenkins Plugin with FireLine
Baidu Intelligent Testing
Baidu Intelligent Testing
Mar 15, 2017 · Information Security

Comprehensive Guide to Android Application Security Scanning and Reverse Engineering

This article provides a step‑by‑step tutorial on setting up the development environment, installing essential tools, and performing APK reverse engineering and security analysis on Android applications, covering JDK, SDK, NDK, Apktool, Dex2jar, JD‑GUI, IDA, WinHex, and Eclipse.

APKAPKToolAndroid
0 likes · 16 min read
Comprehensive Guide to Android Application Security Scanning and Reverse Engineering
360 Quality & Efficiency
360 Quality & Efficiency
Dec 30, 2016 · Operations

How to Import a JMeter Project into Eclipse and Modify Its Source for Linux

This guide walks through downloading JMeter source, importing it into Eclipse, resolving dependencies, building the project, customizing the core to print concurrent users every five seconds, packaging the modified JAR, and running a gradient load test on a Linux server.

EclipseJMeterJava
0 likes · 4 min read
How to Import a JMeter Project into Eclipse and Modify Its Source for Linux
Qunar Tech Salon
Qunar Tech Salon
Jul 22, 2016 · Backend Development

Eclipse Shortcut Keys and Practical Tips for Efficient Development

This article presents a comprehensive collection of Eclipse shortcut keys and practical techniques—including file navigation, code generation, refactoring, view management, and productivity tricks—to help Java developers work faster and reduce reliance on the mouse.

EclipseIDEJava
0 likes · 12 min read
Eclipse Shortcut Keys and Practical Tips for Efficient Development
Qunar Tech Salon
Qunar Tech Salon
Mar 3, 2016 · Fundamentals

Java Code Quality Checklist and Eclipse Formatting Tips

This article presents a practical checklist of common Java code‑smell patterns and best‑practice recommendations—such as using Eclipse’s automatic formatting, limiting return statements, simplifying conditionals, avoiding unnecessary object creation, and applying consistent naming—to improve code readability, maintainability, and performance.

EclipseJavarefactoring
0 likes · 4 min read
Java Code Quality Checklist and Eclipse Formatting Tips