Web based chat

plase send me the working code of a multi-user web based chat application in java

Don't crosspost. Continue here: http://forum.java.sun.com/thread.jspa?threadID=5261859

Similar Messages

  • Servlet Based Chat program.

    Hi,
    I would like to develop a web based chat application,
    Does anyone of you have any links which are helpful for me to refer?
    Do you know whether are there any sample servlet chat program ?
    Thank you.
    Your help will be appreciated.

    I have forgotten to mention that the chat program will be web based using Java Servlet technology.

  • Please Skype make your own web based imo.im and IM...

    This is a quick brainstorm idea
    1st off I know of skype being integrated with outlook. Though it doesn't seem to have an appealing feel or features that some are looking for in web based chatting sites. 
    2nd Its likely sure that Skype can have facebook also integrated with having contacts into contacts under facebook. 
    3rd I like how IM + and the old imo.im was set up. I enjoy the settings in having and option to have ever chat and chatgroup open up for in a window. This made is capable to see what other friends where saying in the chat without having to continually switch in skypes software just to see what is going on. This made it really easy to multitask and stay active with friends. 
    4th it was enjoyable to have a contacts list and see what friends were under facebook, skype, MSN, etc. This also helped prevent missed messages when trying to switch from different tabs in browsers. (Same thing also applies with having windows tab in ways)
    5th I don't have to log in to my other account to check im messages on all my other social sites. 
    6th I can log in quick easy check my messages and chat with all my friends or clients quickly
    7th No more having to try and download skype to install, update, and failing updates. In which means trying to fix skype when it crashes or trying to get it to run on computers. 
    8th imo.im dropped everyones favorite thirdparty services recently andare desperately looking for a new service. 
    9th skype worked great with imo.im and that is why they used it. Until it got dropped
    10th Competition is growing and maybe its about skype gets into the competition in on IM websites. Before its too late. 

    You can IM and call from a website with your Skype contacts already now by using the Outlook.com Skype plugin. More information here: https://support.skype.com/en/faq/FA12316/what-is-the-skype-web-plugin-and-how-do-i-install-it-in-out...
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • How can I video chat with someone who uses web based yahoo?

    Not long ago I purchased my first Mac (New MacBook Pro 2.53GHZ); last Summer I also purchased a MacBook Pro for my daughter. Everything works great (like driving a formula one Porsche after grappling with a battered pick-up truck (meaning Windows) for many decades; cannot imagine ever going back. But, there is one issue that I have not been able to solve and for which I would greatly appreciate any suggestions or advice. I am familiar with ichat and with AIM (my daughter uses it all the time). However, the vast majority of people with whom I communicate via IM live in parts of the world where very few people have even a computer at home much less residential internet access. As a result, near all of the folks I would be chatting with have to use public computers (internet cafes, libraries, etc) and obviously they cannot install AIM or anything else on those public computers. About 90% of them use the web based yahoo messenger which can be accessed from any computer with an internet connection (most of the rest use MSN). My question is this: I know how to do video chat in ichat but ichat does not support yahoo. How can I do video chat with someone who is using web based yahoo on a public computer that has a USB web cam? I was able to do this on my old PC which had a plug in web cam but do not know how it might work on a Mac. Should I install yahoo messenger on my MacBook Pro and will that work for me?. I know about some other Mac compatible chat clients such as Admiun but as far as I can tell none of them support video chat or in some cases yahoo. Perhaps I am overlooking something. I would be very grateful for any suggestions or advice in this matter. Thanks to anyone who reads this post and has any helpful info.

    Zurich,
    I don't think the web-based Yahoo Messenger supports video, so nothing you can do with that.
    http://messenger.yahoo.com/features/
    I think there are Mac compatible MSN clients that will do video, (i.e. aMSN) Also, Microsoft plans on releasing an updated version of Messenger for Mac soon.
    http://www.officeformac.com/blog/An-Update-on-Messenger-for-Mac
    GoogleTalk does have a browser based video chat, but your friends would need to install a browser plug-in. (which I would assume that can't do either)
    The best option is Skype, but also requires an install on their end (I would think that the internet cafes would/should have this available)
    Good Luck,
    Double_A

  • Web Based I Chat??

    I have a .mac account and Love my Mac.. At work, i am on a PC and want to use my iChat. Does anyone know of a web based i chat for windows? I use the web version of AIM (we can't install programs on the computer).
    Thanks.
    Keith

    .mac is AIM. Try logging onto the AIM web thingie with your .mac username and password.
    Alternatively you could always try http://www.meebo.com
    Theoretically these should work, but i've no .mac account so haven't tested it.
    If they don't you could always use a work around. Opening a Gmail account will give you a Google Talk account. Following the steps listed in other posts you could add your .mac account to Gtalk via an AIM transport. Then you would be able to IM your contacts on Gmails web page.
    A bit convoluted but it'll work if you can't get the AIM or Meebo web clients to work.

  • Logitech c615 with iMac & web-based video chat

    How do I get a Logitech c615 to work with web-based video chat sites? Works with Skype, Face Time, etc. Can select it in Chrome browser but still uses builtin cam. Would use the builtin cam but your adjustments are tilting/twisting the monitor and moving closer/farther from the monitor. Really?! Is it possible to set an external camera as default for web-based video or is it yet another regret I have from switching from PC?

    on a related topic - I have the same camera but I can't hear people when I facetime - it's ok with Skype though
    can you help?

  • 2 player web-based Flash game problem

    I have a two player web-based Flash game. The Flash calls a
    JavaScript function on the webpage to get and store the user's IP.
    Then an XML file with user's game data is loaded and parsed. The IP
    address is used to identify which player is player 1 and which is
    player 2 according to the XML file. There is a Java applet to send
    and receive messages between the players.
    The first player loads everything just fine. All the first
    player's messages regarding the progress in loading different parts
    of the code sent by the game for debugging are displayed in the
    Java applet's text box, but none of the second player's messages
    sent by the game for debugging are displayed.
    The problem is that the second player's ActionScript code
    appears not to be executing except that I do get a message in the
    game that the XML file attempted to load but was not successful.
    The IP address call is not made and no messages can be sent to the
    other player. The second player's Java applet displays only the
    messages for debugging that came from the first player's game and
    any chat messages sent by the first player.
    This problem always happens to the second player, never to
    the first player. Both player's are always using IE6 or IE7.
    Does anyone have some idea(s) what could cause only the
    second player's ActionScript code not to execute and/or not to load
    an XML file correctly?
    This is just a general question, so any general answers would
    be appreciated. Code specific answers are hopefully not required.
    Thank You in advance.

    Hi,
    I am not very familiar with the multiplayer Game development. For multiplayer games, you'll need to set up a matchmaking server and have the clients connect to it. It can then pair them off and facilitate communications. If the clients have publicly available
    network addresses then it can introduce them and they can talk directly to each other.There isn't anything built in for this so you'll need to either build your own or find a third party implementation. If you are using Unity3d then check out
    http://docs.unity3d.com/Documentation/Components/net-MasterServer.html
    Also, you can use Xbox services, and I find an article below:
    https://msdn.microsoft.com/en-us/library/bb975801.aspx
    For windows Azure problem, you should go to windows Azure forum.
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Java Update 5 (1.0) breaks Java for Volano based chats

    I installed the Java Update 5 (1.0) for Leopard on my Intel based Mac mini and then was unable to enter Volano (Java applet) based chat rooms. I was forced to reinstall my system to revert to my prior version of System 10.5.8 in oder to be able to continue use the Java based Volano chats. The update that will NOT work states: "This release updates Java SE 6 to to version 1.6.0_1.5, J2SE 5.0 to version 1.5.0_20, and J2SE 1.4.2 to 1.4.2_22."
    According to Volano developers -
    Note that Apple calls Java 5 (version 1.5) "J2SE 5.0", while it calls Java 6 (version 1.6) "Java SE 6". I think I finally have the following chart correct:
    J2SE 5.0 = Java 5 (version 1.5)
    - Available as 32-bit and 64-bit packages in Leopard
    - Removed in Snow Leopard
    Java SE 6 = Java 6 (version 1.6)
    - Available only as 64-bit packages in Leopard
    - Available as 32-bit & 64-bit packages in Snow Leopard
    In Leopard, the 32-bit Safari can run Java applets only with the 32-bit
    J2SE 5.0 support. To run applets using Java SE 6, you need to bypass
    Safari using the "appletviewer" Terminal command in Leopard, or upgrade
    to Snow Leopard where Safari can run Java SE 6.
    Volano says the possible work arounds for Leopard users (10.5.8( are:
    According to what I've read, if you have a 64-bit capable Intel processor (i.e., an Intel Core 2 Duo), the software update that you removed should have given you 64-bit Java SE 6 even on Mac OS X Leopard (10.5). Java SE 6 works fine with the VOLANO applets, but unfortunately the Safari browser that runs the applets is only 32-bit on Leopard, so applets in Safari still run with the 32-bit Java SE 5 instead of the 64-bit Java SE 6.
    So you have three options to solve the problem -- two free options (one rather easy, one more difficult), and one easy non-free option.
    (1) The Free and Relatively Easy Option
    If you have an Intel Core 2 Duo processor (not a Core Solo or Core Duo), you can install all the software updates from Apple so that you'll have the 64-bit Java SE 6.
    About Java for Mac OS X 10.5 Update 2 http://support.apple.com/kb/HT2733 "Java SE 6 is available on 64-bit, Intel-based Macs only."
    You would then modify your Java Preferences so that Java SE 6 is chosen first for the Java Application Runtime settings. You can verify the modified setting by running the following "java -version" command from the Terminal application (Finder > Applications > Utilities > Terminal):
    $ java -version
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065)
    Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode)
    There are some more detailed instructions here:
    Install Java 6 on Mac OS X Leopard
    http://gephi.org/users/install-java-6-mac-os-x-leopard/
    Then you can bypass Safari and run the applet directly in the 64-bit Java SE 6 using the "appletviewer" command in Terminal. For example:
    $ appletviewer http://www.actionchat.com/chat/english.shtml
    You just put the URL of the page containing the VOLANO chat applet you want to load. I just tried it on my system, and it works fine. You bypass Java SE 5, which is broken for the VOLANO applets, and you bypass Safari, which cannot run the 64-bit Java SE 6. Instead, you run the VOLANO applet using your Java SE 6 directly!
    (2) The Free and Not-So-Easy Option
    You can download and install SoyLatte as an alternative to the Apple Java VM for your Mac OS X Leopard system.
    SoyLatte: Java 6 Port for Mac OS X 10.4 and 10.5 (Intel)
    http://landonf.bikemonkey.org/static/soylatte/
    I have not tried SoyLatte on my iMac, though.
    (3) The Best but Non-Free Option
    For only $29, you can upgrade your system to the latest Snow Leopard and get both the 32-bit and 64-bit Java SE 6 along with a Safari Web browser that works with Java SE 6 for running applets!
    Mac OS X 10.6 Snow Leopard
    http://store.apple.com/us/product/MACOS_XSNGL
    I hope this information is of help to any Leopard users having trouble with the latest Java update.

    Thanks for the suggestion.
    Please bear in mind that this issue, presumably introduced by Apple's own update, affects not only the command line java interpreter but any other app that depends on Java (including some GUI apps). So it perhaps fits the larger scope of Leopard instead of the Unix area.
    Message was edited by: bhapca

  • Web-based utility will not load on new wet54g ethernet bridge

    I just got a WET54g ethernet bridge to connect my bluray player to my existing network (wrt54gs router).  I cannot get the setup cd to recognize the bridge connected to the laptop or the router.  I thought that it would be no problem, just use web-based set-up.  When attempting to access 192.168.1.226 I have to enter the password three times and then a blank page is loaded.  Chat support ended up getting disconnected, so no luck there.  Supposedly some of the steps chat wallked me through updated the firmware through ftp download, but I feel like nothing was done since you can't access the set-up page. Any suggestions are welcome.  I'm running vista if that helps.

    Start it from Scratch...Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your WET54G(ethernet bridge), wait for 30 seconds and re-connect the power cable...Now re-configure your WET54G(ethernet bridge)...Follow the link here to re-configure the WET54G(ethernet bridge)...Also under the configuration type select Static IP Address : For IP Address enter : 192.168.1.226, Subnet Mask : 255.255.255.0, Default Gateway : 192.168.1.1 and save the settings...
    After doing these you can unplug the Ethernet Bridge from the router and power cycle your router and the ethernet bridge both...Connect your ethernet bridge to your bluray player and test for active connection...

  • Trouble using the Web-based utility

    I have a WRT54G wireless router, V8, firmware 8.0.0. It is Ethernet-connected to a Windows Vista machine running SP1.
    I am having trouble using the Web-based utility. I can access it but cannot make any changes.  For instance, if I change the settings on the Setup page and click "save", I get a "This webpage is not available"
    I tried updating the firmware and got the same message. Disabling my personal firewall has no effect. Resetting the router from the button on its rear panel has no effect. I tried using with both Windows IE and Google Chrome browsers and got the same result.
    I have been using this router without problem for months using a a Windows XP machine. This problem may be associated with my changing it to the current Windows Vista machine. I no longer have the Windows XP machine.
    Please help me. Thank you and Happy New Year!
    - tom 

    I spent a full day unsuccessfully trying to make it work, including numerous Linksys utilities downloaded from the site. I could not conjure any support on Linksys chat, and the live body on the Linksys tech support line wanted to charge me $29 for his help.
    I finally succeeded by purchasing and installing a Netgear wireless router ($44, Staples) that came up flawlessly the first time. The Linksys device is in my trash. 

  • Capture iPhone camera and microphone using QuickTIme in a web based app.

    Hi all.
    Can I capture video from iPhone's camera and audio from the mic. using QuickTime in a web based app. ? Of course on the iPhone 3G and 3GS. I need this because I want to let users to use the iPhone for a web based video chat. So theoretically my point is to use QuickTime to capture an a/v signal from a Mac camera/mic. or iPhone camera/mic., to encode that a/v signal (QuickTime knows to encode to H.264/AAC right?) and to send the encoded stream to a server. Is this scenario a realistic one? Can it be implemented ? (I don't have any experience in programming with iPhone and Mac...)
    Btw. do you know any emulators for iPhone that runs on Windows 7?
    Thanks,
    Tudor

    Hi
    See this Thread
    Last login date & Time
    Kind Regards
    Mukesh

  • Browser is no longer recognized by a web-based database after migration to FF17

    Hi,
    When trying to access a web-based data base thta worked fine with FireFox 16, I now got message: "Your Browser is not supported" at the place where an image loaded via a plugin (ChemDraw plug-in 12.0.2.1076) should load. This worked perfectly with version 16 and the plugin is still in place and not declared incompatible by FireFox. How do I modify the way FireFox announces it-self to the web site so that it is not declared incompatible...

    Hi,
    I tried and it works ! What I had to do was to downgrade to version 16, install the add-on, copy the configuration from there as a new User agent (which I called FireFox 16), then upgrade and then select the FireFox 16 user agent...
    Amazingly enough, however, when checking the test (through the web site http://chrispederick.com/work/user-agent-switcher/features/test/ it says I have version 17 (Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Firefox/17.0) aven though I selected my FireFox 16 (Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0).
    I do not knwo exactly why the test does not work but the web site that needs FireFox 16 works ...

  • How to migrate from forms to web based application

    Hi,
    I did a form for Oracle applications, but client need a web based form for this application how can i migrate this to web based form. If it is possible can u give me suggestion how migrate.
    Kishore B

    Not sure if that's possible, as developing forms for Oracle Applications requires the use of TEMPLATE.fmb to start with, and the use of certain standards to adhere to the look and feel of the applications. Review the Oracle Applications Developer's guide for more details.
    What You may do now is to upload the form to the Application Server and compile it to the adequate directory $PRODUCT_TOP/forms/[LANG], register the form, associate to a function and use it in a menu to see it trough Oracle Applications standard interface, but it may show a very different L&F and not all standard functionality may be available. With the Dev Guide's on hand, apply required changes and test Your form in the application.

  • I wish to migrate to web-based application from forms 6i

    Dear All,
    Please inform me the technique / tools to convert my designed forms (using 6i) to web based forms, so any user can easily use an application through web browser instead of developer client.
    I'll be grateful to you.
    Mustansir Shehzad Khatri.

    See,
    to read how we performed the upgrade and see some issues we ran into
    http://www.oracle.com/technology/products/forms/index.html
    http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html
    http://www.oratransplant.nl/category/oracle/forms/6i-to-10g-upgrade/

  • Conversion of forms5.0 to web based application

    dear folks,
    i have an existing application which runs on forms 5.0. i want to
    convert it to a web based application. i do not want to rewrite
    the scripts.if some of you could tell me the details about how to
    go about it.
    null

    I am not sure if there is any tool to do that.
    You can delete WebSphere specific xml files from ear/jar and open it in Weblogic's builder tool. Weblogic Builder is a GUI tool. Helps you assign values for deployment parameters, Transaction attributes, JNDI names and so on. Then you can generate deployment descriptors. Subsequently you can modify the descriptors as and when you want.

Maybe you are looking for

  • My Apple ID is not being accepted on my Mac

    My Apple ID is not being accepted on my Mac but is okay on both my other Apple devices.

  • Acrobat 8 Unable to Search for words after convertion from mircrosoft word

    Hi all, I got a problem with a user using Adobe Acrobat 8 search function. he converted his Microsoft Word document to PDF file. But he is unable to search/find most of the words after convention, even thou the word is right there it will just say it

  • Reciever does not see my name

    Hi, When ever I send mail, the receiver sees only 'user user' instead of my name in the 'received from' section. How can I rectify this error? Regards, Senthil emac & ibook   Mac OS X (10.3.9)  

  • HP Printing Slightly Crooked offcenter

    illustrator CS2-Windows XP-I have had adobe illustrator CS2 for 3 + years.I am self taught novice. Usage for grpahics. I use a HP b8350 printer great for a year w/adobe.The problem if you look at printed image it is askew. The bottom third of the ima

  • Optimizing iTunes Sluggish Performance/Large Library...

    Is there any way to get better performance out of sluggish iTunes when it has a large library of 100+gigs? Everything is moving as slow as molasses. Even when updating/correcting text on song files. Could one use or create two libraries to optimize i