Way to demo Program written in IDE to project partner? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this questionI have java code written in eclipse and I want to show some basic functionality to a partner who is both far away and isn't really versed in Java. Even if he were, I would still want the interaction to be more of a presentation.
Is there anything better than a screen sharing app for thi开发者_运维知识库s? what do you guys do/use?
Thanks!
Screen sharing is pretty straight forward. I have used Team Viewer myself for such things. Works very well, even across less than optimal connections.
You could use some kind of desktop sharing, like TeamViewer.
GoView is an option, if you want something that's more like a presentation and less like a screen-sharing session.
For navigating between code It would be useful to use IntelliJ IDEA's internal messenger IDETalk (which uses jabber). You can easily share code links there - i.e. send 'Code pointers'.
Also If you want to see and make live changes - may be it would be good idea to work within shared Dropbox folder (Or similar cloud file hosting). For this workflow IDEA is preferred than Eclipse because it supports live file update (in Eclipse you need to press F5 each time).
HTH
精彩评论