Difference between revisions of "Development"

Line 9: Line 9:
 
* IDE configuration
 
* IDE configuration
 
** [[Eclipse]]
 
** [[Eclipse]]
** NetBeans
+
** [[NetBeans]]
 
** IntelliJ
 
** IntelliJ
 
* Java / JEE server  
 
* Java / JEE server  

Revision as of 19:51, 24 November 2013

Installation, configuration and usage.

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

  • Jenkins
  • Sonar
  • SVN / GIT server