Difference between revisions of "Development"
(→Developer tools) |
|||
Line 57: | Line 57: | ||
* [[SVN server]] | * [[SVN server]] | ||
TODO: GIT server | TODO: GIT server | ||
+ | |||
+ | |||
+ | |||
+ | =Hints= | ||
+ | |||
+ | ==Java== | ||
+ | |||
+ | |||
+ | ==Javascript== | ||
+ | |||
+ | * [[Conditional content depending on IP address]] | ||
+ | |||
+ | |||
+ | ==Linux== |
Revision as of 16:37, 21 August 2014
Installation, configuration and usage.
Contents
Developer tools
- Java JDK setup
- Maven
- SVN client
- GIT client
- IDE configuration
- Java / JEE server
- Database
- Squirel client
- MySQL workbench
- MySQL server
- SOAPui
- Messaging servers
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