Re: [GENERAL] A Simple web application

2014-01-27 Thread Adrian Klaver
On 01/27/2014 09:30 AM, Steve Crawford wrote: On 01/27/2014 07:19 AM, Raymond O'Donnell wrote: On 27/01/2014 15:16, Edson Richter wrote: Em 27/01/2014 10:42, Andreas Kretschmer escreveu: Raymond O'Donnell wrote: On 27/01/2014 12:11, Manoj Soni wrote: Name, Age and Sex Which tutorial, may h

Re: [GENERAL] A Simple web application

2014-01-27 Thread Steve Crawford
On 01/27/2014 07:19 AM, Raymond O'Donnell wrote: On 27/01/2014 15:16, Edson Richter wrote: Em 27/01/2014 10:42, Andreas Kretschmer escreveu: Raymond O'Donnell wrote: On 27/01/2014 12:11, Manoj Soni wrote: Name, Age and Sex Which tutorial, may help me in this regard. I did a Google search o

Re: [GENERAL] A Simple web application

2014-01-27 Thread Adrian Klaver
On 01/27/2014 07:19 AM, Raymond O'Donnell wrote: On 27/01/2014 15:16, Edson Richter wrote: Em 27/01/2014 10:42, Andreas Kretschmer escreveu: Raymond O'Donnell wrote: On 27/01/2014 12:11, Manoj Soni wrote: Name, Age and Sex Which tutorial, may help me in this regard. I did a Google search o

Re: [GENERAL] A Simple web application

2014-01-27 Thread Edson Richter
Em 27/01/2014 13:19, Raymond O'Donnell escreveu: On 27/01/2014 15:16, Edson Richter wrote: Em 27/01/2014 10:42, Andreas Kretschmer escreveu: Raymond O'Donnell wrote: On 27/01/2014 12:11, Manoj Soni wrote: Name, Age and Sex Which tutorial, may help me in this regard. I did a Google search o

Re: [GENERAL] A Simple web application

2014-01-27 Thread Raymond O'Donnell
On 27/01/2014 15:16, Edson Richter wrote: > Em 27/01/2014 10:42, Andreas Kretschmer escreveu: >> Raymond O'Donnell wrote: >> >>> On 27/01/2014 12:11, Manoj Soni wrote: Name, Age and Sex Which tutorial, may help me in this regard. >>> I did a Google search on "tomcat netbeans postgresql t

Re: [GENERAL] A Simple web application

2014-01-27 Thread Edson Richter
Em 27/01/2014 10:42, Andreas Kretschmer escreveu: Raymond O'Donnell wrote: On 27/01/2014 12:11, Manoj Soni wrote: Name, Age and Sex Which tutorial, may help me in this regard. I did a Google search on "tomcat netbeans postgresql tutorial" and turned up some likely-looking links should wo

Re: [GENERAL] A Simple web application

2014-01-27 Thread Andreas Kretschmer
Raymond O'Donnell wrote: > On 27/01/2014 12:11, Manoj Soni wrote: > > > > Name, Age and Sex > > Which tutorial, may help me in this regard. > > I did a Google search on "tomcat netbeans postgresql tutorial" and > turned up some likely-looking links should work for you too. :-) Right, and a

Re: [GENERAL] A Simple web application

2014-01-27 Thread Raymond O'Donnell
On 27/01/2014 12:11, Manoj Soni wrote: > Dear All > I am new to this list and postgres > > > I have configured postgresql on my laptop. I want to make a simple web > application that saves the data in database in table demog, which has > three fields > > Name, Age and Sex > > I have created the

[GENERAL] A Simple web application

2014-01-27 Thread Manoj Soni
Dear All I am new to this list and postgres I have configured postgresql on my laptop. I want to make a simple web application that saves the data in database in table demog, which has three fields Name, Age and Sex I have created the table and fields. I have Netbeans IDE also installed. and