Steven 的 IT 學習旅程
網頁
首頁
Java Learning Resources
Learning Resources for Data Science
Learning English
參考資料
2017年6月17日 星期六
PrimeFaces p:calendar 元件套用 bootstrap form-control 樣式
技術問題
PrimeFaces
的
p:calendar
套用
bootstrap
的
.form-control
是無法正確顯示。
p:calendar
的輸入外框會超出元件邊界外框,如下圖所示
:
閱讀更多 »
2017年6月10日 星期六
EJB 3.1 Embeddable API + Junit 技術心得整理
簡介
在 Junit 中使用 Embedded GlassFish Server 做爲 EJB 元件的測試環境。The EJB 3.1 Embeddable API is designed for unit testing of EJB modules.
參考範例 Using the Embedded EJB Container to Test Enterprise Applications (
https://netbeans.org/kb/docs/javaee/javaee-entapp-junit.html?print=yes
)
閱讀更多 »
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)
熱門文章
Credit Memo & Debit Memo 的概念
在執行 Open_Form 指令打算開啟另一個 Form 時,無法開啟並出現 FRM-40010 Cannot read from XXX 訊息
使用 R 匯入 Excel 存成的 CSV 檔, 在 Windows 環境下
如何在 Weblogic 中設定 Java DB 的 DataSource
建立 Swing 應用程式: Netbean vs Eclipse