Model view controller design pattern in java is a very important concept for developers. Model view controller (MVC) pattern is used for developing large web applications. In this article we will discuss about model view controller. Throughout the article we will discuss the benefits of using model view controller in a java web applications. To understand this…
This is a guest post submitted by Nick from Chatwing. What Chatwing Can Do To You? People like private things; once their privacy is secured, they feel more content and happy. This is the reason why many people want to have password-protected accounts and apps. When Chatwing Development Team integrated the private messaging feature to…
In this article I will show you – How to work with Initialization and Context Initialization Parameters. In a single Dynamic Web Project I will demonstrate for both kind of servlets 1. GenericServlet and 2. HttpServlet. What are the initialization parameters in Servlet? Initialization parameters are loaded or started when a web container starts (web.xml is loaded). There are 2 type of initializing…
In this post I will explain the steps required to connect to MySQL database from Java using JDBC. We will do one JDBC example, connect mysql database using JDBC. Introduction : What is JDBC? Java Database Connectivity (JDBC) is an API that lets you access any tabular data sources from a Java application. These data sources…
A Brief Overview of Database Database means a collection of some information stored over time. Moreover, stored in a structured format for retrieval at a later time. In fact, this is a vague definition, but by this definition, even a simple file system is an example of a database. This is reasonably accurate. In short, a…