Comments
paul.nowak wrote: Matt, thanks for the comments. I made an error on the version of Plone. It's 2.5 Plone running on Zope 2.9x. In regards to the additional products, we have a skin installed and we have a product that we had custom developed for us that connects to a PostgreSQL database. We've looked at slow PostgreSQL queries causing problems and have not been able to find an issue. We've also tested for the case where the PostgreSQL server is down and have not been able to create an issue. We therefor...
Cloud Expo on Google News


2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
SYS-CON.TV
Top Links You Must Click On


Java 5.0 - The "Tiger" Is Out of Its Cage
JDJ Exclusive Java 5.0 Interview with Spec Lead Calvin Austin, Sun Microsystems

Related Links:

  • J2SE 1.5: Growing the Language - Finally

    These days Calvin Austin is one of the busiest people in the Java world: J2SE 5.0, that was also known as the "Tiger" project, is being officially released today!

    I was able to catch Calvin right before the plane from San Francisco to New York where he'll be presenting the new features of the Java language to the New York Java Users Group.

    JDJ: Please tell us about yourself and your role in the Tiger project

    Calvin Austin: I'm the J2SE 5.0 Specification Lead, JSR 176 in the Java Community Process. The J2SE 5.0 expert group consists of 18 members including all the major industry partners and JVM porters.


    JDJ:
    What are the main new features of the language being introduced in J2SE 5.0?

    Austin: Four main themes ran through the release.

    1. Ease of Development. These are the first significant updates to the Java language since 1.0 was released. The main ease of development features are generics, metadata, enhanced for Loop, enums, and autoboxing.
    2. Monitoring and Manageability Monitoring a JVM using JMX and SNMP protocols, enhanced diagnostics, a low memory detector.
    3. Performance and scalability. Faster startup time using class data sharing and automatically tuned server configurations, something we call "performance ergonomics."
    4. Desktop Client. A refreshed new cross-platform look-and-feel called Ocean. OpenGL hardware acceleration for intensive graphics apps.


    JDJ:
    You probably have received lots of different suggestions from the developers community about the "missing" features of the Java language. How did you make a decision?

    Austin:
    Generics received the popular vote, it was one of the top 20 "Requests For Enhancements" (RFE) on the Java developer connection site. All 20 RFEs were added as potential features. For the other language features the final decision was made in the respective JSRs, like JSR 201 and JSR 14. Sun was the spec lead for both those JSRs and so also involved James Gosling and others in the initial reviews.


    JDJ: Large corporations usually switch to newer version of any programming language with substantial delays. What do you think is a major selling point of the new version Java?
     
    Austin: One of the major selling points of this release is that you'll be able to slot in a 5.0 JRE to your application and benefit from the improved performance, monitoring, diagnostic tools, and reliability without changing a line of code. However there are also benefits in also recompiling and updating your source code. Using Generics, the compiler can alert you to runtime class cast exceptions, the concurrency API gives you the flexibility to re-write code to have improved thread safety.

    JDJ: Did you run into any compatibility issues between Java 1.4 and Java 5.0?

    Austin:
    Running applications should be fine. The one thing developers need to watch for is that enum is now a keyword as the javac compiler language is 5.0 by default. This applies to the assert keyword that was added in 1.4


    JDJ: Are there any performance improvements in the new version?

    Austin:
    Startup time is improved even though Tiger is a bigger release, server side benchmarks with performance ergonomics are greatly improved on machines with two or more CPUs.


    JDJ: What are the benefits for fat client Java applications?

    Austin:
    Improved startup time, skinnable API (synth), reduced jar file sizes for downloading when using the pack API.


    JDJ: Let's forget about the corporate world for a minute. What do you think is the coolest new feature of the language?

    Austin: If I just restrict myself to the language it would be metadata (JSR 175). We've only scratched the surface of its potential. For the platform, it's a bytecode insertion for profiling (JSR 163).


    JDJ: In some cases new features of a programming language not only improve the language, but also may change the style of programming in general. If you were a college professor or a Java trainer, would you teach your students using some new concepts of programming rather then building your training materials on top of existing ones?

    Austin:
    I haven't seen a recent course so it's difficult for me to comment. One example I can think of. For threading and synchronization, I would definitely recommend still spending a little time covering the basic Java monitors/synchronized blocks but dedicate more time to the concurrency API instead (JSR 166). It should reduce the number of threading errors introduced.


    JDJ: The Tiger is out. What will the future releases of Java bring us?
     
    Austin:
    It is really is down to the Java community at this point to help define the release, I had no shortage of feature requests for 5.0 so most of the work was cutting that list to a manageable size (105 features). When the 6.0 JSR is submitted, users and developers can send comments and questions to the comment alias there.


    JDJ: Calvin, thank you for taking the time and answering our questions! JDJ would love to ask more, but I've got to run - it's time to download J2SE 5.0 !!  


    Related Links:

  • J2SE 1.5: Growing the Language - Finally

  • About Yakov Fain
    Yakov Fain is a Managing Director of Farata Systems, consulting, training and product company. He has authored several Java books, dozens of technical articles. SYS-CON Books released his latest co-authored book , Rich Internet Applications with Adobe Flex and Java: Secrets of the Masters in Spring 2007. Sun Microsystems has nominated and awarded Yakov with the title Java Champion. He leads the Princeton Java Users Group. He is an Adobe Certified Flex Instructor. Currently Yakov works on the book for O'Reilly "Enterprise Application Development with Flex". He twits at twitter.com/yfain.

    In order to post a comment you need to be registered and logged in.

    Register | Sign-in

    Reader Feedback: Page 1 of 1

    Wow all the pot shots at Java. I will try and address some here.
    1. Java 5 or JDK 1.5 - naming standard. For the marketing dorks out there they look at this and say we run on Java 5. Yep Java is up to version 5. For the people that have a clue, we realize that a ton of different technologies make up Java and all of them have a version number.

    2. Sun and the community don't focus on business only IBM seems to "get it". Well given that developers are the ones who help set what gets put in to the language, and ALL those developers are in a service oriented business; they probably want to make the language better for themselves, thus making it better for business. Also, don't take a cheap shot without giving an example of what you mean.

    3. Java is not cross platform, that is a pipe dream - Well our company runs hundreds of thoughsands of lines of Java code on many different platforms. We have NEVER had to change one line of code. The only small issues we have had was our coders being lazy and some vendors handled errors better than others.

    This new version does't add any value to my company. - Well there are two ways of looking at this. Your pesamistic view , or a view that says this new version will NOT break any of your old software and it will probably increase the speed of it while allowing other more experienced developers the ability to add new features. Think about it, you can just upgrade your JVM and get a speed improvement. Then any new projects you can take advantage of those new API's.

    .Net is better because of XYZ - Well the day I can download ALL of the .NET components for free and have it run on multiple platforms (Mono is not even close), then I might agree. However, If for some reason I hate one vendor, I must be able to go to another vendor and still use .Net. That will also NEVER be possible. Does any of this mean .Net is worse than Java? No, but you have to realize that once you go to a .Net solution you will be vendor locked in to Microsoft forever. Your clients will probably be forced in to an Internet Explorer world also... For those HUGE concessions I would certainly hope Microsoft could add "some" value.

    Yakov Fain forgot to ask why Tiger isn't just renamed J5SE...to distinguish it from J2SE

    The URL you give, I notice, calls it 1.5 still!!!http://java.sun.com/j2se/1.5.0/docs/

    The comments of financialguy are really sad. The fact that his company does not see a need to use new versions of Java makes me think that this company should consider hiring some senior Java programmers.

    Let alone syntax improvements, but how can you ignore the VM improvements that may substantially improve performance of any client or server side application? Just read this.
    http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html#vm

    Also, Java is a proven commodity in the business world. Let's not go into the mood "now we're going to hit .Net". Microsoft has its strong following and some great languages and technologies. Let's respect what they are doing, while trying to study J2SE and J2EE and make it better.

    Is this in fact Java 5, or Java 1.5?
    Until the Java world manages to get its act together on agreeing that little detail, forgive me if I remain skeptical about their agreeing APIs in sufficient detail for write-once, run-anywhere to be anything more than a nice fairy-tale.

    If any one is interested in reading the Tiger release notes, they can be found at http://java.sun.com/j2se/1.5.0/docs/relnotes/featu res.html

    Im sure like its going to hit the .Net

    I would just love to read an indepth article about the different new features with examples of how to use them.

    Yakov asked some great questions. I would always add if we didn't add something that would make your applications run better then please let us know. The expert group did prioritize what went in the release (including IBM who were a great jcp member). We have added the top 10 items from the fortune 500 companies I talked too, and many of the top websites you may use each day have Java at the backend ( you may be surprised) The snmp/jmx adminstrative console was a good example of a real business need, including low memory notifications.

    So you have nothing to lose, send me an email and I'll send you a reply

    perhaps the most interesting aspect of all this is that in my company not one of the new features of 1.3, 1.4, and now 5.0 is really importnat to create value for our business...in fact, the increasingly academic process of JAVA definition making it impossible to purchase and/or build applications with useful business life cycles.

    Enough already...when will someone make JAVA a high performance, non-stop, deployable, administratable, enterprise environment...instead of a geek curiosity. Only IBM seems to understand this, with companies driving the JSR fiasco like SUN and BEA seeming totally clueless about industrial software.

    In our opinion, SUN is trashing what might have otherwise become a viable enterprise class environment. It's forcing my company right into the arms of Microsoft....scary.

    Never mind generics...how about Metadata, that's been led by .NET and Anders Hejlsberg. Austin here says it's the coolest feature in all Java 5.0!

    So, who announced Generics first, Java or C#?

    Last time I checked we were on 1.2. Where was I when versions 1.3 through to 4.9 came and went? Ok, so it's really just Java 2, version 5.0.

    Whether you're a .NET fan or a Java fan, you can't argue that the .NET team is simply better at naming their product!


    Your Feedback
    Steve Michael wrote: Wow all the pot shots at Java. I will try and address some here. 1. Java 5 or JDK 1.5 - naming standard. For the marketing dorks out there they look at this and say we run on Java 5. Yep Java is up to version 5. For the people that have a clue, we realize that a ton of different technologies make up Java and all of them have a version number. 2. Sun and the community don't focus on business only IBM seems to "get it". Well given that developers are the ones who help set what gets put in to the language, and ALL those developers are in a service oriented business; they probably want to make the language better for themselves, thus making it better for business. Also, don't take a cheap shot without giving an example of what you mean. 3. Java is not cross platform, that is a pipe dream - Well our company runs hundreds of thoughsands of lines of Java code on many diffe...
    AskCalvinAustin wrote: Yakov Fain forgot to ask why Tiger isn't just renamed J5SE...to distinguish it from J2SE The URL you give, I notice, calls it 1.5 still!!!http://java.sun.com/j2se/1.5.0/docs/
    Yakov Fain wrote: The comments of financialguy are really sad. The fact that his company does not see a need to use new versions of Java makes me think that this company should consider hiring some senior Java programmers. Let alone syntax improvements, but how can you ignore the VM improvements that may substantially improve performance of any client or server side application? Just read this. http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html#vm Also, Java is a proven commodity in the business world. Let's not go into the mood "now we're going to hit .Net". Microsoft has its strong following and some great languages and technologies. Let's respect what they are doing, while trying to study J2SE and J2EE and make it better.
    Mirk wrote: Is this in fact Java 5, or Java 1.5? Until the Java world manages to get its act together on agreeing that little detail, forgive me if I remain skeptical about their agreeing APIs in sufficient detail for write-once, run-anywhere to be anything more than a nice fairy-tale.
    Infopoint wrote: If any one is interested in reading the Tiger release notes, they can be found at http://java.sun.com/j2se/1.5.0/docs/relnotes/featu res.html
    Liju wrote: Im sure like its going to hit the .Net
    Thor Tall wrote: I would just love to read an indepth article about the different new features with examples of how to use them.
    Calvin Austin wrote: Yakov asked some great questions. I would always add if we didn't add something that would make your applications run better then please let us know. The expert group did prioritize what went in the release (including IBM who were a great jcp member). We have added the top 10 items from the fortune 500 companies I talked too, and many of the top websites you may use each day have Java at the backend ( you may be surprised) The snmp/jmx adminstrative console was a good example of a real business need, including low memory notifications. So you have nothing to lose, send me an email and I'll send you a reply
    financialguy wrote: perhaps the most interesting aspect of all this is that in my company not one of the new features of 1.3, 1.4, and now 5.0 is really importnat to create value for our business...in fact, the increasingly academic process of JAVA definition making it impossible to purchase and/or build applications with useful business life cycles. Enough already...when will someone make JAVA a high performance, non-stop, deployable, administratable, enterprise environment...instead of a geek curiosity. Only IBM seems to understand this, with companies driving the JSR fiasco like SUN and BEA seeming totally clueless about industrial software. In our opinion, SUN is trashing what might have otherwise become a viable enterprise class environment. It's forcing my company right into the arms of Microsoft....scary.
    C-Sharp wrote: Never mind generics...how about Metadata, that's been led by .NET and Anders Hejlsberg. Austin here says it's the coolest feature in all Java 5.0!
    queZtion wrote: So, who announced Generics first, Java or C#?
    jcknight wrote: Last time I checked we were on 1.2. Where was I when versions 1.3 through to 4.9 came and went? Ok, so it's really just Java 2, version 5.0. Whether you're a .NET fan or a Java fan, you can't argue that the .NET team is simply better at naming their product!
    Enterprise Open Source Magazine Latest Stories . . .
    This is a deal that has been around for all of this year, and I know the NYC-based guy charged with pulling the technical pieces together. He has been looking at software platforms for months and separating contenders from pretenders based on the criteria he's established. To my knowle...
    3Leaf Systems, the well-funded start-up, dropped its fig leaf Tuesday and took a running jump into the pools of memory, I/O and cache that it can construct and deconstruct at will based on the application, creating scale-up shared-memory SMP systems the likes of mainframes, proprietary...
    Funambol, a provider of open source mobile cloud sync and push email for billions of phones, today announced it has acquired Zapatec, Inc., a leader of AJAX web 2.0 frameworks. The acquisition enables Funambol to uniquely address the industry pervasive device fragmentation challenge th...
    Plone and Drupal are two leading open source Content Management Systems (CMS). Both were recognized in the 2009 Open Source CMS awards, run by Packt Publishing. Both also have large installed bases and large developer communities. This is made evident by some quick searching on Googl...
    SOASTA, a provider cloud testing, today announced that performance engineers can now build web application tests in Apache JMeter, the most popular open source load testing tool, and run them in SOASTA's Global Test Cloud. Deploying JMeter tests to the Cloud has been a complex, time-co...
    Yahoo! Inc. (Nasdaq:YHOO), a leading global Internet company, took its second major step in five months towards open-source cloud computing today, debuting an open source version of Traffic Server, a high performance application server for builders of cloud services. Traffic Server ena...
    Subscribe to the World's Most Powerful Newsletters
    Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
    Click to Add our RSS Feeds to the Service of Your Choice:
    Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
    myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
    Publish Your Article! Please send it to editorial(at)sys-con.com!

    Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


    SYS-CON Featured Whitepapers
    ADS BY GOOGLE