Please enable JavaScript.
Coggle requires JavaScript to display documents.
Tech Migration - Coggle Diagram
Tech Migration
-
-
JBOSS EAP 6.4
-
can upgrading of components:
- hibernate 4.2.14 to 4.2.18
JSF 2.1.28 redhat3 to 2.1.28,final
Java 8
delivers enhances developer productivity,
boilerplate code increase significant application performance,
simpler parallel programming models,
more efficient use of modern,
multi-core processors.
code:
startsWith() - method to check whether a string starts with the specified character(s).
endsWith() - method to check whether a string end with the specified character(s).
Built in Functions interfaces
- Predicates - boolean valued of one arguments.
- Functions - accept one arguments and produce a result.
- Suppliers - produce result of given generic type.
- Consumers - represent operations to be performed on a single input arguments.
- Comparators - for comparison purpose.
- optionals - prevent "NullPointerException"
- Streams : java.util.stream represents a sequence of elements on which one or more operations can be performed.
-