473,386 Members | 1,610 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Web Framework suggestions for a RIA type application for managing labspecimens

Hello all.

I'm Looking for suggestions for which Python web framework(e.g.
Django, Turbogears,etc.) would work best to develop a cross platform
browser based system to manage lab specimens.

Requirements are:
a. highly secure
b. run on internet or intranet
e. RDBMS read/write intensive
d. be able to work on-line or off-line (with automatic updates to db
when coming back on-line)
e. be able to print reports and labels using a variety of
printers(laser, deskjet, label printers)
f. have a rich set of desktop-like components

Perhaps a web based app isn't the way to go. Arguments for and
against gratefully accepted.

Pros and Cons for any frameworks gratefully accepted.

Perhaps a framework isn't really what's needed here, but a combination
of different web components and technologies?

Anyway, I'm grateful for any ideas you may be able to give me.

Thanks
Ruben

Jun 27 '08 #1
2 1735
rynt a écrit :
Hello all.

I'm Looking for suggestions for which Python web framework(e.g.
Django, Turbogears,etc.) would work best to develop a cross platform
browser based system to manage lab specimens.

Requirements are:
a. highly secure
b. run on internet or intranet
e. RDBMS read/write intensive
d. be able to work on-line or off-line (with automatic updates to db
when coming back on-line)
can't be handled by a web framework alone - you'll need client-side support.
e. be able to print reports and labels using a variety of
printers(laser, deskjet, label printers)
it's mostly a client-side problem.
f. have a rich set of desktop-like components
A web app is restricted to what's available in HTML (possibly using
Javascript).
Perhaps a web based app isn't the way to go.
Looks like you want a "rich" (desktop) GUI client. Note that (given
proper design and architecture) you can have a same server-side backend
for both, but that means quite a lot of code.

Jun 27 '08 #2
rynt wrote:
Hello all.

I'm Looking for suggestions for which Python web framework(e.g.
Django, Turbogears,etc.) would work best to develop a cross platform
browser based system to manage lab specimens.

Requirements are:
a. highly secure
b. run on internet or intranet
e. RDBMS read/write intensive
d. be able to work on-line or off-line (with automatic updates to db
when coming back on-line)
e. be able to print reports and labels using a variety of
printers(laser, deskjet, label printers)
f. have a rich set of desktop-like components

Perhaps a web based app isn't the way to go. Arguments for and
against gratefully accepted.

Pros and Cons for any frameworks gratefully accepted.

Perhaps a framework isn't really what's needed here, but a combination
of different web components and technologies?

Anyway, I'm grateful for any ideas you may be able to give me.

Thanks
Ruben
a. highly secure
Can be accomplished with XMLRPC over HTTPS if you want web application or you
can use something simple like RDP to hosted application.
b. run on internet or intranet
Most applications that have a database backend can do this if written properly.
e. RDBMS read/write intensive
This might push me to something like RDP (or xWindows), but it depends on where
the data is coming from that causes the 'intense' writing and the nature of the
'intense' reading'. You certainly don't want to be moving the data over the
Internet any more than is necessary.
d. be able to work on-line or off-line (with automatic updates to db
when coming back on-line)
This would require quite a lot of work and using some sort of DB
synchronization. This item is the holy grail that many try to achive, but IMHO
few actually fully achieve it.
e. be able to print reports and labels using a variety of
printers(laser, deskjet, label printers)
Web applications are REALLY bad a printing. They have no real ability to
interact with a printer like a client application does. If I wanted to drive
label printers, I would use a client hosted application (but might get the data
from a remote server via XMLRPC, WEBDAV, etc).
f. have a rich set of desktop-like components
You can use components like Yahoo User Interface (YUI) or Google Web Toolkit.
(GWT) but they are nothing like the rich set of tools you get from wxWindows,
QT, etc. on a client application and development takes a LOT longer to get
correct. The disconnected nature of the Web can make applications that are
trivial when written as client-server, quite difficult.

From what you have given me, I would lean towards a hosted application with RDP
connection. A lot more information would be required to make the final choice
of development architecture, languages, database, UI toolkits, etc.

Hope this helps.

-Larry Bates
Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: gonzalo briceno | last post by:
I have been using phplib for a while and I really like the framework except for form creation. Maybe it is me but I in my opinion there isn't a good way to create forms or should I say, everything...
8
by: Mark | last post by:
Hi, I'm looking for some ideas on how to build a very simple Event processing framework in my C++ app. Here is a quick background ... I'm building a multithreaded app in C++ (on Linux) that...
193
by: Michael B. | last post by:
I was just thinking about this, specifically wondering if there's any features that the C specification currently lacks, and which may be included in some future standardization. Of course, I...
3
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.