shibo 0 Report post Posted December 5, 2006 hai, i want to know how to make module chat using java applet for website.anyone can help me?? Share this post Link to post Share on other sites
galexcd 0 Report post Posted February 6, 2007 Why do you want to use java? Java is teh cr@pz0r. I hate it!! Use flash, or use javascript w/ ajax. I have both scripts if you want them. Share this post Link to post Share on other sites
masugidsk8r 0 Report post Posted March 24, 2007 Yea I recommend you not using a Java applet. It's just way too slow compared to Ajax app. I'd prefer you use JS/PHP with Ajax as the connection in between to achieve the same results as a Java applet. Share this post Link to post Share on other sites
hitmanblood 0 Report post Posted April 16, 2007 I think that JAVA is in fact optimal for such things and can make really nice chat better looking then anything else. In fact it was made for such and similar purposes. Share this post Link to post Share on other sites
peroim 0 Report post Posted May 4, 2007 As far as I know, Ajax works great, but if the user turns JavaScript off, it will not work. If I were you, I would use Java.(Try searching with google for a java chatbox.) Share this post Link to post Share on other sites
hitmanblood 0 Report post Posted May 7, 2007 OK here are few of them if you would like to try you can download them they are mostly freeware.java chat room reference site downlaodgoogle search results Share this post Link to post Share on other sites
hippiman 0 Report post Posted May 8, 2007 I'm kind of new to Java, so this is probably a stupid question: does Java work with mySQL databases? If it does, that would be great! The only thing I've made so far is a little thing that says "Hello World!" and follows your mouse around. I've just been looking at tutorials.If it doesn't work with mySQL, then how is it supposed to store the messages and show them to everyone that's on the page? Share this post Link to post Share on other sites
hitmanblood 0 Report post Posted May 11, 2007 I'm kind of new to Java, so this is probably a stupid question: does Java work with mySQL databases? If it does, that would be great! The only thing I've made so far is a little thing that says "Hello World!" and follows your mouse around. I've just been looking at tutorials.If it doesn't work with mySQL, then how is it supposed to store the messages and show them to everyone that's on the page? OK firstly I think that he is refering here to real time chat and not forum. And if you are about to write forum then I don't see the way to do it actually you can do it but I think it would be server time consuming.ALso Good luck with java it is awesome programming language you'll experience soon its power as you learn more. And yes Java does work with sql. It has its own set of drivers called JDBC (Java data base communication of something similar) and it then connects to the any sql base ower the ODBC this is Microsoft standard which is widely accepted. Share this post Link to post Share on other sites
techclave 0 Report post Posted June 14, 2007 yeah... i too support that java is way slower than ajax and javascripts. ajax and javascripts they load faster. i think it gives much more flexibility than java.why is this world still hanging on to java for many purposes, i cant understand! its such a disgusting language. i hate it. Share this post Link to post Share on other sites
ramandhingra 0 Report post Posted August 2, 2007 using java applets is no doubt the best option out there.. but, u people might already be aware.. that its SLOW..a chat should be fast.. client should not be kept waiting for a long time..i recommend.. you use ajax along with jsp.. though, ajax wont work if javascript is disabled.. but, its a rarity these days..and if you want a more permanent solution.. its Adobe Flex.. and its the best option out there.. you can check a client based on flex at webmessenger.yahoo.com and a cleint based on ajax at meebo.com.. Share this post Link to post Share on other sites