Build an enterprise application for a customer with aprox. 100 Clients ???

HI!!!

If you would happen to get the chance to build an enterprise application
for a customer with aprox. 100 Clients (and increasing) which technology
and architecture would you choose. The security policy is pretty strong
so we would have actually only port 80 available. Besides that no deployment
effort on client side is desirable. There is a 100Mbit LAN and this new
application would be deployed on the intranet (internal network).
The GUI of this application should be very rich and fast like win32 applications.
What would you propose in order to fulfil those requirements.

It is an enterprise app so inputing data, printing invoices,
packing lists, reporting, etc
Clients are win xp machines It processes data on the server mainly,
the presentation is on the clients Data is stored in a database
100Mbit has to do with the access speed to the backbone resources
from clients.(only port 80)

Any hints, links and ideas will be highly appreciated

Regards,

gicio

Recommended Answers

All 2 Replies

Hi Everyone,
Try using rapid-q as your main thread and insert java codes for the functionality of printing with fonts and save individual encrypted files on the disk.
Should be quite cool

Yours Sincerely

Richard West

Based on your requirement of only Port 80, Web Services are the prime way to get data back and forth from client and server.

If you make the entire app in a .NET enabled language, such as C#, you'll have killer performance, easy deployment, and the ability to do client/server stuff via port 80 ;).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.