I need to create, edit and delete the data in mysql. I made the servlet program for CRUD operation. I want build the webpage which displays the Table and buttons for CRUD. How should i start up write my JavaScript.
-
You don't write user interfaces in JavaScript. That's HTML.Delan Azabani– Delan Azabani2010-08-17 08:32:03 +00:00Commented Aug 17, 2010 at 8:32
-
Maybe you should try to do a proof-of-concept, something simple that uses JavaScript, a button, sends a message to the server, the server parses it and saves something in BD. Then, when you are sure of how to do each part... think about a CRUD :)helios– helios2010-08-17 08:32:11 +00:00Commented Aug 17, 2010 at 8:32
-
@Delan Azabani If i can write using J-Query. what is J-Query actually. Please explain me.Gladiator– Gladiator2010-08-17 08:49:29 +00:00Commented Aug 17, 2010 at 8:49
-
jQuery is a JavaScript library that defines a bunch of functions to extend features and smooth out browser incompatibilities. I don't use it myself as I don't believe 'general' libraries are any good. If you can write it with JavaScript alone, why go and find a way to do it with jQuery? Read more: azabani.com/articles/dependenceDelan Azabani– Delan Azabani2010-08-17 08:51:15 +00:00Commented Aug 17, 2010 at 8:51
-
@DelanAzabani why you link dead links. Bring the site up.Raynos– Raynos2012-01-22 17:06:16 +00:00Commented Jan 22, 2012 at 17:06
Add a comment
|