I am trying to get the work-flow of this project.
say , user type
http://.../forum/list.page, it will go to central
servlet, JForum.java , parse the url, use command
pattern to invoke the forumAction's list function, save data into FreeMarker context, then it route back to response.
I got lost the last step: how to send response, which page it route the response to ? forum_show.htm or forum_list.htm ? how we know it ?
In what URL it will use " JForum.getResponse().sendRedirect(redirectTo)" ?�?�
I did learn a lot from this project.
[originally posted on jforum.net by Anonymous]