• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

java application with form and mysql database

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I have to make a small application in java where there is a form and the data goes inside a mysql database. The application will run as independent executable file.its very small application.

Can any one explain me as how to do it. I am using eclipse as developing tool. Iam new to java and want to try making this simple application for leanring. Pls explain the process or any website which explains it step by step.

I dont know which is the right forum to put this question on. So pls excuse me if this is not the right one.

Its urgent so pls help me

thanks in advance
megha
 
Ranch Hand
Posts: 375
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Learn JDBC, see the Sun website for tutorials/Google or buy a book. This will teach you how to read and write to a database.

"I am using eclipse as developing tool"

I'm not sure if I would recommend using an IDE for a beginner as you'll end up spending more time learning the environment than programming. But why not...

And by "executable" I hope you mean a .jar file and not .exe.

P.S. For someone who is a SCJP, you should really be showing more initiative.
 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

It's hard to know what sort of answer to pitch to you. What part of the exercise is giving you the most trouble?

Do you need help designing a form with swing controls? Are you having trouble getting the application to talk to the mysql database? Are you unsure of the database schema?

Let us know more specifically what you need and we can try to help out.

Cheers, Jared.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic