|
|
||
Jack Shirazi's BlogJavaOne ArchivesJava IDE comparisonPosted by jacksjpt on August 27, 2004 at 02:48 AM | Permalink | Comments (15)There is a "Java IDE shootout" from JavaOne 2004 at here (the pdf is available free and fairly detailed). It presents an overview comparison of IntelliJ, Eclipse, NetBeans, Emacs and JDeveloper Please understand, this is for your information not to start any IDE wars. I'm sure you each have your own favorite IDE, and some of you will prefer to die defending it rather than admit there is any viable alternative. Personally I have to be IDE agnostic because I have to use whatever my customers are using - though surprisingly often now there is a choice. It used to be that when I went consulting, a site would have mandated one IDE, and there was a big process which they went through to select that IDE (you could tell because it left visible scars on some developers). Nowadays, almost every site I get to has no mandated Java IDE, instead you can choose one from a list - or whatever you want in some cases - as long as you can integrate it into the existing development process. I went to a lot of different sites over the years. It used to be the emacs IDE guys who were the loudest about how great their IDE was. Nowadays it is the IntelliJ guys. And I do mean guys, none of the female developers I met used to spout on about her IDE being the best. Java Case StudiesPosted by jacksjpt on July 24, 2003 at 05:03 AM | Permalink | Comments (4)I love looking through case studies. They can teach you so much about what to do, what not to do, what is in vogue, etc. All those useful design patterns came from analyzing lots of case studies and seeing what worked; and sometimes, more importantly, what didn't work. So this year I decided to start listing case studies when I find them. And a great place to start is JavaOne, where lots of the really big case studies get presented. So here they are. The highlights for me: eBay architected for 1 billion page views a day; The Brazilian National Health handling 100 million outpatient procedues a month; 24 million Java Cards used by Taiwan Health Insurance; Capital One Financial handling 80 million transactions each month. http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/1477.pdf
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/2165.pdf
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/2186.pdf
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/2680.pdf
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/2862.pdf
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/2882.pdf
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/3014.pdf
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/3054.pdf
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/3264.pdf
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/3284.pdf
http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/3588.pdf
JavaOne programming puzzlersPosted by jacksjpt on July 18, 2003 at 07:10 AM | Permalink | Comments (2)I've been going through the published slides from the JavaOne presentations, and I've already extracted the majority of the performance tips (here and here ). But there are other sessions that are interesting too, and one of those is on programming puzzlers. This is a really fun session, but if you (like me) didn't get to attend you don't have to miss out. The slides at http://servlet.java.sun.com/javaone/resources/content/sf2003/conf/sessions/pdfs/1496.pdf are completely understandable, and well worth looking at whatever your level of Java. Only the most eagle-eyed and knowledgeable programmer is going to get through all ten puzzlers without getting caught out, so if you want to get 10 out of 10, you need to carefully read and understand every single bit of code before guessing answers. This is compulsive for the geeks in us all. (One little bit of context. For the real-life presentation Joshua Bloch and Neal Gafter wear Sun-logoed overalls and play "Click and Hack, the Type-It Brothers." This may help you to understand the last slide in the PDF presentation). | ||
|
|