Re: Struts application & infrastructure choices

2002-12-14 Thread Aymeric Alibert
> To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Struts application & infrastructure choices > > Craig R. McClanahan wrote: > > > > On Sat, 14 Dec 2002, David Graham wrote: > > > > > >>Date: Sat, 14 Dec 2002 13:23:40 -0700 > &

Re: Struts application & infrastructure choices

2002-12-14 Thread Craig R. McClanahan
On Sat, 14 Dec 2002, Phil Steitz wrote: > Date: Sat, 14 Dec 2002 16:41:13 -0700 > From: Phil Steitz <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Struts app

Re: Struts application & infrastructure choices

2002-12-14 Thread Phil Steitz
Craig R. McClanahan wrote: On Sat, 14 Dec 2002, David Graham wrote: Date: Sat, 14 Dec 2002 13:23:40 -0700 From: David Graham <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Struts application & infrastructure cho

Re: Struts application & infrastructure choices

2002-12-14 Thread Craig R. McClanahan
On Sat, 14 Dec 2002, David Graham wrote: > Date: Sat, 14 Dec 2002 13:23:40 -0700 > From: David Graham <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Struts application & infrastructure choices

Re: Struts application & infrastructure choices

2002-12-14 Thread David Graham
Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Struts application & infrastructure choices Date: Sat, 14 Dec 2002 15:00:38 -0700 David Graham wrote: It should be fairly easy to implement this and do some performance testi

Re: Struts application & infrastructure choices

2002-12-14 Thread Phil Steitz
il From: "Aymeric Alibert" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "<\"Struts Users Mailing List\"" <[EMAIL PROTECTED]> Subject: Struts application & infrastructure choices Date: Sat, 14

Re: Struts application & infrastructure choices

2002-12-14 Thread V. Cekvenich
One way is to integrate via Oracle (or less expensive to operate PostgreSQL). What ever you need, you can cache or create an async. process to store the needed data in the DB, that is in the secured zone. Sort of a "real" time data ware house. So via Oracle create views or pl SQL on to other res

Re: Struts application & infrastructure choices

2002-12-14 Thread David Graham
t; <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "<\"Struts Users Mailing List\"" <[EMAIL PROTECTED]> Subject: Struts application & infrastructure choices Date: Sat, 14 Dec 2002 10:38:19 -0600 Hello, We ar

Struts application & infrastructure choices

2002-12-14 Thread Aymeric Alibert
Hello, We are successfully running a large struts application. We designed it using a 'classic' architecture: - A Tomcat server running the application in our DMZ. - Use of Struts for our front-end and implementation of the DAO pattern to isolate our Data Access layer. Even if everything runs on