Hi,
I am developing and java application which require lot of processing and I don't want user to wait till my application finishes processing.
So I came up with splitting application in tow parts client side and server side both of them will run asynchronously.
I am familiar with integrity API and at client side I can work with it.
How do I run my java code at server side and do all required processing there?
Does integrity provides any facility for this?