InterviewSolution
Saved Bookmarks
| 1. |
Is there a way to see the Java code for the flow service? |
|
Answer» FLOW service is not CURVED or turned into Java code. It resides as XML on the disk on behalf of the flow operations. Afterwards, it parsed and TRANSFORMED into a Java TREE of operations. ALTHOUGH the flow operation is coded in Java, it is stored on a disk as XML. |
|