views:

233

answers:

3

Here are my current options.

  1. .Net : Using WPF, Visual C#, SQLServer
  2. Java : Using Spring, Hibernate, Enterprise DB, web-based

Can you suggest which one is better?, especially with regards to building complex forms.

+4  A: 

Wow, .NET vs. Java, can't wait to see how this turns out ;-)

.NET might have the edge here with WPF and click-once deployment. WPF is in its second version and is showing itself to be quite powerful and easy to use. It provides excellent separation between logic and presentation (in XAML). Personally, I would much prefer a Windows application to web deployment because the programming model is so much more powerful and versatile (and better suited for complex forms).

I won't try to represent the Java viewpoint here, but Windows forms development in Java does not have a great reputation. Perhaps its unwarranted, I'd be interested to hear what Java programmers have to say. (UPDATE -- Swing is the technology I'm referring to here)

To some extent, this is a false choice, because those other technologies you list (Spring, Hibernate) are also available on the .NET stack (Spring.Net and NHibernate) and are quite mature. Most popular Java open source technologies have been ported to the .NET stack.

dpurrington
+1  A: 

From that criteria flip a coin or use the one you know, for forms and basic applications they are basically the same.

If you are doing small business accounting software look at something like Peachtree of Quickenbooks, they have some level of customization. If you are doing medium to large company look at something like Netsuite or SAP, they have alot of customization.

Will Dieterich
+1  A: 

.Net is better. Java runs slowly on client machines. Java is best for server oriented tasks.