Template of Reindeer theme

Hi,
I’m pretty new with all this and I need to build quickly a tamplate on which I can build various things. I would like something like http://demo.vaadin.com/ReindeerTheme (I mean template like this). Does Reeinder theme have implemented method to build such thing quickly ? or do u have any open source code on github for an example?
It would be very helpful.
Thanks

Hi,

I don’t quite understand what you need: a basis for an application architecture or a basis for a new theme?

Anyway, here’s the source code for the reindeer theme demo:
http://dev.vaadin.com/browser/svn/branches/jounis-layout-protos/demo/src/com/vaadin/demo/themes/ReindeerThemeStyles.java
. I would not take too many architectural tips from that since it seems everything is just put in one file - there’s no reasonable class hierarchy.

In any case, you can get a bunch of examples from Vaadin SVN (
http://dev.vaadin.com/browser
) and GitHub (https://github.com/vaadin/).