Hi, I'm developing an application with T5 (Tomcat, Hibernate+MySQl). And I'm looking for a solution for the initial page. The user shold see the initial page at the first start of the application. On this page he have to create an admin (of the web appication) and set default values. So this is a essential step for the running of the application but I need this only single time (after the application start), so it's not really make sense to implement this on my index page (and connect every time to the database and look if there is an admin defined). Of course I can write in the manual, that on the first start the admin should call something like url/myApp/initPage and set there the default values etc. but thats not really an elegant solution.
regards Oskar (sorry for my bad english) -- View this message in context: http://old.nabble.com/Strategies-for-the-initial-page-tp28609083p28609083.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org