extends statement

2011-04-18 Thread Tomas Mihok
Hello,

I created a web application with module as reausable component in it. Here
is how it looks like (very simple):

Index.html - 2 links (they are in ul list) and module added through div
Index.Java extends HomePage with three add statements (2 x
BookmarkablePageLink and one ModuleOne())
OtherPage.html - 2 links (they are in ul list) and module added through
div
OtherPage.java - extends HomePage with three add statements (2 x
BookmarkablePageLink and one ModuleTwo())

When I run the application both modules show up and links don't work.. Can
both pages extend HomePage? Thank you for your comments.


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 data are stored to database, we also want to pass them to 
Wicket application, which should process them and display them in 
various ways.


My question here is: how can i solve communication Server - WicketApp. 
Which is the best way to pass data to the application (don't forget that 
data are passed every 3 seconds). Thank you for your ideas.


tm

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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

Martin Makundi  wrote / napĂ­sal(a):

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 tomas.mi...@cnl.tuke.sk:
  

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 data are stored to database, we also want to pass them to Wicket
application, which should process them and display them in various ways.

My question here is: how can i solve communication Server - WicketApp. Which
is the best way to pass data to the application (don't forget that data are
passed every 3 seconds). Thank you for your ideas.

tm

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
  



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org