> 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;
}
}
> > 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.
> 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>
> > 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 ? ;-)