• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Newbie question

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm a amateur Web designer. Used to work well with Perl, but I know Java & JSP make the future.
I'm planning to make my home site with JSP and mySQL. The fact is, I've never touched SQL yet
Does anyone can help me explaining how to use mySQL through Java/JSP?
And one more: how can I write an file upload page, which allows user to browse through their file system and pick some desired files?
Thanks in advance,
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi.
For jsp/MySql refer the JDBC chapter from Wrox's Prof JSP 2nd edition.I'm sure you'll get a clear picture.
regds.
swaminathan.
[This message has been edited by Swami nathan (edited August 03, 2001).]
[This message has been edited by Swami nathan (edited August 03, 2001).]
[This message has been edited by Swami nathan (edited August 03, 2001).]
 
Lunar Moon
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you mean "Wrox's Prof JSP" is a book? I don't know, but it seems that I won't have much chance to see it
Could you give me some online resource instead? You'll be very helpful!
Thanks anyway
 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
take a look at http://www.servlets.com/cos/javadoc/com/oreilly/servlet/MultipartRequest.html
This class can handle multi-part requests. (like file uploads) You can download the package from http://www.servlets.com/cos/index.html
anyway, if you want to learn alot in a short period of time... keep reading books...

Dave Van Even
reply
    Bookmark Topic Watch Topic
  • New Topic