|
From: Christian D. <chr...@sp...> - 2007-04-27 10:01:12
|
Hi, > In particular, Rod mentions two interesting points: > 1) Refactoring of the core container to support better tooling. > I've been searching for any documentation for supported tooling > scenarios, without results. There's JIRA issue SPR-1919, which after > almost a year received the following comment - on april 1st :-) > "I'll address this in the timeframe of 'when-someone-asks-about-it'." Spring IDE 2.0 is build on top of the new tooling API. So you might want to raise any questions to either Torsten or me, because we are using the API so quite some time now. If you want we can provide you pointers to our source code to look at. > 2) Access of container configuration without access to bean classes. You can get all required configuration information without loading classes. That is how Spring IDE works. We do have some problems with classloading in namespaces but that is being addressed already by Juergen ;-) You can get more information on that topic in a blog I posted some days ago: http://springide.org/blog/2007/04/05/adding-support-for-custom-namespaces/ In the blog you can find some information on how to implement a "friendly" namespace handler. Look at the comments, too. > Class AbstractSingleBeanDefinitionParser#getBeanClass(Element) This problem is addressed. I raised it to Juergen. HTH Christian > > Perhaps I'm misunderstanding, is there some sample / test code available > that loads a context definition (including custom namespaces), without > access to the bean classes? > > Regards, > -tt > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > -- Spring IDE Tool support for Spring development http://springide.org |