Posts by Leonardo • 11 points
2 posts
-
1
votes0
answers172
viewsQ: How to avoid multiple JAR downloads with JNLP?
I have a JNLP-based application, but each time the user clicks on the JNLP file, javaws downloads all the jar’s of my application even without any update on the server side. I have read all the…
-
-2
votes1
answer72
viewsQ: Is it possible to return a value using Remotecommand?
I wonder if in the same way it is possible to pass parameters to a function of a "remoteCommand" if it is possible to receive the return? Just like the example: Xhtml:<p:remoteCommand…