Re: [Wicket-user] Pattern for seperation of Java and Html - Comments Welcome

2007-05-25 Thread Kadir Sener GUMUS
Hi Johan, as i said before, three leading technology has been used in the project; wicket,hibernate and spring. the all sites are served by wicket in one war application. Additionally, a CMS application is used for html contents and wicket dynamically injects dynamic components. Oh you might have

Re: [Wicket-user] Pattern for seperation of Java and Html -Comments Welcome

2007-05-25 Thread Korbinian Bachl
i am not sure if the server team has changed that mode, but probably it should be development mode is on production servers. Does it cause any problem? well, in developement mode the system is slower and memory problems could occur sometimes (e.g.: just search in list for too much open files

Re: [Wicket-user] Pattern for seperation of Java and Html - Comments Welcome

2007-05-24 Thread Johan Compagner
nice, but how much is done in wicket? it seems a combination with other stuff (or are not many things really dynamic?) because if i look at the source then the basket is wicket made but the rest of the page is something else. i also see the wicket tags and ids everywhere. Do you start wicket in

Re: [Wicket-user] Pattern for seperation of Java and Html - Comments Welcome

2007-05-23 Thread Kadir Sener GUMUS
Hi, i would like to share our experiences of our wicket project. Our project is a turism portal which has booking functionalities with different products and tourism guides,contents etc. I want to draw your attention that tourism guides,contents part! That would mean lots of wicket pages

Re: [Wicket-user] Pattern for seperation of Java and Html - Comments Welcome

2007-05-23 Thread mchack
Thanks for the input. I am just getting my feet wet with the platform and am amazed at the underlying capabilities. My main concern is to make sure that I come up to speed regarding best practices, etc. I will ping you again once I have had a chance to digest your comments. I think I understand

Re: [Wicket-user] Pattern for seperation of Java and Html - Comments Welcome

2007-05-22 Thread Eelco Hillenius
Well, it's something you can quite easily do yourself. See org.apache.wicket.examples.customresourceloading. Unless I don't understand what you mean, it doesn't sound like something that should be a generic facility in Wicket to me. Eelco On 5/22/07, mchack [EMAIL PROTECTED] wrote: I know

Re: [Wicket-user] Pattern for seperation of Java and Html - Comments Welcome

2007-05-22 Thread mchack
Thanks for the reply. Not suggesting it should be part of the main distribution. I am new to the framework and was trying to see if what I proposed made sense. I want to make sure that I don't hinder or create barriers to content creation on our portal and wanted to do it in a manner that made