{
new MyEclipseStrutsDataWriter( getStruts() ).init( getLog(), config ).write();
}
if ( getSpring() != null )
{
new MyEclipseSpringBeansWriter( getSpring() ).init( getLog(), config ).write();
}
if ( getHibernate() != null )
{
// Only Spring configuration file is currently supported
String hbmCfgFile = (String) getHibernate().get( "config-file" );