Re: performance inquiry

2001-06-20 Thread Anthony Mills
, just what I "notice". Also, both web server are running about 34mb, with little interaction so far. One thing to consider when deploying your app. You can precompiled your jsp/xsp pages. This would speed things up considerably. Hope this helps, Anthony Mills - Original Message

JSP v. XSP (was Re: performance inquiry)

2001-06-20 Thread Anthony Mills
e, so this point was lost on me. JSP is an industry standard right now. While I am sure XSP is gaining support, I am tring to stick to established standards. I am not real concerned with this, as my files are only about 20 lines long, and I will have about five of them. Thanks, Ant

Re: JSP v. XSP (was Re: performance inquiry)

2001-06-21 Thread Anthony Mills
rocks! While I don't have the luxury of having a web development team, being able to seaparate my form from my content speeds up development 2 fold. Thanks, and keep up the good work. Thanks, Anthony Mills - Original Message - From: "Frans Thamura" <[EMAIL PROTECTED]>

Re: JSP v. XSP (was Re: performance inquiry)

2001-06-21 Thread Anthony Mills
age="error.html" %>. This is an extremely nice feature of JSP. It allows you to taylor your error page to the application, and you can run tags/methods in here to do clean up. Thanks for the info, Anthony Mills - Original Message - From: "Berin Loritsch" <[

Re: JSP v. XSP (was Re: performance inquiry)

2001-06-21 Thread Anthony Mills
Way cool! Thanks. You have another convert now. Anthony - Original Message - From: "giacomo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 1:18 PM Subject: Re: JSP v. XSP (was Re: performance inquiry) > On Thu, 21 Jun 2001, Anth

How to use sessions in Cocoon2

2001-06-26 Thread Anthony Mills
Hello,     How does one do this:       SomeClass sc = (SomeClass)session.getAttribute( "sc" );       session.setAttribute( "sc", sc );   The session logicsheet does not seem to work if you use anything but strings.  For now I am having to embed the correct code into my XSP page.  And the