For anyone interested, I wanted to run FedOne instrumented by MaintainJ, so that I could see sequence diagrams.
FedOne started OK, but the 'MaintainJ - Start and Stop Tracing' Swing window which is supposed to pop up never did. It seems that you need to manually follow the directions in "Generate trace file" at the bottom of http://www.maintainj.com/userGuide.jsp?param=runtime I put the com.maintainj.aspect.JoinPointMap.setAddJoinPoint(true) statement in ServerMain.run, and the writing stuff in WebSocketChannel.sendMessage (it'll write if you type some magic character in the client). And voila, it works. Hope this helps someone. I'd be interested to read about other techniques people are using to help them understand the implementation (in addition to reading the source). cheers .. Jason -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
