Click here to Skip to main content
16,010,876 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
we want to create a File transfer instant Messenger what are the core areas should we know about to build it?
Posted
Comments
Joan M 7-Aug-12 10:20am    
42.
That's for SA ;)

You will need to learn about:

Java in general.
RMI would be good, Spring is fine but might be to much power for this (depending on how big you want to make this thingy).
Logging with Log4J.
As a database I would always recommend the Derby DB that comes with Java and is integrated.

Look up all of those keywords on Google to find more about it.
And do yourself a favor and buy a decent book.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900