You mean you will be 1. developing the applications with Wicket but 2. prototyping them using something else?
I would say that it is a whole another application development to create such a prototyping toolbox. Why? Because it is a lot of work. The wicket HTML templates are far from mock-up applications. You would need to somehow strip the mock-up applications' functionality to get the wicket templates. If you are doing a lot of this, it might be useful to develop a tool. However, it is pretty easy to strip a mock-up html application into wicket templates by hand.. It would be pretty nifty, though, to have such a Wicket IDE where you could define data sources for tables etc. and replace these with dummy data to generate static mock-up pages. But I would still say it is a huge project :) ** Martin 2008/2/26, Elizabeth Hill <[EMAIL PROTECTED]>: > Would anyone be willing to share their experiences dealing with the html/CSS > and Java development life-cycles? I am looking for folks willing to share > their experiences with the design/html side of application development with > Wicket. I am investigating how to create a toolbox of UI elements (maybe in > something like Dreamweaver or Netbeans) that would allow a designer to put > together a prototype for customers that could then be exactly recreated with > Wicket. (This means having code in the prototype exactly like the code > created by a Wicket component, e.g. code created by a table or list view > component.) We would like to write CSS that creates a consistent look and > feel across all our internal applications. We would also like to be able to > produce prototypes that look like the end product. Is this concept a good > idea? Is there a better way to get consistency between a prototype and the > production app? > > This list may not be the best place for this conversation so I am willing to > take it off-line if necessary. Any assistance or direction to documentation, > etc would be greatly appreciated. > > Thanks! > > Elizabeth Hill > Senior Application Developer / IA > Management Information Systems > SAS Institute Inc. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
