Re: [OT] Book recommendation requested: Object-Oriented Analysis and Design

2006-03-08 Thread Andre Van Klaveren
<[EMAIL PROTECTED]> wrote: > Folks, > > I was wondering if someone could please share some recommendations on a good > beginner book on the topic of OO analysis and design. > > Thanks. > > ATTA > > -- Virtually, Andre Van Klaveren Architect III, SCP Glo

Re: reset method in ActionForm

2006-01-03 Thread Andre Van Klaveren
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Virtually, Andre Van Klaveren Architect III, SCP Global Public Sector Unisys Corporation

Re: Struts action forms crossing sessions?Anyideawhythisishappening?

2005-10-12 Thread Andre Van Klaveren
- > Terms: > Please note that any prices quoted within this e-mail are subject to VAT. > All program details and code described in this e-mail are subject to > copyright (c) of MSoft eSolutions Limited and remain the intellectual > property of MSoft eSolutions Limited. > Any proposal or pricing information contained within this e-mail are > subject to MSoft eSolutions' Terms and Conditions > -- > Disclaimer: > This message is intended only for use of the addressee. If this message > was sent to you in error, please notify the sender and delete this > message. MSoft eSolutions Limited cannot accept responsibility for > viruses, > so please scan attachments. Views expressed in this message do not > necessarily reflect those of MSoft eSolutions Limited who will not > necessarily be bound by its contents. > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Virtually, Andre Van Klaveren Architect III, SCP Global Public Sector Unisys Corporation

Re: Struts action forms crossing sessions? Any idea why this ishappening?

2005-09-30 Thread Andre Van Klaveren
ng. Problem with the JVM? > With struts? Something we're doing. Anyone ever seen this? > > Preston > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > &

Re: [To sum it up] Re: Confused

2005-06-15 Thread Andre Van Klaveren
ete > > Reference' and I am only at the beginning. I'll continue to dig on > > the subject. I'm happy to see that there is community here for > > helping me. I fell already a lot more comfortable. > > > > Thank you. > > > > A+ > > > >

Re: PDF Streamed To Client

2005-04-27 Thread Andre Van Klaveren
ollers and shouldn't directly handle business logic or building a response to the client. This would directly couple your application logic to the Stuts framework. (Last couple sentences meant for newbies reading this thread). -- Virtually, Andre Van Klaveren Architect III, SCP Enterprise Tra

Re: PDF Streamed To Client

2005-04-26 Thread Andre Van Klaveren
ntent was relatively small and was generated dynamically. If you design the Servlet generically it can be reused in any project that requires the application to stream the content of any type of file to the client (gif, jpg, rdf, etc). -- Virtually, An

Re: Output PDF

2005-03-14 Thread Andre Van Klaveren
subsequent requests should have the "conType" userAgent. Can you verify this? Virtually, Andre Van Klaveren, SCP On Mon, 14 Mar 2005 13:21:25 -0800, Scott Piker <[EMAIL PROTECTED]> wrote: > This intrigued me, since our app also has some generated PDFs. Sure > enough, there

Re: Output PDF

2005-03-14 Thread Andre Van Klaveren
Any time! Virtually, Andre Van Klaveren, SCP On Mon, 14 Mar 2005 14:51:37 -0600, Brad Balmer <[EMAIL PROTECTED]> wrote: > Thanks for the great response. This should take care of all my issues. > > -Original Message- > From: Andre Van Klaveren [mailto:[EMAIL PROTECT

Re: Output PDF

2005-03-14 Thread Andre Van Klaveren
anged this is XPSP2. I'm running XPSP2 at home and have no problem viewing PDFs over an encrypted connection. Micro$oft would be breaking a lot of clients if they chose to change that setting. Virtually, Andre Van Klaveren, SCP On Mon, 14 Mar 2005 13:43:51 -0700, Larry Meadors <[EMAIL

Re: Output PDF

2005-03-14 Thread Andre Van Klaveren
g the MVC model anyway. I hope this helps. Oh, and you can read all about the "feature" of IE here: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q293792 Virtually, Andre Van Klaveren, SCP On Mon, 14 Mar 2005 14:01:48 -0600, Brad Balmer <[EMAIL PROTECTED]> wrote: >

Re: Request objects

2005-02-22 Thread Andre Van Klaveren
n field in your form, name it "test" and set it's value to the value of your "test" bean. Then everything will work. Virtually, Andre Van Klaveren On Tue, 22 Feb 2005 14:40:26 -0600, Hubert Rabago <[EMAIL PROTECTED]> wrote: > See my response for the reason. :) &g

Re: Request objects

2005-02-22 Thread Andre Van Klaveren
stroying any objects in the request scope. I'm not sure that this is your problem though. Are you sure that the ActionForm that the request is being sent to has a field called "test"? Virtually, Andre Van Klaveren On Tue, 22 Feb 2005 14:07:37 -0600, Lee Harrington <[EMAIL PR

Re: Struts Action as Welcome File

2004-09-23 Thread Andre Van Klaveren
I setup index.jsp as my welcome file (in web.xml) and then just have index.jsp forward to the Action of my choice. On Thu, 23 Sep 2004 15:36:42 -0400, Mulligan, Scott H <[EMAIL PROTECTED]> wrote: > I am trying to set my application's welcome file to a struts dispatch action > (login.do?method=loa