Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why doesn the Java Pet Store Demo use stored procedures?

0
Posted

Why doesn the Java Pet Store Demo use stored procedures?

0

A. We don’t use stored procedures since they will result in a non-portable application. Our design allows, however, for stored procedures to be added elegantly–all you need to do is to provide an alternate Data Access Object that plugs into the application architecture and makes stored procedure calls. These are essentially a performance optimization that are particular to a specific application and its deployment environment. For this reason, it falls outside the scope of Java Enterprise BluePrints which focuses on the application programming model.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123