English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

We are getting ready to develop an application that will need to be very scure and available world wide. It will involve bank transactions, both incoming and outgoing. Does anyone have an opinion regarding Java (J2EE) or .NET to develop with, and why?

Thanks!!!

2007-05-31 04:54:47 · 4 answers · asked by ESolom 1 in Computers & Internet Programming & Design

4 answers

I would look at Java but then I'm a Java developer so I'd go with what I know. To make this a bit more objective, I suggest the following items to consider:

- Do you have any hardware or operating system requirements? If running on commercial/commodity x86 based hardware and a Microsoft based server, both Java and .NET are available to you. If you need commercial grade hardware running UNIX/Linux, you are going to develop using Java.
- By available "worldwide", does this mean the application will be portable (downloaded at access time), installed by a remote administrator, or accessed through central servers? If the code is portable to client systems, will the have the necessary VMs to run the code?
- Are you integrating or using any libraries from external vendors? Do they support both Java and .NET?
- If developing internally, look at the skills of your current developer skill set. If all your developers are .NET developers choosing to develop in Java would not make a lot of sense and vice versa.

You can develop in either language and have a scalable secure application with enough planning.

2007-05-31 05:06:46 · answer #1 · answered by Jim Maryland 7 · 0 0

hey!

uhmmm java has pluses with security and platform independece and cost effective.
&
Personally, I don't see how java made it this long. If it weren't for people who actually liked tinkering for free, not being tied to Microsoft just because they are Microsoft, and whatnot, it would have died when .NET came out.

while
.NET, at least web technologies, are considerably easier to develop, are less error prone, and make more sense in a workflow sense. It certainly could be done the same way in Java, as SOFIA demonstrates. However it's a considerable work to get something as well rounded as ASP.NET, ADO.NET, Studio, and the framework.

Take a brief Look

http://www.theserverside.com/tt/articles/article.tss?l=J2EE-vs-DOTNET
http://www.theserverside.com/tt/articles/article.tss?l=J2EE-vs-DOTNET

Hope this will help
Cheers........

2007-05-31 05:00:44 · answer #2 · answered by Neeraj Yadav♥ 6 · 0 1

If you look at most banking applications, they are all written in Java. .NET web apps can only be run on IIS which is a purely Microsoft technology whereas apps written in Java can be deployed to any server running any OS. Microsoft products are highly susceptible to remote hacking and their OS's are useless when it comes to security. Use Java.

2007-05-31 05:00:45 · answer #3 · answered by veresh10 1 · 0 0

Preferably Java for the security reasons but cost will be high
If you have budget concerns then try dot net.

2007-05-31 04:59:40 · answer #4 · answered by Shan 2 · 0 0

fedest.com, questions and answers