struts
hi
can i use ms access with struts coneectivity
how can i use struts using ms access
hi
can i use ms access with struts coneectivity
how can i use struts using ms access
Your presentation logic and data access logic should not be aware of each other. Your model layer sits in between the 2. So your presentation layer (JSP) talks to objects in the model, which in turn talks to a database of your choosing. JSPs shouldn't care what database you're using, or even know that you're using one