Skip to content

Commit

Permalink
Merge pull request #684 from vorburger/patch-3
Browse files Browse the repository at this point in the history
Add section Processes
  • Loading branch information
akullpp committed Aug 10, 2018
2 parents 086c9c2 + 0f61f07 commit a8cb17b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ A curated list of awesome Java frameworks, libraries and software.
- [PDF](#pdf)
- [Performance analysis](#performance-analysis)
- [Platform](#platform)
- [Processes](#processes)
- [Reactive libraries](#reactive-libraries)
- [REST Frameworks](#rest-frameworks)
- [Science](#science)
Expand Down Expand Up @@ -750,6 +751,14 @@ A curated list of awesome Java frameworks, libraries and software.
- [Orienteer](https://github.com/OrienteerBAP/Orienteer) - Open-source business application platform for rapid configuration/development of CRM, ERP, LMS and other applications.
- [Spring](https://spring.io/projects) - Provides many packages for dependency injection, aspect-oriented programming, security, etc.

### Processes

*Libraries that help the management of operating system processes.*

- [ch.vorburger.exec](https://github.com/vorburger/ch.vorburger.exec) - Convenient API around Apache Commons Exec.
- [zt-exec](https://github.com/zeroturnaround/zt-exec) - Provides a unified API to Apache Commons Exec and ProcessBuilder.
- [zt-process-killer](https://github.com/zeroturnaround/zt-process-killer) - Stops processes started from Java or the system processes via PID.

### Reactive libraries

*Libraries for developing reactive applications.*
Expand Down

0 comments on commit a8cb17b

Please sign in to comment.