• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Design Issue for a product

 
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there People,
We are in the transition phase of our product from a Java,CORBA based system to one on J2EE using xml,jms etc.
First a li'l bout the product: It is a product that will be used in the telecom industry to provision services like cable, phone activation for the user and there are expectedly 7-12K users for the product. We are expecting 1500-2000 simultaneous logins. Now the issue here is that the CORBA objects are already existing(as point solutions for the services) and the front end is a browser based applet (that is downloaded at the client side); So should we go for a totally revamped system that has no Corba in it or shud we go for the existing Java Corba Objects integrated as legacy objects into our new model.
The only thing we are looking for in the new system is Performance Gain.
What i proposed is that we should go for a system that uses an App Server to give the front end & a part of the business logic. Using a facade design pattern, generate the object that have reference to the existing CORBA Objects and use those to implement the point solutions. We also propose to use the XML as a messaging solution coz that wud help in making the product more scalable and for furthur additions to the system.
I would like to know the opinion of all the brilliant people who come to this forum.
Bye
Sahil
 
sunglasses are a type of coolness prosthetic. Check out the sunglasses on this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic