Jackson structured programming: Difference between revisions

Content deleted Content added
Line 12:
 
== Structural equivalent ==
For an example comparing Jackson Structured Programming to "traditional" structured programming, let us consider a CJava program to count the number of lines in a file.
 
The JSP version of the program is structurally equivalent to