i cannot see the different between using atmosphere api or use grizzly directly? can explain?
i cannot see the different between using atmosphere api or use grizzly directly? can
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.
Atmosphere API allows you to move from one web server to another. So, if you find out grizzly isn’t it for you, then you can take your application to Tomcat AIO, JBoss, etc. Right now, I believe it is built on top of Grizzly and Jersey and it only supports Grizzly, but the intention is that it will eventually allow you to use whatever web server you want without the need for changing your configuration / recompiling your project.