Loading
Home ›
Webware for Python
Jun 07, 2008 By Phil Hughes
Webware for Python 1.0rc1 is out there with, in theory, the real release to follow soon. That may be wishful thinking as version 0.8 was released over five years ago but let's hope it does happen.
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
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Linux-Based X Terminals with XDMCP
- Validate an E-Mail Address with PHP, the Right Way
- You Need A Budget
- The Linux powered LAN Gaming House
- Why Python?
- Python for Android
- Employment Posters
2 hours 23 min ago - Sure the best distro is
3 hours 44 min ago - BeOS was the best
6 hours 27 min ago - I use Wireshark on a daily
10 hours 58 min ago - buena información
16 hours 5 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
17 hours 5 min ago - Gnome3 is such a POS. No one
1 day 2 hours ago - Gnome 3 is the biggest POS
1 day 2 hours ago - I didn't knew this thing by
1 day 8 hours ago - Author's reply
1 day 12 hours ago





Comments
How good is Webware
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.