Re: detecting session timeout

2004-04-20 Thread Erik Price
a "return" after your redirect, just in case the browser doesn't respect the redirect header (this prevents the filter from allowing execution to continue on the resource it is protecting, something which has actually happened to me in the absence of a "return" on Tomc

Re: Struts, Business Logic, DAOs

2004-04-18 Thread Erik Price
u can refactor into a true service layer, which can keep the peanut butter out of your chocolate and the chocolate out of your peanut butter. Just some ideas. Good luck. -- Erik Price <http://erikprice.com/> - To unsubs

Re: EJB+STRUTS Architecture

2004-04-18 Thread Erik Price
sample app, please send the same to [EMAIL PROTECTED] There's two "Petstore" implementations at <http://xpetstore.sf.net/>. One uses EJB, the other doesn't, but both also provide an example of using Xdoclet to generate some of the Java classes you may find yourself nee

Re: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605) is out!

2004-04-17 Thread Erik Price
On Apr 14, 2004, at 4:24 AM, Christian Bollmeyer wrote: Finally! http://otn.oracle.com/software/products/jdev/index.html (249MB) -- Chris No MacOSX version? >:( -- Erik Price <http://erikprice.com/> - To unsub

Re: Strange problem with the validator.

2004-04-17 Thread Erik Price
commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Erik Price <http://erikprice.com/> - To u

Re: Areas

2004-04-13 Thread Erik Price
be updated. -- Erik Price <http://erikprice.com/>

Re: TIles Problem

2004-04-13 Thread Erik Price
27;re not sure which ones, I think it's safe to just copy over all of the jars in the "blank" project that ships in the default Struts distribution. Erik -- Erik Price <http://erikprice.com/>

Re: link to 1.1 api?

2004-04-07 Thread Erik Price
On Wednesday, April 07, 2004, at 01:40PM, Janice <[EMAIL PROTECTED]> wrote: >Hello, > >Is the api for 1.1 available anywhere other than in the source? I can find 1.2 dev >and 1.0, but not 1.1. AFAIK you have to download it as a package from Sun's site... that's how we do it, anyways.

Re: Struts boooks: remommendations?

2004-04-02 Thread Erik Price
ly for the answers to questions about the Struts APIs, but rather as a good boook from which to learn how Struts works and about the various components of the framework. -- Erik Price <http://erikprice.com/> - To uns

Re: SV: Session Time Out

2004-04-02 Thread Erik Price
annot user filters? Is this some kind of functionality you can put into a subclass of the ActionServlet (Struts 1.0), or RequestProcessor (Struts 1.1), that will be handled for every request that comes through the controller? Not quite as flexible as a filter, but seems to work in this case? --

Re: Learning Struts

2004-04-02 Thread Erik Price
l with scriptlets and an unmanageable number of specialized servlets, because then you can appreciate the Struts framework all the more when you finally figure out how much work it saves you. -- Erik Price <http://erikprice.com/> -- Erik Price <http: