Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<c:set var="product" value="#{productDAO.findByCode('code')}" /> #{product.name} #{product.name}
DBからオブジェクトを取得し、一度変数に格納したいと思います。ただし、製品にアクセスするたびにDBへの呼び出しが行われることがわかりました。上記の例では、DB への 2 つの呼び出しがあります。