I have a p:inputTextarea tied to a string value on the managed bean and the string will receive appends with a comparison of databases and I'd like to show line by line in real time.
I know ajax is capable of doing it, but considering it will be something like 10000+ lines, could it break the server or something? and can you guys link me to a question with examples of how to do it with ajax?
You can use PrimeFaces poll component. Poll component makes ajax calls in a specified interval.