Re: [Webware-devel] Page is too heavy-laden

2004-09-30 Thread Aaron Switzer
h OO design. I guess stripping out the HTML specific stuff would be a good starting point. - Aaron Switzer On Thu, 2004-09-30 at 14:40, Kyle VanderBeek wrote: > On Thu, Sep 30, 2004 at 08:55:41AM -0400, Aaron Switzer wrote: > [snip] > > ...so I took Page and cut out what I didn&#x

Re: [Webware-devel] Page is too heavy-laden

2004-09-30 Thread Aaron Switzer
super-class for all of my servlets. - Aaron Switzer On Wed, 2004-09-29 at 20:24, Kyle VanderBeek wrote: > (First try didn't go through due to a From-address mismatch.) > > I'm evaluating WebWare for possible uses at my company. However, I'm > distressed by how h

Re: [Webware-devel] Why does PythonServletFactory not support .pyc and .pyo?

2004-01-27 Thread Aaron Held
Has anyone tried py2exe on webware? I tried it a few years ago without much luck. -Aaron Ian Bicking wrote: Christoph Zwerschke wrote: Currently I am considering about delivering a Webware application to a customer without the source code ot the servlets, i.e. only handing out the *.pyo

[Webware-devel] Servlet init / lifecycle

2003-07-28 Thread Aaron Held
build up these complex servlets and leave them spinning. Thanks, -- -Aaron http://www.MetroNY.com/ "I don't know what's wrong with my television set. I was getting C-Span and the Home Shopping Network on the same station. I actually bought a congressman.&q

Re: [Webware-devel] Cryptic error message on specifying nonexistentcontext

2003-06-09 Thread Aaron Held
A friendlier error message would be nice, but WW should not load if the Application.config is wrong. -Aaron Edmund Lian wrote: If Application.config contains a nonexistent context, Webware CVS throws the following--rather cryptic--exception, and does not actually identify what the missing

[Webware-devel] Sandbox CVS access

2003-03-24 Thread Aaron Held
Name:Aaron Held SF Name: aheld Thanks! --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Webware-devel mailing list [EMAIL PROTECTED] https

Re: [Webware-devel] 0.8 b2 issues.

2003-01-29 Thread Aaron Held
ne to setup. -Aaron --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___ Webware-devel mailing list [EMAIL PROTECTED]

Re: [Webware-devel] 0.8 b2 issues.

2003-01-29 Thread Aaron Held
code could tell the adapter what server the session started on - so the adapter could keep that user on that app server for the duration of thier visit. I used another cookie for this, but it was a hack and I abandoned it in favor of a bigger server. -Aaron

Re: [Webware-devel] Moving towards a release. : Documentation

2003-01-14 Thread Aaron Held
Are there any thoughts about documentation for a release? There was a big documentation push a while ago, and I can't find a like to it on the website. The docs in CVS look good and we should update the main site. -Aaron --- This S

Re: Presentation / Logic sep - was : [Webware-devel] love hate relationships=)

2003-01-14 Thread Aaron Held
h-compile. In practice I load and compile the template in the servlets _init_ and store it as a instance var. I also do not pass locals() to the template, only the methods that the template could call. -Aaron --- This SF.NET email is sponsored

[Webware-devel] Mail Handler API?

2003-01-14 Thread Aaron Held
servlet. Currently I have a number of email robots that simply exist as pipe forwards in an alias or .forward file. My personal email has a forward file like: /home/aaron/.forward #forward to ASK spam filter |/usr/local/bin/ASK.py which takes my email and sends to a script called ASK My first

Presentation / Logic sep - was : [Webware-devel] love hate relationships=)

2003-01-14 Thread Aaron Held
ou lose the nice inheritance of templates features and the fact that you have to hold each template instance per thread in memory. That kind of limits the overall theming scalability. -Aaron --- This SF.NET email is sponsored by: FREE SSL Guide

Re: [Webware-devel] love hate relationships =)

2003-01-13 Thread Aaron Held
gs like a print preview or .xls download. If you want the data as a download I just call a cheetah template that looks like a tab delimited file and send that. -Aaron --- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you

Re: [Webware-discuss] RE: [Webware-devel] Webware documentation

2002-10-24 Thread Aaron Held
finish the last webware tutorial.) -Aaron Geoffrey Talvola wrote: I kinda like just using HTML with simple styles for documentation, as we are now. It works, it's easy to edit by hand, and it's just one less thing to learn. You're right, it's the content that's la

