JAva coding
By AzraelValley
@AzraelValley (677)
Philippines
3 responses
@RowenaTheWitch (947)
• Italy
19 Dec 07
Hi!
I don't understand what you mean. Do you mean having a way to insert login and password to log into a site? Registering, opening accounts etc?
I know a bit of html and java so if you tell me, I can help you.
@AzraelValley (677)
• Philippines
19 Dec 07
I want to create a website that do this things. When you have inserted the password. The program will ask what package do you like, details and then will ask for payment
1 person likes this
@AzraelValley (677)
• Philippines
19 Dec 07
I also want to add the register code
1 person likes this
@RowenaTheWitch (947)
• Italy
19 Dec 07
Ah, a commercial site.
Well that's a bit complicated.
Anyway, to record the login and passwords you have to use a database (MySQL for example, it's free) then write java classes that access to it and record all the new informations, and a bunch of other things. Too much to explain in a message ^^
I would advice you to look at www.html.it , a site full of tutorials, but sadly it's in italian ^^
What are you planning to sell exactly' What methods of payment do you want?

@andben (1074)
• Italy
20 Dec 07
In order to make a site with that features you can choose between some different ways: java with jsp, but also php an asp.
I also must have a DBMS running under your site to sve your user informations, you can choose for example MySQL, PostgreSQL or Hypersonic that are free.
You can find many code examples around the web.




