Honestly I think the free maker template system is BETTER than jsp. Because it's limited as a template language it prevents a merger of the programming and the templates. Although it seems inconvenient that you can not stab random bits of jsp in here and there LONG TERM merging the template with code is a disaster. You can still insert logic, but it must be drawn from the underlying classes. So just edit the classes using
java it's not difficult. I would perfer some sort of PLUGIN class library that the template language could access for addons. But I think it's always best to keep template languages for templateing. The seperation is what I think jFoum has OVER the php systems, which are just a merged mess. And also almost totally unmodifiable. BECAUSE every upgrade destroys all your custom work.
And to cap my point about what a mess it can be, check the poster out:
He wants to only quote the latest thread...
This seems like logic that should be imbeded in the TEMPLATE? I can only imagine the mess. This logic should got in the underlying JAVA CLASS files if you ask me. Then tirggered by a small change to the template for those that want it.
[originally posted on jforum.net by gwoodruf]