• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Creating a social networking site

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We are planning to develop a small social networking site as our project work, so can any one give us
an idea , how to start about and give some basic requirements for developing a site of that kind.
planning to use springs and hibernate as our framework.

Please tell the basic requirements .

thanks,
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why not just look at an existing social networking site and see what functionality they offer?
 
Sheriff
Posts: 22772
130
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And then get sued for violating some patent...
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your site has friends! Lawsuit! One-click following! Lawsuit!

*sigh*
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Start by working out scenarios of how the site would be used from the point of view of users who want to accomplish various things, include the scenarios the administrator of the system will need.

When your project group has enough written scenarios (also called case studies) the basic requirements should become obvious.

The more time you put into that initial stage, the less time you will waste when coding.

Bill

 
Rob Spoor
Sheriff
Posts: 22772
130
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

David Newton wrote:Your site has friends! Lawsuit! One-click following! Lawsuit!

*sigh*


You make it sound as bad as it is... Remember Amazon's one-click shopping?
 
ms raaghu
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey thanks for all the ideas given.. but can you please tell what are all basic scenarios as such???
can you please give a brief ideas on what are all the prerequisites...or is there sites which gives a basic on that??
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you ever used a social networking site?
 
ms raaghu
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ya offcourse am using twitter
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

ms raaghu wrote:We are planning to develop a small social networking site as our project work, so can any one give us
an idea , how to start about and give some basic requirements for developing a site of that kind.
planning to use springs and hibernate as our framework.


How can we give you the requirements of your project? If you don't know what you're supposed to do, how can anybody else? Doesn't your company have product management? Also, it's generally not a good idea to decide on implementation details (like frameworks to be used) before the requirements have been fixed.
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

ms raaghu wrote:ya offcourse am using twitter


Okay, so what's the issue? Why can't you look at Twitter (not what I'd use as a model of a social networking site, but that's a different issue) and figure out what functionality it has? Or any other social networking site? I don't see why you'd need help in figuring out what functionality to implement.
 
ms raaghu
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
am a beginner to these web apps so just wanted help or tips to gather infos needed .
so if possible please help out in succeeding in this project
 
Ranch Hand
Posts: 32
Eclipse IDE Objective C Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try building some html templates , get clear idea on the functionalites you want to achieve , spring hibernate is a good choice on techonology side
 
I am displeased. You are no longer allowed to read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic