473,387 Members | 1,374 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Help - To create a Forum

snowfall
Hi, I need to create a discussion forum within my team in java, j2ee. Its basically similar to that of our TSDN. The person should be allowed to view the discussion, create a new discussion and post in it.

Pls give me some suggestions regarding how it can be done..
Oct 29 '07 #1
10 4208
r035198x
13,262 8TB
Hi, I need to create a discussion forum within my team in java, j2ee. Its basically similar to that of our TSDN. The person should be allowed to view the discussion, create a new discussion and post in it.

Pls give me some suggestions regarding how it can be done..
It's basically a web based application. Are you planning on using JSPs for it? Otherwise the question would be in the wrong forum.
Oct 29 '07 #2
It's basically a web based application. Are you planning on using JSPs for it? Otherwise the question would be in the wrong forum.
Ya jsps & servlets...
Am planning to use Tomcat Server, jdk1.5 & MySql as backend...

As its a forum, the data will be huge.. So i guess that it cant be saved in dbase.
I thought i should save the data in CSV format in files n retrive....

But am not clear about how to implement it

Am i in the right track??
Pls suggest me how to proceed with it
Oct 29 '07 #3
Pls help................
Oct 30 '07 #4
r035198x
13,262 8TB
Ya jsps & servlets...
Am planning to use Tomcat Server, jdk1.5 & MySql as backend...

As its a forum, the data will be huge.. So i guess that it cant be saved in dbase.
I thought i should save the data in CSV format in files n retrive....

But am not clear about how to implement it

Am i in the right track??
Pls suggest me how to proceed with it
You should be able to create it with JSPs, Servlets and MySQL as backend. Most people use PHP but JSPs can do the job as well. The one thing you should be concious about always is speed. People don't like slow forums.
Oct 30 '07 #5
You should be able to create it with JSPs, Servlets and MySQL as backend. Most people use PHP but JSPs can do the job as well. The one thing you should be concious about always is speed. People don't like slow forums.
Should i save each thread in separate file??

or if in the same file name then how to have a primary key, foreign key relationship between the thread and its replies??
Nov 1 '07 #6
r035198x
13,262 8TB
Should i save each thread in separate file??

or if in the same file name then how to have a primary key, foreign key relationship between the thread and its replies??
I'm not sure what you mean by "each thread in a separate file".
For primary key and foreign key relationships, I guess you'll just have to read a database tutorial ...
Nov 1 '07 #7
I'm not sure what you mean by "each thread in a separate file".
For primary key and foreign key relationships, I guess you'll just have to read a database tutorial ...
Should i save the threads in the forum in database or in files??

If in files, should i save each discussion(mean to say, each question and replies) in separate file or in the single file, should i maintain all the discussions??

pls help me....
Nov 1 '07 #8
r035198x
13,262 8TB
Should i save the threads in the forum in database or in files??

If in files, should i save each discussion(mean to say, each question and replies) in separate file or in the single file, should i maintain all the discussions??

pls help me....
Why don't you research more about how other forums are created before you start making your own forum.
Nov 1 '07 #9
Why don't you research more about how other forums are created before you start making your own forum.
Ya am doing that...
TSDN is also a forum right, so only came for help :)
Nov 1 '07 #10
r035198x
13,262 8TB
Ya am doing that...
TSDN is also a forum right, so only came for help :)
Well in that case you'd have to ask whoever wrote the code to create this forum rather than members who post in the Java forum.
I've directed you to look at how other forums are created because you are not even sure how the threads themselves are stored and how to use a database to store forum data. That forms the basis of the whole thing
and so I thought you might need quite a bit of reading before we start discussing the keys and foreign keys that you are going to need.
Nov 1 '07 #11

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Bryan Martin | last post by:
Given the following table setup Table column1 column2 forumCategory ID name
1
by: Bryan Martin | last post by:
Using the included stored procedure I am getting the following result. However I need this to return the DISTINCT forum.ID from the tables while maintaining the correct post count, topic count and...
5
by: Craig Keightley | last post by:
Please help, i have attached my page which worksin IE but i cannnot get the drop down menu to fucntion in firefox. Any one have any ideas why? Many Thanks Craig ...
5
by: john | last post by:
Here is the short story of what i'm trying to do. I have a 4 sided case labeling printer setting out on one of our production lines. Now then i have a vb.net application that sends data to this...
3
by: Guoqi Zheng | last post by:
Dear sir, My forum site is getting much slower. At this moment, it takes 20 seconds for the first hit. The second hit is much quicker, I think it is because of cache. Any idea how can I increase...
3
by: Richard Lewis Haggard | last post by:
We are having a lot of trouble with problems relating to failures relating to 'The located assembly's manifest definition with name 'xxx' does not match the assembly reference" but none of us here...
3
by: sunbeam | last post by:
Short Description of the Project: we developed a e-learning system for our students. each student has a unique username/password to view the modules he/she should view and nothing more. since we...
6
by: AppleBag | last post by:
I'm having the worst time trying to login to myspace through code. Can someone tell me how to do this? Please try it yourself before replying, only because I have asked this a couple of times in...
1
by: selvamcbe | last post by:
sir I have a problem with installtion of phpbb 2 Forum in my website... I am having a website named http://www.clickonlinejobs.com Also i plan to include forum with it.So i have added my forum in...
1
by: selvamcbe | last post by:
sir I have a problem with installtion of phpbb 2 Forum in my website... I am having a website named http://www.clickonlinejobs.com Also i plan to include forum with it.So i have added my forum in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.