how to develop e-commerce using java

Can you please give me the source code for building e-commerce/web site using java?
[90 byte] By [dfwefwea] at [2007-11-26 13:03:06]
# 1
> Can you please give me the source code for building> e-commerce/web site using java?So you want the source code of a e-com site to build an e-com site ? Does that sound a bit circular to you ?
Aknibbsa at 2007-7-7 17:07:06 > top of Java-index,Java Essentials,New To Java...
# 2

> Can you please give me the source code for building

> e-commerce/web site using java?

public class ECommerceWebsiteBuilder {

public static void main(String[] sgra) throws Exception {

String website = "<html><body><h1>Buy my stuff!</h1></body></html>";

FileWriter fw = new FileWriter("index.htl");

fw.write(website);

fw.close;

}

}

CeciNEstPasUnProgrammeura at 2007-7-7 17:07:06 > top of Java-index,Java Essentials,New To Java...
# 3

> > Can you please give me the source code for

> building

> > e-commerce/web site using java?

>

> So you want the source code of a e-com site to build

> an e-com site ? Does that sound a bit circular to

> you ?

no, he wants the sourcecode of something that will let him build e-commerce sites.

Something like one of those "create an online shop in 5 minutes" packages you can buy from some stores.

jwentinga at 2007-7-7 17:07:06 > top of Java-index,Java Essentials,New To Java...
# 4

> no, he wants the sourcecode of something that will

> let him build e-commerce sites.

> Something like one of those "create an online shop in

> 5 minutes" packages you can buy from some stores.

and he wants to use java. so the problem comes down to:

java BuildMyECommerceSite <sitename>

aniseeda at 2007-7-7 17:07:06 > top of Java-index,Java Essentials,New To Java...
# 5

> > no, he wants the sourcecode of something that will

> > let him build e-commerce sites.

> > Something like one of those "create an online shop

> in

> > 5 minutes" packages you can buy from some stores.

>

> and he wants to use java. so the problem comes down

> to:

>

> java BuildMyECommerceSite <sitename>

OH why didn't he say so ?

Does he want the included tv advertising campaign ? ;-)

Aknibbsa at 2007-7-7 17:07:06 > top of Java-index,Java Essentials,New To Java...
# 6
nah, youtube is where it's at. And email marketing using opt-out lists.
jwentinga at 2007-7-7 17:07:06 > top of Java-index,Java Essentials,New To Java...