"Absolutely. There's a 1.9.5 version on the roadmap. Also, I do plan on making an Maven/Ant version (with full source) for 2.0.1.
http://issues.appfuse.org/browse/APF-675 " Hi Matt, I have been a user for appfuse for a while now. But in my corporate job when i used appfuse, i had to strip out your name from all the classes and change some of the comments and modify some of the base classes. This was becuase our company had a list of approved open source projects that went thru a secure code review and those were the only allowed open source tools. I loved the idea of appfuse 2.0 becuase i use appfuse as a learning ground, but for my work projects i need to use appfuse 1.9.x so i can remove some of the base classes and change the source. What the guy above said about dependancy on appfuse was someting my company would not allow! Good work on this project, helping alot of people out. Glad to see your not ditching 1.9.x mraible wrote: > > On 3/28/07, Ashkan Roshanayi <[EMAIL PROTECTED]> wrote: >> Hi all, >> Sorry for this oldish mail at the age of great version 2! I am a little >> bit >> lazy for quick adaptions ;) >> my questions: >> 1. Is appfuse 1.9.4 still supported? I mean will Matt and other >> contributers >> answer questions and/or fix bugs? > > Absolutely. There's a 1.9.5 version on the roadmap. Also, I do plan > on making an Maven/Ant version (with full source) for 2.0.1. > > http://issues.appfuse.org/browse/APF-675 > >> 2. What is the purpose of using abstract class BaseDao instead of an >> interface in 1.9.4? My main problem is that I want to use easyMock and as >> you know it needs an interface for mock objects (in most cases). > > EasyMock supports mocking classes using CGLIB. It should just be a > matter of including their extensions JAR on your classpath. > > That being said, I wouldn't recommend mocking your DAO layer - except > in managers and above. It's important to test that interacting with > your database actually works. > > Matt > >> >> thanks, >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/AppFuse-1.9.4-questions%21-tf3481198s2369.html#a9749089 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
