| Sign In/My Account | View Cart |
| Article: |
Nukes: the Open Source Java CMS | |
| Subject: | HTML embedded in the Java code??? | |
| Date: | 2003-12-03 16:44:56 | |
| From: | anonymous2 | |
| I am amazed to find that you have taken the approach of embedding HTML into print statements in this day and age. Surely there is another way for you to render HTML than this. No JSPs? No Velocity templates? Old-school prints of HTML strings is what you chose??? | ||
Showing messages 1 through 1 of 1.
I must admit that embedding HTML is very oldskool but does the job straigthfully if you consider that the main look and feel is done by the theme.
However this obfuscates the code.
In fact, the template engine has been ported from phpbb when we ported the forum. So we are able to use the phpbb theme as is. Now the template engine has been refactored out of the phpbb module and can be used by the whole application.
It is possible to store a theme in the HTML module, so at the end we have a very flexible solution
julien