Click here to Skip to main content
16,017,296 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I did Java SE as a professional course, and my project is to develop a video conferencing social site. I don't have the idea of where to start from, therefore, I need it cooperation. Thanks.

What I have tried:

I haven't tried anything yet. I only went online to search for guidelines buh I was unable to get a satisfied answer. I tried to download JMF on my system for the project buh I don't know how to use it.
Posted
Updated 27-Sep-16 3:47am
Comments
Richard MacCutchan 27-Sep-16 3:07am    
If you don't "have the idea of where to start from", then you need to go and do some research into the requirements of your application. The chances are you are going to need a website to start with where people can login to get connected with each other. Go on from there.

1 solution

Well since you don't have any idea where to start. You need to learn HTML/CSS. Then you need to learn how you can integrate java into a website/what framework you might want to use, for example Spring MVC. Then figure out how to connect a web camera to your website and allow access to it.

In order to tackle something like this and not feel so overwhelmed that you have no idea where to start, you need to break the problem into smaller pieces. Then start to tackle small pieces, pretty soon you'll start having small victories and next thing you know you'll have implemented half your functionality. Also, remember that programming requires critical thinking...simply googling for video conferencing site in java may not reveal a one size fits all solution...you are going to have to do some of the leg work to get your project off the ground and functional.

Now if you start your project and have real code issues where you are stuck, feel free to come back with a clear explanation of your issue, some relevant code samples and I'm sure someone here would be happy to help.
 
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