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]

Reply via email to