Improve Scalability & Reliability in J2EE app
Hi,
How to improve the J2EE app scalability & reliability using Java/J2EE code. Webservices and clustering provides better scalability, Is there any way to improve the app. scalability?
Apart from not storing the non-serilaized object in the session (which avoids session replication) how we can handle reliability better in java/j2ee code.
Please clarify.
thanks.