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

How to plan large content display?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings to all! My first post.

Iam planning a website.Using Jsp.
Iam stuck up in one issue.
How do I plan to store huge content storage in my website.

Query 1: Where do I store all my content? in a database(I have Mysql) or in flat files?What is the best approach for content storage on a website?

Query 2: After solving the above query, I want to display the requested page in pages, page1, page2,page3 if the requested page is of huge size. How do I code that in Jsp.

Thnx in Advance.

[ June 16, 2005: Message edited by: Bear Bibeault ]

[ June 16, 2005: Message edited by: kuchana kumar ]
[ June 20, 2005: Message edited by: Bear Bibeault ]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Depending upon the nature of the data (which you have given no inkling of) either approach may be suitable. If you will be doing extensive searching and filtering of the data, a database is probably called for.

Paging result sets has been discussed on numerous occasions in this forum. Search through the old posts for some good info on the subject.
 
kuchana kumar
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have to store large formatted text[html pages likely].
Do I put them in a database or use flat files.
What is the best approach in practice..

Any suggestions..
Kuchana.
[ June 16, 2005: Message edited by: kuchana kumar ]
 
kuchana kumar
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kindly anyone share your thoughts.. pl

Thanks in advance..
 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you have already got the answer.
 
Could you hold this kitten for a sec? I need to adjust this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic