473,394 Members | 1,841 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Design of Messenger

3
Hi All,

Can any one tell me how to develop a Messenger using which technology (In Java)
Aug 24 '07 #1
2 2134
Nepomuk
3,112 Expert 2GB
Hi All,

Can any one tell me how to develop a Messenger using which technology (In Java)
Do you mean an Instant Messenger? Are you planning to use an existing network (like the ICQ network, the MSN network, the Jabber network...) or are you thinking of creating your own system?

If it's the second, have you thought about how the system should be structured? Should every user connect to a server or do you just want to use it for the communication between you and one other person?

If you're thinking of something like that, I would certainly use Sockets and ServerSockets (look at the api for java.net.*). Those classes can create the communication between two computers over the internet.

If however you want to write a Client for an existing network, you'll have to look at the networks specifications (or the source code of an open source Client, if it exists).

Then there's the question of the UI (user interface) - do you want a GUI (graphical user interface) or should it be console based? For a GUI, you should use AWT or Swing, for the console version System.in, System.out and java.util.Scanner should be sufficient.
Aug 24 '07 #2
r035198x
13,262 8TB
Hi All,

Can any one tell me how to develop a Messenger using which technology (In Java)
Do a search about it. There's even a thread about it in this forum.
Aug 24 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: GrantS | last post by:
I need urgent help. Done OK for a newbie getting automation of Windows Messenger into a Winform C# app but have three problems that I urgently need pointers to. Point 1 and 2 are the same issue, I...
1
by: msn | last post by:
I have plane to develop MSN messenger clone. And I wanna develop it using the latest MSN messenger API but I can't find any information about the latest MSN messenger API. Does anyone know about...
0
by: Stephajn Craig | last post by:
Has anyone had this experience yet? What I'd like to do is have a Windows Service monitoring and automating Windows Messenger on a server. I've already begun a proof of concept by creating a...
10
by: Mr Newbie | last post by:
Does anyone have any recommendations for a really good book, or web site article on design of N-Tier systems using .NET -- Best Regards The Inimitable Mr Newbie º¿º
0
by: kpandian | last post by:
Hi Everyone, I have a module which i have been working for the past couplr of days. I am trying to send im from my ap thru Messenger Type Library. (Windows Messenger, .Net 2.0 anf Messenger Type...
0
by: Page O Rama | last post by:
Hi, R U BLOCKED ON MSN,YAHOO,ICQ OR AOL Messenger By Your Friend, Then What are you waiting for.Visit one of the link below to find out who has blocked you in his/her friend list. MSN Block...
1
by: mtnhan | last post by:
Hi Everybody! I'm a student. I want to make a Messenger like Yahoo Messenger. And it can communicate with Yahoo Messenger. I am finding documents about that but I didn't have. So You can show me...
2
by: Alex | last post by:
I am fairly new to C# development. I have read a number of articles about developing messenger applications, but they all assume that it is operating internally and that the IP address of the...
0
by: kimiraikkonen | last post by:
Hi, I don't know if there's anyone who tried referencing and using MSN messenger API Type Library(COM tab -msmsgs.exe) but it doesn't do anything on class instantiation and after a while a DCOM...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.