AngularFaces
AngularFaces copied to clipboard
[perf] check caching in ELTools
its dangerous...
I found one forgotten synchronized check. Apart from that, do you see any further risks?
we should chat about it there are more things to do
Removed caching from ELTools.
+1 but we should look now how we can improve performance there - i'm sure it's one of the most used classes in a AngularFaces app, right? As i said, we should chat about it that i can understand the exact usage.
FYI caching isn't bad but...
- use concurrent collections instead of synchronized blocks
- classloader problems if e.g. AngularFaces is added via tomcat\lib
hmmm a good way would be to provide this caching via an AppScoped bean + concurrent collections
AngularFaces works without caching, so we can shift this ticket to version 2.2, which is going to be a performance enhancement version :).
AngularFaces was an interesting project, but it turned out to be impossible to migrate it to Angular 2, and since the, the Java community has abandoned UI programming altogether. So I'm closing all remaining tickets and archive the project.