Hello
I am trying to understand the jboss nukes structure.
My Status:
I am able to check out from cvs, build, deploy and run properly for nuke 1.1.
When i reading the Wiki documentation(Theme Template.doc file) and the source tree of nuke-1.1. I have following questions:
(Q1)In nuke-1.1/nukes/src/bin/nukes-lib-jar/org/jboss/nukes/core/themes/ directory. there are a few themes are defined as html templates (extralite, maiden, pure etc). How and where are these templates loaded by the system?
(Q2)How and where are the template html files combined(rendered together) with the modues deployed in the system? Please specify the name and location of the related file (java file or xml file).
Best Regards
yang
Q1) The available themes as there are so few are all in the core for now:
/nukes/src/bin/nukes-lib-jar/org/jboss/nukes/core/themes
There are declared in the jboss-service.xml
Q2) Between core and common, look for theme/template named classes