Commit Graph

12 Commits

Author SHA1 Message Date
8096d3ff58 Configured the project to use Hibernate validation
This requires the Hibernate Tools (a part of JBoss Tools) to be
installed in Eclipse.
2020-04-09 14:15:39 +02:00
delvh
eba02422e3 Renamed classes with a two-letter initialism according to convention 2020-03-24 18:41:26 +01:00
delvh
722f91ba91
Added database support to forward messages (#30)
* Added server support for forwarding messages

* added newline at EOF for any file not having one at its end
2020-03-23 22:12:27 +01:00
delvh
a8f15ec6be
Changed compiler compliance to 11, modularized all packages (#29)
* added package- and module-info.java, changed JRE from 8 to 11

* moved ObjectProcessor into the processors package

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-03-07 22:04:02 +01:00
396a8c80a6 Clean-up, disabled SQL logging 2020-02-12 07:10:33 +01:00
delvh
fb4ecaed4e Added EventProcessor and methods to handle MessageStatus changes
additionally cleaned up whole project, fixed some Javadoc errors and
added a few database and connection options.

Sorry for the huge commit, there was almost no time inbetween where a
commit would have been possible, as to solve every problem, a new
problem arose.
However, as of now, f/message_handling should be ready to be merged into
develop, besides that it could not be tested yet.
2020-01-11 18:28:48 +01:00
delvh
786150ec0c configured JPA validation 2020-01-11 09:42:02 +01:00
d40194b10d LV-encoding messages, added JPA validation. 2020-01-06 17:40:19 +01:00
c6d8230ae1 Adjusted comment templates. 2020-01-04 16:50:05 +02:00
delvh
20093250a1 Updated Javadoc 2020-01-03 16:21:35 +01:00
6c094bdccd Added basic lifecycle with object reading capabilities
* Added java-nio-server dependency
* Added ObjectMessageReader and ObjectMessageProcessor
* Added Startup class starting a Server instance
2019-12-28 15:48:39 +02:00
a1d4f1d999 Added Maven project 2019-12-23 21:31:51 +01:00