|
|
||
Jack Shirazi's BlogJuly 2003 ArchivesJava Performance NewsPosted by jacksjpt on July 30, 2003 at 02:58 AM | Permalink | Comments (2)The JavaPerformanceTuning.com July newsletter was published. And naturally I wouldn't leave you ignorant of that highly important fact.
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). | ||
|
|