我們必須使用IBM的RAD(IBM Rational Application Developer),並決定使用「Spring MVC」。我的問題是,我們必須在RAD內部使用Spring Mvc。我們必須添加哪些圖書館?在IBM Rational Application Developer中使用Spring MVC
回答
我不確定RAD與Spring MVC有什麼關係。在我看來,在RAD中部署Spring App與將其部署到Tomcat沒有什麼不同。使用maven獲取Spring的最新版本以及依賴關係,你應該很好。
「使用Maven來獲取最新的Spring的非常久遠的依賴」如何做到這一點你能幫助我。我是新來的春天.. –
@faridmovsumov「如何使用Maven」是一個截然不同的問題。你有兩種選擇:做手工依賴管理,這意味着繼[庫要求(http://mvnrepository.com/artifact/org.springframework/spring-core/3.0.7.RELEASE),直至每個相關的依賴性得到滿足,或通過[Maven的(http://maven.apache.org/),ANT +常春藤等自動做這可能是值得你的時間使用Maven花些功夫,至少對於簡單的用例。 –
http://www.springsource.org/download應該給你最新的春瓶...您可以手動得到Maven站點依賴 – Abhi
- 1. IBM Rational Application Developer V7.5和WAS6.1
- 2. IBM Rational Application Developer JDK啓動時出錯
- 3. 如何加速IBM Rational Application Developer/Rational Software Architect
- 4. 如何將Websphere Application Server 8.0添加到IBM Rational Application Developer 8.5.5
- 5. IBM RAD - Rational Application Developer中 - 錯誤更新LCD
- 6. 在Rational Application Developer中使用Worklight Studio插件
- 7. Rational Application Developer的ClearCase無法連接
- 8. 的Rational Software Architect(RSA)的Rational Application Developer(RAD)的IBM產品之間的比較
- 9. JiBX Eclipse插件沒有在Rational Application Developer 8中顯示
- 10. Rational Application Developer 8.0中的錯誤插件SoupUI
- 11. 在RAD(Rational Application Developer)中訪問WebSphere Application Server 8安裝文件夾
- 12. 如何將動態Web項目導入IBM Rational Application Developer 9.0的版本是8.5
- 13. IBM Worklight Studio 6.1 - 使用Rational Developer for System Z 9.0.1安裝失敗
- 14. 的Rational Application Developer /的Websphere污染home目錄
- 15. Rational Application Developer 9.1.1無法添加運行時Websphere Portal運行時
- 16. WebSphere/Rational Application Developer(RAD),用於構建的tmp目錄?
- 17. 無法啓動WebSphere服務器8在Rational Application Developer 8
- 18. Spring MVC | IBM Websphere Application Server |服務器啓動錯誤
- 19. IBM Rational與IBM Rational Rose不同嗎?
- 20. 在Windows 10中安裝Websphere Application Server和IBM Integration Developer?
- 21. 安裝Rational Application Developer for websphere詢問磁盤
- 22. RAD無法識別已更改的MANIFEST.MF文件(Rational Application Developer)
- 23. Rational Developer Application 9.1 Websphere 7.0沒有資源添加或刪除
- 24. 打開XML文件時,Rational Application Developer會凍結
- 25. 如何在Rational Application Developer中安裝特定的Eclipse IDE修復程序?
- 26. 無法在Rational Application Developer 8.0.4中打開部署程序集選項
- 27. Rational Appln Deb IBM 7.5.4
- 28. IBM WebSphere Integration Developer中 - 使用JAX-RS
- 29. IBM Rational Application Developer數據源瀏覽器DB2 - 如何通過系統名稱查看錶?
- 30. IBM RAD(Rational Application Developer 8(8.0.3))和WebSphere 6.1 - 永無止境的發佈不可阻擋的噩夢
無論您使用的是哪種Spring庫。不確定RAD是否支持最新的Spring Tool Suite,但你可以試試。 –
我是新來的春天和Rad這是我的問題。我不知道如何開始配置。 –