Thank you very much for your wise words master Hammet,
I understand what you say because the project is not new. There was a
first failed release written with complex mechanims at server and
client, able to perform interesting tasks but the real result for the 
developer was a heavy and painful framework that enforce you to spend 
a lot of time to write new functions and so on. 
So I want to do extreme programming now, write code and prototypes
quickly and keep it simple and easy for developers.
ActiveRecord is the most powerful ORM I have ever seen, so I think 
that would be the key to the success of the project. I will see 
the remoting facility
Regards



El lun, 28-08-2006 a las 13:27 -0300, hammett escribió:
> There's a remoting facility that allow you to expose and consume
> remoting components. But if you want my opinion you shouldn't use
> microkernel/windsor unless you're comfortable with the concepts and
> with the problems it tries to solve. Otherwise it will just add pain,
> and make errors/bugs more difficult to track.
> 
> If you were working on a new but very basic app then you could try and
> experiment with an ioc container, but giving it a first try with a non
> trivial one will certainly make you lose time, hair and curse us a
> lot.
> 
> On 8/28/06, Carlos Ble <[EMAIL PROTECTED]> wrote:
> > Iam developing a new enterprise software for litle companies. Is a
> > software to manage invoices, storewarehouses and so on.
> > The architecture is client-server and the client is Gtk# (and
> > a MonoRail web based client for next releases).
> > What I pretend is to use ActiveRecord as the ORM, managed
> > by the server (with a facade maybe containing a third level cache and
> > other features) which will send and receive models from the client thru
> > Remoting. I thought in web services but XML Schema is a nightmare to
> > work with complex models and relations (circular reference problems) so
> > I think that Remoting is a better choice to do extreme programming.
> > What I am wondering now is how WindsorContainer and DynamicProxy fits
> > into the architecture.
> 
> 
-- 
Carlos Ble      
Shidix Technologies
www.shidix.com/carlosble



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
CastleProject-users mailing list
CastleProject-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/castleproject-users

Reply via email to