Greg's Blog

helping me remember what I figure out

Project Stubbie Has Moved

| Comments

Yesterday I decided to move Stubbie away from RIAforge. It has nothing to do with RIAForge, I just decided to use Git and as a result move it to Github. Since Github basically provides all the tools, there was no need to keep anything on RIAForge. I moved the blog posts over to this blog and you can find them under the stubbie category. Over the coming days I aim to add some content to the Wiki. I also added a few new features:
  • a mach-ii plugin - so that stubs are recreated if needed on each request
  • ColdSpring integration for autowiring the objects in your test stubs (which can also make use of the Mach-ii ColdSpring plugin to that end)
  • Due to the Mach-ii CS integration I added a remote Facade for use with MXUnit (in order to access the application scope)
It’s all a little experimental at this stage and I’d be interested in your experience with the code, feedback, etc… Feel free to drop me a note or raise tickets over @ Github with your feedback or bugs or suggestions. Alternatively, just leave a comment here.