I am trying to create an event-recorder for java application (Linux environment)does the following:
1)Run users JVM from mine .My process should record all events of usrs without disturbing the users process.
2)Replay them
Replaying part is simple thanx to java.awt.Robot
But the recording events part seems to be clueless
How do I approach
1)Use Linux Apis
2)Use pure Java
3)Use JNI
I am new to java .Please can you guide what is the best way to pursue it .Please give me the good websites and the books necessary.
1)Run users JVM from mine .My process should record all events of usrs without disturbing the users process.
2)Replay them
Replaying part is simple thanx to java.awt.Robot
But the recording events part seems to be clueless
How do I approach
1)Use Linux Apis
2)Use pure Java
3)Use JNI
I am new to java .Please can you guide what is the best way to pursue it .Please give me the good websites and the books necessary.