Dear forum users,

I'd tested out the connection pooling only to realise that it is meant for retrieving data. After putting the connection pooling coding, creating the xml file under META-INI, I run it and then there's a HTTP 405 error that it then hit me that it doesn't apply for posting data to the database.

Hope that my deduction is correct. Do correct me if I'm wrong.

Now, I have another part of my web application that allows user to post their data into my database.

So, for this part, do I still stick to the convention JDBC connection, resultset, prepared statement and do the normal Do Post stuff will do?

Hope someone can share with me the insight.

Thanks alot!