No. Struts is an implementation of the
front controller pattern. It has nothing to do with back-end tasks like database connectivity.
That said, it is common to encapsulate common tasks like obtaining a database connection and put it into an
interceptor.
You may also want to look at your container's documentation and see if it can manage database connections. I know
Tomcat and Weblogic do.