Re: Passing parameters to Wicket application

2009-11-25 Thread Martin Makundi
> I just wonder if there is a better way than store to database and select > from database. Something that could bypass the database. Don't wonder too soon... it's called premature optimization. Keep it simple, build the simplest thing that could work and if necessary, keep in mind while doing it

Re: Passing parameters to Wicket application

2009-11-25 Thread Tomas Mihok
I just wonder if there is a better way than store to database and select from database. Something that could bypass the database. Also do you have any ideas what is the best way to implement server application? So far I thought of CGI or basic deamon app. Not really sure which is better. tm

Re: Passing parameters to Wicket application

2009-11-25 Thread Martin Makundi
You could use SQL database / or other "storage" to store data which is readable by wicket app. Could that work? ** Martin 2009/11/25 Tomas Mihok : > Hello, > > we are currently desingnig a new project. It is a complex network monitoring > tool for enterprise use. > > WicketApp >      | >  Server

Passing parameters to Wicket application

2009-11-25 Thread Tomas Mihok
Hello, we are currently desingnig a new project. It is a complex network monitoring tool for enterprise use. WicketApp | Server purpouse of Server is that it takes data from clients, stores them in database. Data are sent every 3 seconds. Functionality we want to add is that after da