Difference between revisions of "Development"

(Created page with " == Programming == * MySQL server * SVN server * Java / JEE server * Continuous integration and Software quality * JMS server: ActiveMQ == Continuous integration == Installat...")
 
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Development]]
 +
<seo google-site-verification="NS8HNfXeCZBn4FoGJp38gQH7vHkeZC9Qdr_YDMd7MsQ" />
  
== Programming ==
 
* MySQL server
 
* SVN server
 
* Java / JEE server
 
* Continuous integration and Software quality
 
* JMS server: ActiveMQ
 
  
== Continuous integration ==
+
{| style="margin: 1em auto 1em auto"
Installation, configuration and usage
+
|-valign="top"
* Jenkins
+
|width="20%"|{{Template:Menu dev}}
* Sonar
+
|width="20%"|{{Template:Menu ci}}
* SVN / GIT server
+
|width="20%"|{{Template:Menu programmation}}
 +
|width="20%"|{{Template:Menu android}}
 +
|}
  
  
== Developer tools ==
 
* JDK setup
 
* Maven
 
* SVN client
 
* GIT client
 
* IDE configuration (Eclipse/ NetBeans / IntelliJ)
 
* Java / JEE server (Tomcat / Glassfish / IBM WAS)
 
* Database server (MySQL)
 
* SOAPui
 
  
===Development trips and tricks===
+
 
Cf sharepoint wiki + architecture + book reviews + news...
+
=To be done=
 +
 
 +
 
 +
==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
 +
 
 +
 
 +
==Javascript==
 +
 
 +
* [[Conditional content depending on IP address]]

Latest revision as of 22:27, 12 March 2019


Development tools


Code style Code style


Key tools Key tools (Java, Maven, ...)


IDE configuration IDE configuration


Source control client Source control client


Database Database


Web development tools Web development tools


Application servers and containers A.S and containers


Messaging servers Messaging servers

Continuous Integration


Source control Source control server


Build server Build server


Software quality metrics Software quality metrics


Artifacts hosting Artifacts hosting

Programming languages


Java FX 2 Java FX 2


Spring Spring

Android

Android studio setup Android studio setup



To be done

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


Javascript