Can we use Unix as the server?

G

Guest

Hi there,

We are to make the decision on whether to choose .Net or J2EE. One of the questions my clients asked is that, can we use the Unix as application server, and run Unix based database like Oracle on server side

Thanks in advance

Jonatha
 
B

Bob Powell [MVP]

For a best of both worlds approach you might consider the NetEdge Software
Web-Service Enabler. They have experience of connecting .NET clients to
web-services hosted on Linux servers using databases such as PostgreSQL.

http://www.netedgesoftware.com

Tell them Bob sent you :)

--
Bob Powell [MVP]
Visual C#, System.Drawing

All you ever wanted to know about ListView custom drawing is in Well Formed.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Read my Blog at http://bobpowelldotnet.blogspot.com

jonathan said:
Hi there,

We are to make the decision on whether to choose .Net or J2EE. One of the
questions my clients asked is that, can we use the Unix as application
server, and run Unix based database like Oracle on server side?
 
J

Jonathan Li

Hi Bob,

Thanks a lot.

But did you mean that I have to purchase another software to do that?

If so, that would increase my implementation cost.

Have you got any better suggestions?

Thanks.

Jonathan
 
S

Saurabh

For .NET I don't think you can use UNIX as an application server. You can
have your AppServer code run on a windows box and the database on UNIX which
I think might be quite common in industry.
 
B

Bob Powell [MVP]

Yes you'd have to license a developer tool.

If that is too expensive I think you could make a hand-made solution work in
a couple of weeks given expert knowledge on the Linux and .NET sides of the
equation.

--
Bob Powell [MVP]
Visual C#, System.Drawing

All you ever wanted to know about ListView custom drawing is in Well Formed.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Read my Blog at http://bobpowelldotnet.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top