RE: Help please

2006-09-15 Thread Caldarale, Charles R
> From: Robert Harper [mailto:[EMAIL PROTECTED] > Subject: RE: Help please > > Does anyone have experience with Tomcat on a mainframe? Works fine on ours, as does JBoss. But we're not silly enough to use EBCDIC... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: Help please

2006-09-15 Thread Robert Harper
. -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 11:54 AM To: Tomcat Users List Subject: Re: Help please Kevin- To use CompressionFilter you 1)override doFilter method to provide filtering response via previously defined 'FilterCha

Re: Help please

2006-09-15 Thread Martin Gainty
Kevin- To use CompressionFilter you 1)override doFilter method to provide filtering response via previously defined 'FilterChain' 2)wrap your regular response as a CompressionServletResponse before sending back to client (as in this example from Kief Morris) public void doFilter(ServletRequest

RE: Help please

2006-09-15 Thread Robert Harper
Check your definition of the servlet in the [app_root]/WEB-INF/web.xml file. There is a reference to where the filters are located. You probably need to either create this class or remove the reference from the web.xml file. Robert S. Harper Information Access Technology, Inc. _ From

Re: help please?

2006-03-27 Thread Asegid Debebe
Thanks Mark, On 3/27/06, Mark Eggers <[EMAIL PROTECTED]> wrote: > > > http://www.wickedlysmart.com/HeadFirst/HeadFirstDesignPatterns/HeadFirstPatternsIndex.html > > Grab the examples. I think the last ones have a full > blown MVC example. One uses Spring and one is coded > plain. > > Of course,

Re: help please?

2006-03-27 Thread Steve Ochani
On 27 Mar 2006 at 23:31, Asegid Debebe wrote: > Thanks David, I am currently in a class on e-Apps development using > J2EE and tomcat server. MVC is designed to make complex applications > design simpler by breaking down the applicatioin in to three separate > and virtually-independent components,

Re: help please?

2006-03-27 Thread David Kerber
So it's just another variation on the old 3-layer application architecture... Asegid Debebe wrote: Thanks David, I am currently in a class on e-Apps development using J2EE and tomcat server. MVC is designed to make complex applications design simpler by breaking down the applicatioin in to th

Re: help please?

2006-03-27 Thread Asegid Debebe
Thanks David, I am currently in a class on e-Apps development using J2EE and tomcat server. MVC is designed to make complex applications design simpler by breaking down the applicatioin in to three separate and virtually-independent components, the Model (the application Data), the View (the way th

Re: help please?

2006-03-27 Thread Mark Eggers
http://www.wickedlysmart.com/HeadFirst/HeadFirstDesignPatterns/HeadFirstPatternsIndex.html Grab the examples. I think the last ones have a full blown MVC example. One uses Spring and one is coded plain. Of course, any prof worth his or her salt is going to both read this mailing list and know t

Re: help please?

2006-03-27 Thread David Kerber
No, I don't know anything about MVC as such. I know MVC stands for "Model View Controller", but have no idea how it applies to writing a real application. I'm purely a self-taught programmer and database designer/administrator. I've been programming since 8th grade in the mid-70's (on an HP-

Re: help please?

2006-03-27 Thread Asegid Debebe
Do you have any suggestion, David? Thanks, On 3/27/06, David Kerber <[EMAIL PROTECTED]> wrote: > > Waited a bit too long to start your homework, did you? ;-) > > Asegid Debebe wrote: > > >Dear all, I really need to complete a very "simple" web application > which > >demonstrate the MVC archite

Re: help please?

2006-03-27 Thread Asegid Debebe
Yes, I took too much time with other stuff and realized that it is due tomorrow . . . I don't think I will ever sleep today . . . AD On 3/27/06, David Kerber <[EMAIL PROTECTED]> wrote: > > Waited a bit too long to start your homework, did you? ;-) > > Asegid Debebe wrote: > > >Dear all, I real

Re: help please?

2006-03-27 Thread David Kerber
Waited a bit too long to start your homework, did you? ;-) Asegid Debebe wrote: Dear all, I really need to complete a very "simple" web application which demonstrate the MVC architecture fully. I would love to do it myself from scratch but given the time I have, I can't!. I really appreciate

Re: help please?

2006-03-27 Thread Asegid Debebe
Thanks Michael, I am checkig it. Thanks!! AD On 3/27/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > On 3/27/06, Asegid Debebe <[EMAIL PROTECTED]> wrote: > > Dear all, I really need to complete a very "simple" web application > which > > demonstrate the MVC architecture fully. I would lov

Re: help please?

2006-03-27 Thread Michael Jouravlev
On 3/27/06, Asegid Debebe <[EMAIL PROTECTED]> wrote: > Dear all, I really need to complete a very "simple" web application which > demonstrate the MVC architecture fully. I would love to do it myself from > scratch but given the time I have, I can't!. I really appreciate if someone > can point me