Client/Server/Servlets Design Problem

Hello,

since 1 month i work on a server, which check all 5 seconds for change on some sensors. the server could register multiple modules (in form of objects) for multiple sensors, so if one state of a sensor change, the registered's moduls for this specific sensor will be invoke and compute something. this system i call my backend.

now i want control this backend with a web-frontend, to monitor the states of sensors, watch the modul results.... my problem, which communication between servets/jsp of frontend and my backend should i use?

sven

[573 byte] By [xfana] at [2007-10-3 3:32:18]
# 1
I'd use Servlets and JSP's in Tomcat.
SoulTech2012a at 2007-7-14 21:26:31 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
servlet and jsp are good for a normal web application, but how should i implement my backend sensor server? the servlet should only be a middletier, but how to connect the backend?
xfana at 2007-7-14 21:26:31 > top of Java-index,Other Topics,Patterns & OO Design...