Dear Friends,
I want to develop a newspaper website using J2EE.Is it possible for a newcomer to develop a newspaper website independently.what problems would i face? Please help!
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
The technical side is easy. The main problems are: where does the content come from, and how will people be persuaded to go to the site? Not to mention how it will be funded.
Ankit Tripathi
Ranch Hand
Joined: Oct 17, 2009
Posts: 175
posted
0
Sir,
Would you please clarify
"where does the content come from"
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
A news site generally displays, well, news, right? That's the content - where does it come from?
Ankit Tripathi
Ranch Hand
Joined: Oct 17, 2009
Posts: 175
posted
0
will you please suggest from where it should come how it should be updated?
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
Unless you have people for that (reporters, editors, and so on) you'll probably have to buy it from companies like Reuters, AP, etc. They'll have APIs that your site can access.
Ankit Tripathi
Ranch Hand
Joined: Oct 17, 2009
Posts: 175
posted
0
thank you.......
Ankit Tripathi
Ranch Hand
Joined: Oct 17, 2009
Posts: 175
posted
0
how much news agencies will charge for it
how updation and maintenance would be done on the daily basis?
Ankit,
This is the type of reserach you need to do if you are serious about starting this. Look at the sites mentioned above (Reuters/AP). Ask them what the pricing is for their feeds.
I know you want to implement it in Java EE, but if you have can consider another option, I really recommend Django framework.
This framework really shines for newspaper sites (it was extracted from journal web application).
Ankit Tripathi
Ranch Hand
Joined: Oct 17, 2009
Posts: 175
posted
0
How about python and framework?are these easy to learn and implement?will it provide a full support to localization?I want to implement the website in my mothertongue Hindi!
Ankit,
If you are looking for the news to be in Hindi, you would want to use a Hindi based news service rather than Reuters/AP. Those feeds are going to be in English as far as I know.