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
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
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
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
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
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
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]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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"
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
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
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
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]&
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
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
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
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
Is the mail-archive search gone?
___
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel
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
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
effect as ./Appserver stop
-Aaron
___
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel
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
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
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/
= 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
> - 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
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
41 matches
Mail list logo