first question

if I want to make a web site, with inventory management, and make exports to excel, what shold ia chose? java? or c# ?does c#, have more support for generating office files ?since c# is from microsoft ?
[223 byte] By [gino10a] at [2007-11-27 6:55:20]
# 1

> if I want to make a web site, with inventory

> management, and make exports to excel, what shold ia

> chose? java? or c# ?

> does c#, have more support for generating office

> files ?

> since c# is from microsoft ?

There are Java libraries that can generate excel files, but you might be better off with C# if you know that you always will deploy on windows, and if you need to interact with applications written by Microsoft.

kajbja at 2007-7-12 18:30:44 > top of Java-index,Java Essentials,New To Java...
# 2

Well, unless this is the main reason for having the site / application (which it very well may be), I'm not so sure I would base my lanuage decision on it. There are ways to do this with just about any of the web languages. For instance, I've done this with PHP quite recently and it was really quite simple...

Kevin_Cloutiera at 2007-7-12 18:30:44 > top of Java-index,Java Essentials,New To Java...