Now we are trying to connect our web application to a database. I use Northwind database here as an example database.
For you who don’t know what Northwind is, it is a sample database given if you install MS Access. I am sorry for non Windows user, but if you follow below tutorial you should also do it in another database like MySQL or PostgreSQL.
(more…)
January 7, 2008
Simple JSP part 3
January 5, 2008
Simple JSP part 2
Our next tutorial is about handling user input. We will start with the most common input component which is text field.
Open your index.jsp and add new codes like below, (more…)
January 4, 2008
Simple JSP part 1
This post is dedicated for you who want to start learning how to create a web application using Java using only simple JSP. I assumed here you already have Java basic knowledge. Please enjoy. (more…)