求助:Spring web framework(jpetstore)中幾個簡單的問題
petstore_servlet.xml中有這麼些Controller:
<bean name="/shop/viewCategory.do" class="org.springframework.samples.jpetstore.web.spring.ViewCategoryController">
<property name="petStore"><ref bean="petStore"/></property>
</bean>
不明白它是如何與viewCategory.jsp關聯起來的
Item.jsp中(當然其他的也有)
<tr bgcolor="FFFF88"><td>
<c:if test="${item.quantity <= 0}">
<font color="RED" size="2"><i>Back ordered.</i></font>
</c:if>
<c:if test="${item.quantity > 0}">
<font size="2"><fmt:formatNumber value="${item.quantity}"/> in stock.</font>
</c:if>
</td></tr>
這${item.quantity 其中的item物件從什麼地方來的呢?
<bean name="/shop/viewCategory.do" class="org.springframework.samples.jpetstore.web.spring.ViewCategoryController">
<property name="petStore"><ref bean="petStore"/></property>
</bean>
不明白它是如何與viewCategory.jsp關聯起來的
Item.jsp中(當然其他的也有)
<tr bgcolor="FFFF88"><td>
<c:if test="${item.quantity <= 0}">
<font color="RED" size="2"><i>Back ordered.</i></font>
</c:if>
<c:if test="${item.quantity > 0}">
<font size="2"><fmt:formatNumber value="${item.quantity}"/> in stock.</font>
</c:if>
</td></tr>
這${item.quantity 其中的item物件從什麼地方來的呢?
相關文章
- Web應用開發中的幾個問題Web
- 執行JPetStore的問題
- 初學者Jpetstore問題?
- Typora 使用中的幾個問題
- hdu5365 簡單幾何問題
- azkaban 安裝中的幾個問題
- C#中的幾個簡單技術點C#
- 求助一個鎖庫存的問題!
- [求助]jbuilder中Database Pilot的問題UIDatabase
- 在jsp中呼叫一個簡單工廠的問題JS
- 簡單說幾個MySQL高頻面試題MySql面試題
- [求助] STRUTS2和SPRING整合問題Spring
- aix的幾個簡單命令AI
- 求助,castor的問題AST
- 求助bangjava遠端提交表單問題Java
- 求助關於JdonFrameworkTest的一個問題Framework
- 一個applet的簡單問題APP
- 關於兩個簡單問題的分析
- Vue 實踐過程中的幾個問題Vue
- Mysql6.0連線中的幾個問題MySql
- 簡單的製作frameworkFramework
- JDBC問題,求助JDBC
- [求助]關於Appfuse中Form的scope問題APPORM
- 問一個關於oracle8的簡單的問題!Oracle
- iOS APNs的幾個問題iOS
- 【學習】分享幾個學習中的小問題
- 分享Java面試中的幾個重要基礎問題!Java面試
- C++中幾個值得分析的小問題C++
- 資料遷移中的幾個問題總結
- Spring_Framework_簡介SpringFramework
- JPetStore架構的疑問架構
- Java面試常問的幾個問題Java面試
- 基於Spring例子的JPetStore分析Spring
- 在學習play framework中碰到的問題Framework
- 移動 web 開發幾個明顯的相容性問題Web
- MySQL幾個簡單SQL的優化MySql優化
- 簡單的幾個排序演算法排序演算法
- 【求助】請教一個初學java的小問題Java