Development

Revision as of 22:10, 18 October 2014 by WikiFreak (talk | contribs)

Installation, configuration and usage.


Nouveau menu


Continuous integration Continuous Integration

To achieve "Continuous Integration" you need a set of tools + organizational changes.

This page only describes the tooling aspect.


You need:

  • Source control: SVN, GIT, ...
  • Build system: Jenkins
  • Artifact control: Artifactory, Nexus, ...
  • Project tool: for Scrum dashboard + Bug tracking. You can use software like JIRA, Redmine, ...


Sometimes you might use also:

  • Software quality metrics - this will only check HOW you've done your work ; not if the feature is correct! - Sonar
  • Documentation tools


Source code control

Subversion

SVN Subversion (SVN)


GIT

GIT SCM GIT



Build server

Jenkins Jenkins


Advanced stuff:



Software quality metrics

Quality principles Quality principles

Quality policies and enforcement



Sonar Sonatype sonarqube

Sonar setup

Sonar + maven principle

Sonar + maven configuration + Jenkins

Maven site reports

Artifacts hosting

Nexus Sonatype Nexus Open-Source Edition

Nexus

Nexus Maven configuration


Ancien menu

Developer tools

Programming

  • Code
    • Java
    • JEE
    • Spring
    • JMS
    • Maven tricks
    • SQL
    • Other
  • Tests
    • Units tests
    • Integration tests
      • Spring tests
      • DB Unit
      • Arquillian
    • Load tests
  • Architecture
    • Design patterns
    • SOA / ESB
    • Clean code
  • Performances check
    • VisualVM (JMX monitoring of JDK)
  • Methods
    • Scrum
    • Kanban


Continuous integration

TODO: GIT server


Hints

Java

Javascript


Linux