@@ -7,8 +7,8 @@ Introduction
7
7
<<SpeedTools>> is a collection of generic Java utilities which are specifically coded to be high-performance
8
8
and very reliable. Most of the code has been 100% code reviewed and has great test coverage.
9
9
10
- The code was originally developed by Rijn Buve, Daan van Dijk and Ruud Diterwich for the TomTom Taxi project
11
- and ran for with zero-downtime for months in a data center, serving hundreds of thousands of requests.
10
+ The code was originally developed by Rijn Buve, Daan van Dijk and Ruud Diterwich for a commercial TomTom
11
+ service and ran for with zero-downtime for months in a data center, serving hundreds of thousands of requests.
12
12
13
13
Feel free to use them in your project.
14
14
@@ -76,6 +76,8 @@ SpeedTools Packages
76
76
77
77
<<SpeedTools>> consists of several modules:
78
78
79
+ * <<apivalidation>> which support for API parameter validation (if you don't wish to use the JSR one)
80
+
79
81
* <<core>> which consists of a lot of handy classes and utilities for your main Java application,
80
82
81
83
* <<geo>> which contains a set of geometry (and geographical) classes,
@@ -85,23 +87,19 @@ SpeedTools Packages
85
87
* <<json>> with JSON reading/writing support, as well as an excellent standard implementation for
86
88
toString(),
87
89
88
- * <<metric>> with support for keeping runtime metrics (i.c.w. JMX),
89
-
90
- * <<guice>> with extended support for Google Guice and property file handling,
90
+ * <<lbs>> which provides easy interfaces for (TomTom) LBS services, like mapping,
91
+ geocoding and routing,
91
92
92
- * <<apivalidation >> which support for API parameter validation (if you don't wish to use the JSR one)
93
+ * <<metric >> with support for keeping runtime metrics (i.c.w. JMX),
93
94
94
95
* <<mongodb>> which contains MongoDB specific classes that will handle easy schema migration in
95
96
MongoDB databases and a superfast "event tracer" system, based on MongoDB, and
96
97
97
- * <<rest>> which consists utilities to create RestEasy REST APIs,
98
-
99
- * <<lbs>> which provides easy interfaces for (TomTom) LBS services, like mapping,
100
- geocoding and routing,
101
-
102
98
* <<pushnotifications]>> which provides generic interfaces for iOS APNS and Android GCM push
103
99
notification services,
104
100
101
+ * <<rest>> which consists utilities to create RestEasy REST APIs,
102
+
105
103
* <<sms>> which provides interfaces for SMS services, with implementations for MessageBird and Nexmo,
106
104
107
105
* <<testutils>> which consists of some utilities which are to be used for Java unit tests
0 commit comments