Re: Servlet and Wicket

2011-09-28 Thread Pointbreak
to know now so that we > can consider JSF instead. Your response is appreciated. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Servlet-and-Wicket-tp3844944p3848610.html > Sent from the

Re: Servlet and Wicket

2011-09-27 Thread koha...@gmail.com
. Your response is appreciated. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Servlet-and-Wicket-tp3844944p3848610.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe

Re: Servlet and Wicket

2011-09-27 Thread Pointbreak
On Monday, September 26, 2011 8:39 PM, "koha...@gmail.com" wrote: > We have to have the > Servlets in front due to current connection from IIS and Apache. That doesn't make any sense. For IIS and Apache it really doesn't matter at all. > Here is what the architecture of my implementation looks l

Re: Servlet and Wicket

2011-09-26 Thread koha...@gmail.com
l. 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 ma

Re: Servlet and Wicket

2011-09-26 Thread koha...@gmail.com
w to integrate Servlet code with Wicket. > > define "integrate" > > -igor > > >> >> I hope this helps clearify things a bit. >> >> -- >> View this message in context

Re: Servlet and Wicket

2011-09-26 Thread manuelbarzi
inal Message- > From: "koha...@gmail.com" > Date: Mon, 26 Sep 2011 15:06:42 > To: > Reply-To: users@wicket.apache.org > Subject: Re: Servlet and Wicket > > I am asking this question because I have reviewed all the books published on > Wicket including t

Re: Servlet and Wicket

2011-09-26 Thread noven_lie
org Subject: Re: Servlet and Wicket I am asking this question because I have reviewed all the books published on Wicket including the recent Wicket Cookbook, I have not seen any examples of how you can replace JSP with Wicket. I want to use Wicket in my current project but it would be cost prohibiti

Re: Servlet and Wicket

2011-09-26 Thread Igor Vaynberg
gt; I hope this helps clearify things a bit. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Servlet-and-Wicket-tp3844944p3845548.html > Sent from the Users forum mailing list archive at Nabble.com. > > -

Re: Servlet and Wicket

2011-09-26 Thread koha...@gmail.com
hope this helps clearify things a bit. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Servlet-and-Wicket-tp3844944p3845548.html Sent from the Users forum mailing list archive at Nabble.com. - To

Re: Servlet and Wicket

2011-09-26 Thread Igor Vaynberg
nue with JSP. If someone know how we can integrate Servlet and Wicket > in the presentation layer please let me know. Your response is very much > appreciated. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Servlet-and-Wicket-tp3844944p3844944.htm

Servlet and Wicket

2011-09-26 Thread koha...@gmail.com
way to make this work? The investment in Servlet development is significant. Therefore we want to reuse them. If cannot, we may have to continue with JSP. If someone know how we can integrate Servlet and Wicket in the presentation layer please let me know. Your response is very much appreciated

Re: about servlet and wicket-spring sequence

2008-02-28 Thread James Carman
The context loader listener will put the Spring context into the ServletContext at application startup. You can access it via the org.springframework.web.context.support.WebApplicationContextUtils class. You don't need Wicket at all for this. On 2/28/08, Mead Lai <[EMAIL PROTECTED]> wrote: > >

RE: about servlet and wicket-spring sequence

2008-02-28 Thread Mead Lai
eyAction /surveyAction.do ViewSurvey /viewSurvey.do WicketApplication /manage/*.html /manage/index.html > From: [EMAIL PROTECTED]> To: users@wicket.apache.org> Subject: about servlet and wicket-spring sequence> Date: Fri, 29 Feb 2008 10:10:16 +0800> > > Hi,> I hav

about servlet and wicket-spring sequence

2008-02-28 Thread Mead Lai
Hi, I have a Servlet "ViewSurvey.do", it access the Spring Context from wicket Application. MyApplication app = (MyApplication) RequestCycle.get().getApplication(); but there is some thing strange: 1,if I visit the Servlet "ViewSurvey.do" first, It will cause some error, and all the applica