Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MS.net VS. Java 2 2

Status
Not open for further replies.

krushpof

Programmer
Jul 4, 2003
72
CA
Hi Guys,

Here's the deal, I already know and worked with Java and JSP/Servlets but don't know very much about .net. I have to make a decision for a dynamic web portal. Our head office gave us the delphi/delphi.net as our corporate software(but, but we want to make best decision for our needs.

Since I know about Java, I don't really need to hear about it.What I want to know is why should I go for a MS.net(Not delphi) instead of any other choices.

Our primary need is a Dynamic web portal with user and\or group security for content. We'll have an SQL server for most of users and content storing. Some information might be on an AS400.

I would really appreciate any comment you might have on this question.

Thanks everyone!
 
.NET hence ASP.NET is pretty much the latest generation fashion in programming. both web and windows.

however, ASP.NET more than others, changes the way web programming is being considered. this is because it tries to make it look and feel for the programmer as much as possible like a windows application. this has advantages and disadvantages. as advantages i would mention the ease of use with not very complicated tasks, since it fully uses OOP, events and so on. also you will find it easy to reuse code as custom controls and also many controls already made that you only need to include in your project to use.

as a disadvatage i would point the lack of really in depth documentation for when you need to accomplish more than average tasks. this is only natural with a programming language that pretty much changed the way web programming used to be and for one that is still not mature as a platform for developpers. however these are going to change and will start with the next version of ASP.NET (v2.0) which you can already use.

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
.NET and Java 2 are about equal in capabilities. The languages are also pretty equal (C# is a little better, in that it allows your methods to have [ignore][out][/ignore] parameters).

One difference is that .NET is optimized for the Windows platform (no surprise there). Another difference is that the .NET libraries are better designed, so far as consistent naming of things.

If you care about such things, JMS is a much better messaging subsystem than MSMQ, so advantage to Sun on that one.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 

Thank you guys for the comments, I really apreciate. I've decided to make a trial run using ASP.NET Web Matrix. Up till now I like the ease of use, although I have config problem with IIS 6.0. Denied access to resolve on xml file.

Thank you again, I will probably ask more question soon, but more on the tech side.

LP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top