Re: newbie: sample Java applications?
"R.A.M." <r_ahimsa_m@poczta.onet.pl> wrote in message
news:en3puc$q50$1@atlantis.news.tpi.pl...
Hello,
(sorry for my English...)
I have started learning Java. I am going to learn programming database
applications (Oracle) with web interface (JSP, Servlets).
I have some experience with Microsoft .NET. Microsoft prepared set of
sample applications (called Starter Kits) which can be dowloaded from
www.microsoft.com and used for educational purposes. Starter Kits are more
complex applications then samples in books, for instance a e-bookstore
could be a good example of starter kit.
I have a question: is there something like Microsoft's Starter Kits
available for Java programmers? I am intereted in learning JDBC, JSP and
Servlets.
Could you help me please? Thank you!
I don't know how complex Microsoft's bookstore sample is, but I'd guess
it's about the same as Sun's PetStore sample, which can be downloaded from
http://java.sun.com/developer/releases/petstore/
- Oliver