Should I use PHP or PHP + J2EE?
- by Sean Xiong
I'm going to start a new project with instant message support.
I find that there is no good long polling solution in PHP, but there is some good ones in J2EE.
I'm wondering if I can integrate PHP and J2EE to get the function? Or should I just use J2EE instead of PHP?
Thanks.