new website

I want to make my own website, I have the knowledge of EJB, Struts, JSP, Hibernate and Spring. Which Technology should I use to make a basic website so that millions of people can access it. Website will also contain the discussion forum.
[245 byte] By [Neetsa] at [2007-11-27 8:41:56]
# 1

Hi - it will greatly depend on the purpose and content of your site. And what did you mean by "basic website"?

If your major objective is to only make it accessible to many

people, you can get far only by using HTML and CSS. Those

technologies you've mentioned are for med-large scale enterprise applications.:)

Message was edited by:

lem@phil

lem@phila at 2007-7-12 20:41:07 > top of Java-index,Java Essentials,Java Programming...
# 2
hi lem,It will contain a discussion forum and login/password page so that only authorized people can post the message. Obviously it would be a paid service. Do I need not to have any Database? HTML and CSS would be sufficient?
Neetsa at 2007-7-12 20:41:07 > top of Java-index,Java Essentials,Java Programming...
# 3

> I want to make my own website, I have the knowledge

> of EJB, Struts, JSP, Hibernate and Spring. Which

> Technology should I use to make a basic website

If it's a basic Website, you won't need any of those technologies, since they'll be overkill.

>Website will

> also contain the discussion forum.

There are a number of free java open-source forum software already available:

http://www.java-source.net/open-source/forum-software

karma-9a at 2007-7-12 20:41:07 > top of Java-index,Java Essentials,Java Programming...
# 4
thanks..
Neetsa at 2007-7-12 20:41:08 > top of Java-index,Java Essentials,Java Programming...