473,799 Members | 3,085 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1764
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
2738
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 else is so well done that the way you create forms seems to be too cumbersome, in particular making it so that a pull down menu selects a value that you assign it. In any case, does anyone know of any php based (or other readily accepted web...
8
6088
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 uses message queues to pass pointers to Events between threads. In my app there are simple events that can be defined using an enum (for example an event called NETWORK_TIMEOUT) and more complex events that contain data (for example an event called...
193
9653
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 speak only of features in the spirit of C; something like object-orientation, though a nice feature, does not belong in C. Something like being able to #define a #define would be very handy, though, e.g: #define DECLARE_FOO(bar) #define...
3
6628
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
9687
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10251
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10228
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9072
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7565
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6805
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5463
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5585
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4141
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.