1) Please don't cross-post or multiple post; personally, this is the third time I've seen this message in the last 24 hours. That gets really old really fast. 2) Check out trails: https://trails.dev.java.net/ which is already doing what you describe.
Robert Tapestry Fan wrote: > Hello everyone! > > I want to develop a set of classes to dinamically generate the html > template. I want to do some predefined templates and i want to make > some classes that can construct the components templates and the > specification of that components. I think this beacouse the mayority > of the screens in a web application can be reused to other web > application, so i want to automate the generation of the html to > develop applications in very much less time. > I was thinking in using the composite pattern and make a class for > every component to generate the template corresponding to that > component, and other class that can hold the components like a > container. then my idea is to have a collection of containers in a > page and composite in every container all the components i want. > > Have you got any idea to this? i mean, you think i´m in the right way > using the composite pattern and the panel class or you have other > ideas? > > Thanks a lot! > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
