I need to generate Sequence Diagram for my project.
I have made the classes, methods with proper signatures, method calls from one class to other etc., however, i cant really run the web application to get the Sequence diagram by trace since logic is yet to be implemented.
Is there any way in which i can get sequence diagrams without running the trace?
Language:Java
IDE: Eclipse
As mentioned in my comments you can use diver to generate static sequence diagrams. Diver supports static sequence diagram by selecting a method and generate a sequence. you can generate static sequence for important methods and explain your colleagues.