Barcelona conference : JavaEE and Angular2 @JBCNConf by Romain Manni-Bucau, 2016-06-20

Last week, I had a talk at JBCNConf conference about JavaEE and Angular2. The content was about the story behind this blog. Let’s discover it.

Openshift DataSource and TomEE by Romain Manni-Bucau, 2016-06-16

Openshift is a great free cloud platform for java. To make it even smoother, TomEE will let you forget about the datasource details and will just let you concentrate on the important configuration!

HTML colors: from background to text colors by Romain Manni-Bucau, 2016-06-14

While developing a frontend for an application relying on dynamic colors (it is quite common for admin GUI, where colors are used, to identify team or events visually in a dashboard) you may need to compute the color of the text or background from another

Dynamic Bean Validation with CDI and JCache by Romain Manni-Bucau, 2016-06-08

Bean Validation provides an elegant way to validate its data through an annotated (or XML) configured model. This is however static by design but relying on v1.1 and CDI, you can make it dynamic!

Get CXF Performance Monitoring in JMX by Romain Manni-Bucau, 2016-06-02

In its “cxf-rt-management” module, CXF provides a performance extension which registers through JMX to expose metric services. Usable in TomEE, its setup is only 1 line of code. Let’s see how to benefit from this feature very useful during dev phases