Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 25-12-2008, 08:34 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2008
Posts: 15
Default Java Messenger


Recently i got one project on Messenger in Java but i'm little bit confused from where to start....
Any suggestion guys...
Vasiq is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 26-12-2008, 04:36 PM   #2 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Java Messenger

Choose or design your protocol for starters? That should give you time to think about what all features you can allow.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 26-12-2008, 05:13 PM   #3 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2008
Posts: 15
Default Re: Java Messenger

Quote:
Originally Posted by QwertyManiac View Post
Choose or design your protocol for starters? That should give you time to think about what all features you can allow.
Thanks for the suggestion. But what i'm thinking is that first i'll start with the GUI part using SWING and then for the networking part but i've been searching for a Swing GUI book but couldn't find it
Vasiq is offline  
Old 26-12-2008, 07:40 PM   #4 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: Java Messenger

Try Sun's Swing tutorial.
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Old 26-12-2008, 07:47 PM   #5 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2008
Posts: 15
Default Re: Java Messenger

Quote:
Originally Posted by chandru.in View Post
Try Sun's Swing tutorial.
Any e book on Swing Java
Vasiq is offline  
Old 26-12-2008, 10:45 PM   #6 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: Java Messenger

http://java.sun.com/docs/books/tutorial/ui/index.html
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Old 27-12-2008, 12:14 AM   #7 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2008
Posts: 15
Default Re: Java Messenger

Quote:
Originally Posted by chandru.in View Post
thanks a lot Chandru.
Vasiq is offline  
Old 30-12-2008, 06:55 PM   #8 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2008
Posts: 15
Default Re: Java Messenger

Quote:
Originally Posted by Vasiq View Post
Thanks for the suggestion. But what i'm thinking is that first i'll start with the GUI part using SWING and then for the networking part but i've been searching for a Swing GUI book but couldn't find it
I've started with GUI of my messenger using Netbeans but i'm very worried about the complexities of this software and i can't even get any detail information about "how instant messenger like Yahoo, Windows Live MSN works in detail" i mean "what are the requirement to design an Instant Messenger etc.."
Any suggestion..
Vasiq is offline  
Old 30-12-2008, 07:34 PM   #9 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: Java Messenger

Quote:
Originally Posted by Vasiq View Post
I've started with GUI of my messenger using Netbeans but i'm very worried about the complexities of this software and i can't even get any detail information about "how instant messenger like Yahoo, Windows Live MSN works in detail" i mean "what are the requirement to design an Instant Messenger etc.."
Any suggestion..
As Qwerty suggested the protocol you use is more important for a messenger than the Ui itself. Protocol is just how you decide to send and receive stuffs over the socket.
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Old 30-12-2008, 09:14 PM   #10 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2008
Posts: 15
Default Re: Java Messenger

Quote:
Originally Posted by chandru.in View Post
As Qwerty suggested the protocol you use is more important for a messenger than the Ui itself. Protocol is just how you decide to send and receive stuffs over the socket.
You mean socket programming but which book should i use for socket programming.....
Vasiq is offline  
Old 30-12-2008, 11:13 PM   #11 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: Java Messenger

http://java.sun.com/docs/books/tutor...ing/index.html
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Old 01-01-2009, 02:41 PM   #12 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2008
Posts: 15
Default Re: Java Messenger

Quote:
Originally Posted by chandru.in View Post
But this link only teaches the Basic of the networking i know all this.. i want some tutorials on Socket Programming.
Vasiq is offline  
Old 01-01-2009, 02:46 PM   #13 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: Java Messenger

Quote:
Originally Posted by Vasiq View Post
But this link only teaches the Basic of the networking i know all this.. i want some tutorials on Socket Programming.
It does cover socket programming. What is it that you want beyond that? I guess you should look into the Java API docs for very detailed explanation of each calss and method related to Sockets.
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Old 02-01-2009, 07:52 PM   #14 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2008
Posts: 15
Default Re: Java Messenger

Quote:
Originally Posted by chandru.in View Post
It does cover socket programming. What is it that you want beyond that? I guess you should look into the Java API docs for very detailed explanation of each calss and method related to Sockets.
thanks a lot for your help chandru. Now we are almost done with our GUI designing and now i want to create a .jnlp file so that i can launch the file by clicking on it.
Could you please tell me how to create a jnlp file for the GUI.
Vasiq is offline  
Old 02-01-2009, 07:59 PM   #15 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: Java Messenger

Quote:
Originally Posted by Vasiq View Post
thanks a lot for your help chandru. Now we are almost done with our GUI designing and now i want to create a .jnlp file so that i can launch the file by clicking on it.
Could you please tell me how to create a jnlp file for the GUI.
JNLP is not needed for starting an app with double click. All you need is an executable jar file. JNLP brings with it few security restrictions which may not suit a messenger app.

To create an executable jar, create a plain text file with name say my_manifest. Put this in your top level build directory (where your package directories exist). Then give the below command.

Code:
jar cfm messenger.jar my_manifest *
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Old 02-01-2009, 08:16 PM   #16 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2008
Posts: 15
Default Re: Java Messenger

Quote:
Originally Posted by chandru.in View Post
JNLP is not needed for starting an app with double click. All you need is an executable jar file. JNLP brings with it few security restrictions which may not suit a messenger app.

To create an executable jar, create a plain text file with name say my_manifest. Put this in your top level build directory (where your package directories exist). Then give the below command.

Code:
jar cfm messenger.jar my_manifest *
Thanks a lot chandru. Now the only thing which is left in our project is the socket programming part.
BTW thanks once again for your help.
Vasiq is offline  
Old 02-01-2009, 09:11 PM   #17 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: Java Messenger

You are welcome. Java excites me always.
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java programming..how can I distribute java program....? Manojap Programming 5 16-05-2009 02:46 PM
What is more powerfule Core Java or Java ? avadhesh QnA (read only) 4 06-05-2008 04:55 PM
[Concept UI] Yahoo Messenger for Mobile based on JAVA gxsaurav Chit-Chat 16 29-07-2007 05:05 PM
MSN Messenger, AIM and Yahoo Messenger Interoperability. Kannan QnA (read only) 2 03-05-2005 07:38 PM

 
Latest Threads
- by gforz
- by soumya
- by Sujeet
- by icebags
- by Charan

Advertisement




All times are GMT +5.5. The time now is 03:04 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2