•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Geeks' Lounge section within the Coffee House category of DaniWeb, a massive community of 456,423 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,595 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Geeks' Lounge advertiser: Programming Forums
Views: 840 | Replies: 5
![]() |
•
•
Join Date: Feb 2007
Location: Bangalore, India
Posts: 535
Reputation:
Rep Power: 4
Solved Threads: 50
A friend in my company recently attended a training titled "LSSD in Java" (LSSD = Large Scale Software Development). The trainer is a guy whom all of us (who attended his other trainings) consider a HUGE SHOT (big shot isn't big enough).
Now after 2 days of training guess what he concluded the training with: "Don't use Java for LSSD"
(where large is defined as 35-40K+ lines of code)
Beleive me when I say the guy is good enough to make such stmts and conduct such trainings (teaching "Don't use Java" in an "LSSD for Java" training) and probably making Rs. 10K (~250 US$) per person per day.
My question to you: Do you think Java is good enough for LSSD?
My own take on this is no. Java isn't good for most big/complex/time-critical backend applications. It was excellent for web/gui. (Now with .NET and C# it has competition in this area as well).
Now after 2 days of training guess what he concluded the training with: "Don't use Java for LSSD"
(where large is defined as 35-40K+ lines of code)
Beleive me when I say the guy is good enough to make such stmts and conduct such trainings (teaching "Don't use Java" in an "LSSD for Java" training) and probably making Rs. 10K (~250 US$) per person per day.
My question to you: Do you think Java is good enough for LSSD?
My own take on this is no. Java isn't good for most big/complex/time-critical backend applications. It was excellent for web/gui. (Now with .NET and C# it has competition in this area as well).
Last edited by thekashyap : Apr 26th, 2007 at 2:54 pm.
•
•
Join Date: May 2006
Location: Bellevue, WA
Posts: 1,548
Reputation:
Rep Power: 8
Solved Threads: 51
Depends on the project. 35-40k lines isn't really that big in the grand scheme of things. For very large apps, though, compiled languages (C, C++) would probably have noticeable advantages in performance though. I don't know how the JVM actually handles programs when it's executing (e.g. keep all of it in memory at once vs. dynamic loading), so I can't say for sure though...
•
•
Join Date: Feb 2007
Location: Bangalore, India
Posts: 535
Reputation:
Rep Power: 4
Solved Threads: 50
If you talk of performance I can assure you C++ beats Java..
We're in GSM network element development so performance is of utmost importance, we've tried both (C++/Java) and concluded that Java is for O&M (Operation & Maintenance GUI...) and C++/C is for CP (Call Processing)..
There are some small part of Java code that JVM manages to execute fast enough but when thousands of lines of code written by lotsa guys is put together it's invariably slow.
We're in GSM network element development so performance is of utmost importance, we've tried both (C++/Java) and concluded that Java is for O&M (Operation & Maintenance GUI...) and C++/C is for CP (Call Processing)..
There are some small part of Java code that JVM manages to execute fast enough but when thousands of lines of code written by lotsa guys is put together it's invariably slow.
Your trainer doesn't seem like a real professional to me. A professional would never make such a statement.
As far as speed is concerned, system nowadays come packed to the boot with resources -- a couple of hundred MB of RAM, atleast a 1Ghz CPU.
Performace -- yes. C/C++ beats Java but in what scenario? Considering my software would run on an average PC, the difference is insignificant. You would be surprised if I start naming companies who use Java as a programming language for their softaware development. The current business world runs on 2.5 major platforms -- Java / .NET / Python (the 1/2).
Each of the languages have a different place in the software development scene and I personally don't get started on language wars because I feel its a moot point. I respect all lanaguages and when time comes I would use the most appropriate tool to achieve the target put in front of me.
Oh and btw, I love C++. ;-)
As far as speed is concerned, system nowadays come packed to the boot with resources -- a couple of hundred MB of RAM, atleast a 1Ghz CPU.
Performace -- yes. C/C++ beats Java but in what scenario? Considering my software would run on an average PC, the difference is insignificant. You would be surprised if I start naming companies who use Java as a programming language for their softaware development. The current business world runs on 2.5 major platforms -- Java / .NET / Python (the 1/2).
Each of the languages have a different place in the software development scene and I personally don't get started on language wars because I feel its a moot point. I respect all lanaguages and when time comes I would use the most appropriate tool to achieve the target put in front of me.
Oh and btw, I love C++. ;-)
I don't accept change. I don't deserve to live.
Happiness corrupts people.
Failing to value the lives of others cheapens your own.
Happiness corrupts people.
Failing to value the lives of others cheapens your own.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Geeks' Lounge Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Need java tutor? (Java)
- .NET or Java (Software Developers' Lounge)
- Newbie in java (Java)
- Java or PHP? (IT Technologies and Trends)
- multimedia in java (Java)
- Java (C++)
Other Threads in the Geeks' Lounge Forum
- Previous Thread: Maple 11
- Next Thread: Your Favorite Planet and Why?



Linear Mode