Software Development
Wednesday, June 24, 2020
How to use Microprofile with tomee-embedded-maven-plugin
›
Here is a sample POM how to use Microprofile with tomee-embedded-maven-plugin 8.x: <project xmlns="http://maven.apache.org/POM/4....
55 comments:
Tuesday, March 12, 2019
JSF benchmark 2019
›
See: https://github.com/tandraschko/jsfbench
7 comments:
Tuesday, March 5, 2019
Way to MyFaces 2.3-next
›
I (and other commiters) spend many hours to prepare the MyFaces codebase for the upcoming version 2.3-next during the last months, which wil...
8 comments:
Tuesday, February 5, 2019
Maven: use lombok combined with OpenJPA metadata generation
›
Here is a example how to use lombok combined with OpenJPA metadata generation inside the maven-compiler-plugin: <dependencies> ...
18 comments:
Tuesday, November 7, 2017
Increase your JSF application performance - Version 2017
›
As my last posts are already 5 years old, i think it's time for a new one :D Environment: If you would like to use a JavaEE applica...
14 comments:
Monday, January 25, 2016
Enable failover with OpenWebBeans (>= 1.5.1)
›
Since OWB 1.5.1 you don't need any configuration or FailOverFilter anymore as the beans are directly stored in the HttpSession :)
5 comments:
Saturday, September 21, 2013
Session replication / clustering / failover with Tomcat (Part 1 - Overview)
›
This is my first post of a series about Tomcat and clustering. In this post i will explain some different replication mechanism. NOTE: A...
98 comments:
›
Home
View web version