Passing paramter using JNLP/JWS to Eclipse RCP
Hi All,
Im making a Eclipse RCP application which gets launched from the web UI.
Im using JWS/JNLP for launching the RCP application.
My doubt is how do we pass data/parameters from web UI to RCP through using JNLP/JWS api's , for example how do we pass things like User data, Session data etc from web UI to RCP.
Any help will be great.
Thanks
Ved