PDA

View Full Version : Newbie question


cc96ai
02-23-2007, 06:48 PM
I am new in Spring,
I just wonder does spring fit/speed up my development

1) windows form application and use Nhibernate to deal with database connection,
can spring fit into windows form application, single application, database sit in same machine.

2) Server / Client (through local network) , windows form application

thanks for advice

Aleks Seovic
02-26-2007, 09:08 PM
In short -- yes, it will work both in standalone and distributed windows forms applications and it will make a number of infrastructure-level things simpler.

Unfortunately, we don't have a complete framework for WinForms development yet, so you might need to do some of the work yourself to get different pieces to work together. You can also post questions here, as there are a number of users who have been down that path and will be able to help you.

- Aleks

.ben
02-27-2007, 08:28 AM
I've used spring in both of those cases, but haven't used the NHibernate module because we have developped our own module for that. Which essentially does the same.