• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Please guide me the best architecture to build a application

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please guide me the best architecture to build a application

I want to create application with below capabilities

A video streaming application like youtube, Allow user to upload video under some category.

Functionality:

1. upload
2. download
3. peer to peer (share)
4. privacy capability\
5. security capability
6. media – play, pause, full screen, add user, share, forward, rewind
7. customize interface
8. search

can you please tell me what all will be required ? I will prefer Java /PHP for that so please tell me what all will required and how I can do that in details ?
 
Ranch Hand
Posts: 57
Eclipse IDE PHP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jenny, for the kind of Application you are planning to develop you need to take care of two things apart from Implementation:

1. Performance
2. Scalability
3. Database

For the Architecture there is no particular one that I can say, but I will suggest you to maybe use some CMS, maybe go for a Portal like Liferay. What that will help you with is:

1. A proven architecture. Its built on Java Platform and uses Spring Framework and Hibernate. Most importantly its a SOA.
2. Open source framework.
3. You can run it on Tomcat
4. Security and Permissions are pretty good. You have features like Communities, Organizations, User groups.
5. You can build your own themes, there are a few already available.

For more you can visit : www.liferay.com

Apart from this you can take a look at this website, it explains youtube architecture : http://highscalability.com/youtube-architecture

But for setting up something like that you should consult some System Engineers.

Let me know if this helps.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic