Hi. I have very little experience with EJB and wanted some opinions on an existing application that uses JSP/Servlets,JDBC and JMS.
The application is structured like this: 1. Internet Explorer (client) 2. Socket Server(client connects to for live data). Socket Server uses JMS directly to Database 3. Application Server(JSP/servlets). Application server fetches data from database and presents it to the client 4. And an application that feeds the database with "live" data. Analogue values of sensors ++. I wondered if there was anyway of simplifying this application with the use of EJB's? Or are EJB's just a way of abstracting database access? Best regards, Christer Nordvik =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
