struts

hi

can i use ms access with struts coneectivity

how can i use struts using ms access

[106 byte] By [Java_Jsp_servleta] at [2007-11-27 10:13:30]
# 1

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

georgemca at 2007-7-28 15:27:10 > top of Java-index,Java Essentials,New To Java...