I have numerous Corba servers and some other java apps (not web). I wish to cluster them if possible. Can this be done?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The fact that your applications are not web ones do not prevent them from being runnable on Java EE application servers. This would be the vest way to provide them any kind of clustering you wish, be it
I would really suggest you give up on pure Java SE application to dive into the Java EE world.