Re: Refactoring Struts Initialization (was RE: Splitting struts-config into multiple jar...)

2004-04-05 Thread Don Brown
Craig R. McClanahan wrote: snip / I personally believe that, even if we implemented dynamic reconfiguration support for the config files themselves, developers will be disappointed in how little this helps in a development cycle -- you're not going to pick up added or changed Java classes

Refactoring Struts Initialization (was RE: Splitting struts-config into multiple jar...)

2004-04-04 Thread Joe Germuska
This thread seems to have taken a turn into something I'm interested in; too bad the subject didn't change with it so I could have started following sooner. You really didn't miss much yet... I really don't like methods that throw Exception so I like ServletException better. No problem. I just

Re: Refactoring Struts Initialization (was RE: Splitting struts-config into multiple jar...)

2004-04-04 Thread Ted Husted
On Sun, 04 Apr 2004 09:04:24 -0600, Joe Germuska wrote: IMO, Struts datasource handling should be deprecated and removed. It had it's place in the past but now Struts has no business managing datasources; that's the containers job and most of them do it better than Struts. I would like part