Hi, I'm using GWT + MVP and I need to create a project which include about 50 templates. Clients will register and choose a template by category (Business, Personal, Storefront and etc.) after that they will have own website. They can change position of the blocks, add widgets and etc. The question is how can I manage about 50 templates. Should I create for each template MVP structure (physic file system using UI Binder) or can I save templates in database and then read/create them with Virtual path directory? Do you have any suggestion?
I finished this project on .NET, and how it works: 1. SEO request 2. Defining which template needs to be loaded (from DB) 3. Which page of selected template needs to be loaded (from DB) 4. Getting Layout (HTML including .NET tags) (from DB) 5. Parsing .NET tags (usually i use two tags of .NET : WebZone ( Blocks ), WebPart (Widgets within blocks)) 6. Creating virtual file 7. Implement parsed content, set webparts( widgets) 8. Response to client thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
