Here is what the architecture of my implementation looks like:

Dispatcher Servlet
(awaiting incoming httpservletRequest)
                      |
        Wicket Components

On the Application Service layer, I have 

                       EJB Beans

And then on the Data Layer I have 
             JPA/Entity

My question is what should I be concerned about in accessing Wicket
Components from the Servlets since the URL would be connecting directly to
servlets.

I know how this works with JSP but I don't know how to access Wicket apps
from Servlets. Any examples you have would be helpful. We have to have the
Servlets in front due to current connection from IIS and Apache. Your help
or best practices on this would be appreciated.






--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Servlet-and-Wicket-tp3844944p3846081.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to