PDA

View Full Version : Is Spring.NET core container ready?


carlosjac
11-02-2004, 08:46 PM
Is Spring.NET core container production-quality?
Can I develop my new application using you IoC container and deploy it without problems or I have to wait for 1.0 version??

Thanks!!

Mark Pollack
11-03-2004, 02:03 AM
Hi,

We would like to think so, but are being conservative. We labeled it beta simply because it isn't in a production app yet. In a few weeks time it will be. :) The Spring.Java code base it was ported from is certainly production quality and we ported all the tests (and then some - currently at around 600 for IoC), and have very high code coverage. That should hopefully give you some confidence in the quality of the code base.

In short, with a little bit more 'bake-time' we will categorize it as production quality on sourceforge.

The numbering scheme is a comparison to the functionality in Spring.Java. The goal is that each point release will contain production quality code for the features that are there.

Enjoy!

- Mark

Anonymous
12-10-2004, 10:31 PM
when is the next bake time ?

Mark Pollack
12-10-2004, 11:17 PM
Hi,

The 0.6.0 final release is scheduled for Dec 20, hopefully a bit earlier.

Spring.NET has now been used in a production program trading application and we will be changing the categorization on SourceForge appropriately.

Cheers,
Mark