Webware for Python
June 7th, 2008 by Phil Hughes
So, what is it? From the web page:
Webware for Python is a suite of Python packages and tools for developing object-oriented, web-based applications. The suite uses well known design patterns and includes a fast Application Server, Servlets, Python Server Pages (PSP), Object-Relational Mapping, Task Scheduling, Session Management, and many other features. Webware is very modular and easily extended.
I confess that I have looked at it as the way to implement a web-based application many times over the years. I have, however, never picked it. Actually, I have usually picked Karrigell. Why? Well, while Webware is very modular, it always seems like I needed to understand all too many modules to do what I could do in Karrigell with a lot less to understand.
But, it's Python and it does seem to be clean. I am thinking about giving it another try. All I need is a project that fits.
__________________________
Phil Hughes
Special Magazine Offer -- Free Gift with Subscription
Receive a free digital copy of Linux Journal's System Administration Special Edition as well as instant online access to current and past issues. CLICK HERE for offer
Linux Journal: delivering readers the advice and inspiration they need to get the most out of their Linux systems since 1994.
Subscribe now!
The Latest
Newsletter
Tech Tip Videos
- Nov-19-09
- Nov-04-09
Recently Popular
From the Magazine
December 2009, #188
If last month's Infrastrucuture issue was too "big" for you then try on this month's Embedded issue. Find out how to use Player for programming mobile robots, build a humidity controller for your root cellar, find out how to reduce the boot time of your embedded system, and if you're new to embedded systems find out the basics that go into one. You can also read about the Beagle Board, the Mesh Potato and a spate of other interestingly named items. And along with our regular columns don't miss our new monthly column: Economy Size Geek.
Delicious
Digg
StumbleUpon
Reddit
Facebook








How good is Webware
On April 10th, 2009 Razor (not verified) says:
Hi,
I have been using Java for all server side development and was searching for information on how good are the options available for Python. Webware seems to have the style similar to the patterns used for J2EE but would really appreciate it if you could share your experience with it.
Post new comment