开发者

Spring framework IDE - where to learn efficently?

im looking at spring right now and im not sure how to use it in most efficent way as im not sure if it does not have some features or do i need some special way to enable them.

Question: What resources would you recommend to pick up quickly the tools necessary for quick and easy java jsf/spring development?

Some of the problems i saw so far:

  1. Spring IDE does not help me in beans.xml. In netbeans once i add schemas to my netbeans.xml i have very pretty auto completion so that beans xml becomes really quick and easy, does spring ide have this kind of feature? how do i enable it?

  2. validation - seems like i can easily make mistakes in the app configuration and things like misspelled beans, calss names in xml e开发者_如何转开发tc go unnoticed untill the runtime. Is there any way to enable better validation for this kind of problem? I can see netbeans is bad at it asa well. EL is not validated, benas in jsf projects are not validated. Many things that could be checked fail in runtime.

  3. in netbeans EL auto completion does not work for some of my beans

etc


Mannings Spring in Action book (http://www.manning.com/walls3/) is an excellent resource for getting into the Spring framework.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