AngularFaces icon indicating copy to clipboard operation
AngularFaces copied to clipboard

[perf] AddTypeInformationCallback uses reflection on p:inputText

Open tandraschko opened this issue 10 years ago • 2 comments

isn't it possible to use the attribute map there? Otherwise -> cache method

tandraschko avatar Oct 12 '14 20:10 tandraschko

When I implemented the code, it wouldn't work until I called setType(). Setting the attribute didn't suffice for some reason. I'll check it again. Probably I'll opt for the second idea.

stephanrauh avatar Oct 12 '14 20:10 stephanrauh

ok caching the method here is ok from classloader perspective - you should just mention somewhere in the docu that AngularFaces should be added the same way as PrimeFaces (tomcat\lib or webapp\lib e.g.)

tandraschko avatar Oct 26 '14 12:10 tandraschko

AngularFaces was an interesting project, but it turned out to be impossible to migrate it to Angular 2, and since then, the Java community has abandoned UI programming altogether. So I'm closing all remaining tickets and archive the project.

stephanrauh avatar Nov 10 '22 17:11 stephanrauh