Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 7th, 2004, 09:09 AM
Admin Admin is offline
Developer Shed
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jan 2004
Posts: 961 Admin User rank is Sergeant Major (2000 - 5000 Reputation Level)Admin User rank is Sergeant Major (2000 - 5000 Reputation Level)Admin User rank is Sergeant Major (2000 - 5000 Reputation Level)Admin User rank is Sergeant Major (2000 - 5000 Reputation Level)Admin User rank is Sergeant Major (2000 - 5000 Reputation Level)Admin User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Article Discussion: Java Comes of Age

Time to open the Champagne -- Java 1.5 is out, and the language has finally come of age! With the new Java 1.5 specification, Java now contains features that make it feel like a proper "grown-up" language. The rest of this article will introduce you to these new features. To try out the features for yourself, simply from Sun?s website and give it a whirl. Note that you?ll need to compile the code using the ?source 1.5 option; otherwise, you?ll get compilation errors when using the new features.


Read the full article here: Java Comes of Age

Reply With Quote
  #2  
Old April 7th, 2004, 07:05 PM
DevCoach DevCoach is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Feb 2004
Location: London, England
Posts: 1,293 DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level)DevCoach User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 39 sec
Reputation Power: 305
As a grizzled old C++ programmer, I find it amusing that Sun are gradually adding back into Java all the C++ language features they originally left out because "they made the language too complex for the typical developer".

I also note that they call their new template feature "generics", but they will not be truely generic in the way that C++ templates are until they add operator overloading to the language. For example in C++ it is trivial to write a template function sum(begin, end) that adds up a sequence of values. The sequence could be an array, a list, a set, etc and the values could be integers, floats, complex numbers, matrices - anything for which the "+" operator has been defined.

To see what truely generic programming means, take a look at the docs for STL (the C++ Standard Template Library), especially the algorithms - http://www.sgi.com/tech/stl/table_of_contents.html.

Dave - The Developers' Coach

Reply With Quote
  #3  
Old April 12th, 2004, 12:17 AM
*mw* *mw* is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 29 *mw* User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Angry

It seems that the only good thing Java is bringing to the developer scene is cross-platform abilities and perhaps some simplified code structures. Other than that... it's still slow. Slow slow slow slow slow. It's interfaces, although able to display on multiple platforms without much (if any) code changes, are horrendously ugly on all platforms. They don't look a thing like any other interface. Now, this might not really matter to the programmers, but to the users (you know, the people who really matter when it comes to using a piece of software), it sticks out like a sore thumb!

I personally can't stand Java, and the industry's supposed move, combined with academia's more active switchover, sickens me and brings me almost to tears of pain. What, besides the ability to simply be executed on more than one platform, has caused all these institutions and corporations to move over? Speed and flexibility for the user used to be the key issues in development... but now it seems these key issues involve producing as little code as possible with as small a programming team as possible to get the product out as quickly as possible. Seems like a very Microsoft-like design philosophy to me: code fast, release soon, ditch quality and speed.

And please, no religious flames.

Reply With Quote
  #4  
Old April 14th, 2004, 01:32 AM
dejaone dejaone is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 300 dejaone User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 7 m 22 sec
Reputation Power: 5
Even with the addition of new features in 1.5, Java is still a much more intuitive and more object-oriented language. Java doesn't support pointers, memory allocation, and multi-inheretance which is the major source of unnecessary complexity in C++. Java gained popularity 'cause of Applet and platform independent. The true value of Java is really the power of building large-scale Enterprise application (based on J2EE). For instance Oracle's 11i eBusiness suite (a couple of million dollars a piece) is built on top of J2EE.

Last edited by dejaone : April 15th, 2004 at 01:27 AM.

Reply With Quote
  #5  
Old April 14th, 2004, 07:47 AM
*mw* *mw* is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 29 *mw* User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
With complexity comes flexibility and power. Java seems more like a beginner's language than anything else because it does everything for you, and because of that, is harder to use lower level structures with. I'm sure that a linked list in C++ is much much faster than any linked list object Java can provide, and the same goes for all structures.

I wasn't sure what you were saying in the line about the complexities Java tries to avoid. ("which Java was trying to avoid is nothing but pointer, garbage collection and multi-inheretance."). Perhaps you could re-explain that?

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Article Discussion: Java Comes of Age


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT