Development docs
CtrlK
  • Introduction
  • General information
    • Development Ecosystem
    • Documentation
    • Testing
    • Continuous Integration
    • Code Style
    • Paradigms
    • Design Patterns
    • Architecture
    • Refactoring
    • Date Formats
  • Various
    • Technologies and services
      • Travis
      • GitHub
    • Databases
      • Database Kinds
      • Style Guide
      • Joins
    • Web
      • Template View
      • Interactive View
      • Open Graph
      • Twitter Card
    • Parsers
    • Regular Expression
    • File Formats
      • Properties
    • Logging
  • git
    • Configuration files
      • gitignore
      • gitattributes
    • Gitflow
    • Tools
  • Web
    • REST
    • SOAP
  • Architecture
    • SOA
  • Object Oriented Programming
    • Returns
  • Jenkins
    • Pipeline
      • Steps
      • Environment
      • Notifications
      • Scripts
  • Java
    • Environment
      • Development Ecosystem
      • IDE
    • General
    • Interfaces and Generics for a Service
      • Dependencies
      • Type Errors
      • Nested Type Errors
    • Creating New Instances Dynamically
      • Using Classes
      • Using Providers
Powered by GitBook
On this page
  • IDE
  • CI
  • Project Management
  • Version Control
  • Deployment to Dependency Repositories

Was this helpful?

  1. Java
  2. Environment

Development Ecosystem

Java Development Ecosystem

IDE

Eclipse is the recommended Java IDE, it integrates with the other tools used, such as Maven or git.

CI

Travis is used for Continuous Integration.

Project Management

Maven is used to manage projects.

Version Control

git is used for version control.

Deployment to Dependency Repositories

Bintray, JCenter and Maven Central are used to deploy artifacts.

PreviousEnvironmentNextIDE

Last updated 6 years ago

Was this helpful?