IntelliJ Java IDE
The moose likes Performance and the fly likes What kind of possible application structures should be used for optimized performance Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "What kind of possible application structures should be used for optimized performance" Watch "What kind of possible application structures should be used for optimized performance" New topic
Author

What kind of possible application structures should be used for optimized performance

Nighat Afsheen
Greenhorn

Joined: Nov 23, 2001
Posts: 5
how many type of combination of technology can be used in a development of java application and what is the advantages and disadvantages, and in which performance of application is highest if designing for banking system or anyother financial systems
1, Client=HTML+Applet,Server=Servlets
2, Client=HTML,Server=Servlets
3, Client=HTML+JSP,Server=Servlets
can any one explain in detail or mentione possible combinations especially for EJB's and Plus mentione any site from where we could find the prerequisite of each type of combinations.
thanks in advance


Expect the Unexpected
 
 
subject: What kind of possible application structures should be used for optimized performance
 
Threads others viewed
Adding WAP support
JWS and properties file
what all needed for jsp????
What kind of possible application structures can be desinged in Java
general architecture question
IntelliJ Java IDE