Re: [Webware-discuss] Re: [Webware-devel] Re: [Webware-discuss]Webwaredocumentation

2002-10-24 Thread Aaron Held
oo, and I use sabolotron and cooktop on Windows to generate Gentoo style docs. When we talk about Gentoo style docs we are just refering to a set particular XML layout that happens to have a number of XLT based HTML & PDF converters already wri

Re: [Webware-devel] Webware documentation

2002-10-24 Thread Aaron Held
Please comment on this plan: 1) We need content to be written / collected - I will try to organize something in the next week or so 2) Docstrings will continue to be used in order to describe API's and classes. (This will be lifted into the appendix section of the Webware book) 3) Other docs

Re: [Webware-devel] Re: [Webware-discuss] Webware documentation

2002-10-24 Thread Aaron Held
Anyway, I've been writing lots of documentation lately, and I've been using reStructuredText (http://docutils.sourceforge.net/rst.html). It's worked pretty well for me -- the output looks decent, but more importantly it's comfortable to write. Keeping the documentation up-to-date is the most esse

Re: [Webware-devel] Page.handlePostWithoutAction()

2002-10-09 Thread Aaron Held
running an if test. I never tested python though. Overusing exceptions could get ugly long-term and wind up as unmaintainable as PHP. -Aaron --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [Webware-devel] Webware @ netbabyworld

2002-09-26 Thread Aaron Held
ype of load information to the load balancer, so that there can be some intelligent balancing. There are some python limits that may be below the hardware limits (Single vs Dual proc) as well as some application resources that you may hit. A apache type Server-Status would be a nice addition to Webwa

[Webware-devel] [Webware-discuss] Webware takes a long time to load

2002-03-27 Thread Aaron Held
a another console message saying "restoring sessions...." Thanks, -Aaron Held On a side note I'm doing another project using postnuke, a PHP CMS "slashdot" system. After working with webware I forgot how much fun it was to look through dozens of php files all over the fil

[Webware-devel] FunFormKit and ›

2002-02-22 Thread aaron
I am trying to set the name of a button to " Begin › " and the & gets converted to & Is there a nice way to stop that other then editing the FFK code? Thanks, -Aaron ___ Webware-devel mailing list [EMAIL PROTECTED] https://lis

Re: RE: [Webware-devel] I need a favor and a compiled isapi dll

2002-01-13 Thread Aaron Held
e day, so they have some good automated server reboot procedures. Thanks, -Aaron Held - Original Message - From: "Tavis Rudd" <[EMAIL PROTECTED]> To: "Geoffrey Talvola" <[EMAIL PROTECTED]>; "Aaron Held" <[EMAIL PROTECTED]>; "Geoffrey T

Re: RE: [Webware-devel] I need a favor and a compiled isapi dll

2002-01-12 Thread Aaron Held
I added this way on the bottom of http://webware.colorstudy.net/twiki/bin/view/Webware/WishList Thanks, -Aaron Held - Original Message - From: "Geoffrey Talvola" <[EMAIL PROTECTED]> To: "Aaron Held" <[EMAIL PROTECTED]>; "Geoffrey Talvola"

Re: [Webware-devel] mime type of served documents

2002-01-12 Thread Aaron Held
If you are just serving files then you may want to have apache serve them directly, although then you lose any security and tracking that you built into your app. I never considered your type of problem, but I imagine you could have a servlet create a directory listing and change the url of the

Re: [Webware-devel] mime type of served documents

2002-01-11 Thread Aaron Held
I used def writeHTML(self): self.response().setHeader('Content-Disposition','attachment;filename=Report.xls') self.response().setHeader('content-type', 'application/vnd.ms-excel') before I generate and send an excel file Thanks, -Aaron - Or

Re: RE: [Webware-devel] I need a favor and a compiled isapi dll

2002-01-11 Thread Aaron Held
s and not completely close them out each time. I honestly did not check. Thanks, -Aaron Held ___ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel

Re: RE: [Webware-devel] I need a favor and a compiled isapi dll

2002-01-10 Thread aaron
the application server on 192.168.2.40 The speed w/ wkcgi is too slow, mainly due to the firewall.They are dedicated to IIS and already have the SSL certificate installed so I cannot easily change to Apache. Thanks, -Aaron Held > > From: "Love, Jay" <[EMAIL PROTECTED]&

[Webware-devel] encrypted modules

2002-01-10 Thread aaron
interesting idea to encrypt this type of data, I never liked putting the passwords in a text file the way I do w/ webware and php. W/ Java I compile them in a class ( I know that it can be decompiled, but it feels better) Thanks, -Aaron Held

[Webware-devel] I need a favor and a compiled isapi dll

2002-01-10 Thread aaron
Could anyone please compile the isapi dll with a target ip of 192.168.2.40:8086 ? I am using the .exe but it takes too long to punch through the firewall to hit the app server each time. Thanks, -Aaron Held [EMAIL PROTECTED] ___ Webware-devel

Re: RE: [Webware-devel] CVS commits

2002-01-08 Thread aaron
webware as another user that user cannot modify the session files. Thanks, -Aaron > > From: "Love, Jay" <[EMAIL PROTECTED]> > Date: 2002/01/08 Tue AM 09:17:58 EST > To: 'Aaron Held' <[EMAIL PROTECTED]>, Jay Love <[EMAIL PROTECTED]>, > Webw

Re: [Webware-devel] CVS commits

2002-01-08 Thread Aaron Held
The byte compile is a great feature, I was asked about running as non-root just yesterday. Thanks! -Aaron - Original Message - From: "Jay Love" <[EMAIL PROTECTED]> To: "Webware-Devel" <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 12:08 AM Subj

[Webware-devel] Archive Search

2001-11-28 Thread Aaron Held
Is the mail-archive search gone? ___ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel

Re: [Webware-devel] PostgreSQL

2001-10-29 Thread Aaron Held
Were these Postgres patches ever submitted anywhere? I would like to try them out. Thanks, -Aaron - Original Message - From: "Geoff Talvola" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, September 04, 2001 11:21 AM

Re: [Webware-devel] MiddleKit thoughts

2001-10-17 Thread Aaron Held
pany field. I don't usually care about caching, since I can cache content in Chetaha and user/login info in a session. Most other content has to roundtrip to the DB server anyway. Just my $0.02 Thanks, -Aaron - Original Message - From: "Ian Bicking" <[EMAIL PROTECTED

Re: [Webware-devel] webware daemon worries

2001-10-17 Thread Aaron Held
effect as ./Appserver stop -Aaron ___ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel

Re: [Webware-devel] webware daemon worries

2001-10-17 Thread Aaron Held
as anyone else seen this or am I just missing the obvious? Thanks, -Aaron - Original Message - From: "Geoffrey Talvola" <[EMAIL PROTECTED]> To: "Jeff Johnson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 9:26 AM Su

Re: [Webware-devel] What is REQUEST_METHOD HEAD?

2001-10-12 Thread Aaron Held
to examine this at some point. Thanks, -Aaron http://www.MetroNY.com - Original Message - From: "Love, Jay" <[EMAIL PROTECTED]> To: "'Chuck Esterbrook'" <[EMAIL PROTECTED]>; "Jeff Johnson" <[EMAIL PROTECTED]>; <[EMAIL PR

Re: [Webware-devel] UserKit

2001-10-11 Thread Aaron Held
larly. Thanks for the help, -Aaron - Original Message - From: "Chuck Esterbrook" <[EMAIL PROTECTED]> To: "Aaron Held" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 11, 2001 3:14 PM Subject: Re: [Webware-devel] UserKit > At 02:56 PM 10/

[Webware-devel] UserKit

2001-10-11 Thread Aaron Held
= employeeID (I know its Alpha so thats why I think the functions are not used) Thanks, -Aaron === As Isaac Newton would say now: If I see further than others, it is because I stand on the shoulders of giants too

Re: [Webware-devel] Multi Threading and Security

2001-10-01 Thread Aaron Held
> - There's a version of the cgi adapter written in C. It should be a lot > faster than WebKit.cgi. > - There's an ISAPI filter written in C. This should be even faster than > the C cgi adapter. Where are these adapters? ___ Webware-devel maili

Re: [Webware-devel] Multi Threading and Security

2001-10-01 Thread Aaron Held
view the source? Or are they using the view source of the default installation? -Aaron - Original Message - From: "Russell Blank" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 01, 2001 3:48 PM Subject: [Webware-devel] Multi Threading and Security