The Artima Developer Community
Sponsored Link

Java Answers Forum
servlet or ejb implementation( Urgent help required!!!!!!!!!!!!!!!)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Binoj V

Posts: 1
Nickname: binoj
Registered: Feb, 2003

servlet or ejb implementation( Urgent help required!!!!!!!!!!!!!!!) Posted: Feb 26, 2003 4:17 AM
Reply to this message Reply
Advertisement
i am confused whether i shud go for servlet implementation or ejb implementaion for my application. the system to be developed is:

System only has to access data(for diplaying in mobile phones).there may thousands of users at a time.there is no update or insert of data by the users.but some other external systems are inserting the data (rapidly )every second/millisecond!!!!!!!!!!.


More detailed description

The external system (a converter which reads data in XML format) is also part of the same application (i.e. in same application server cluster) but independent of main syatem. The converter reads the ?dynamic data? from content source (XML format) and converts it and inserts into the database. Static data is not going to the system database. The converter sends directly to the XML repository. An application component reads it from XML repository and sends to the mobile users.

The clients (mobile phones/PDAs) request for the latest data. (There may be thousands of users at time). The main system reads the data from DB and sends to the client as per the request. The rate of insert of data is so high in peak season. Millions of data inserted into the database.

thanx binoj

Topic: ORA-01461: can bind a LONG value only for insert into a LONG column Previous Topic   Next Topic Topic: Find The Contained Number

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use